Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-27Obsolete legacy build APIsMikayla Hutchinson
2017-05-09Initial work to support SDK resolversLluis Sanchez
2017-02-20Merge branch 'master' into vNextMatt Ward
2017-02-16String optimizations (#1881)Marius Ungureanu
* [Core] Remove ToLower where applicable. * [Core] Remove ToUpper where applicable. * [View] Fix possible crash in no selection tolower/toupper Instead of getting just 1 char, we get a possible huge string, depending on the caret's offset in a document. * [Ide] Fix lots of intermediate strings being created on keybindings panel filtering * [Ide] Remove string.ToLower where applicable. * [Ide] Remove string.ToUpper where applicable. * [Editor] Remove string.ToLower where applicable. * [Addins] Remove string.ToLower string.ToUpper where applicable.
2016-10-26Rename add-ins to extensions in UIMikayla Hutchinson
2016-09-23[MSBuild] Optimize ConditionFunctionExpression ExistsMarius Ungureanu
This queries a given path only once, optimizes allocations done for file existense conditions.
2016-09-23[MSBuild] Optimize IExpressionContext evaluation cachingMarius Ungureanu
This commit renames EvaluationCache to ExistsEvaluationCache and gets rid of the extra string conversion from bool. This also introduces a Config/Platform evaluation cache.
2016-09-23[Perf] Add an evaluation cache for an msbuild evaluation context.Marius Ungureanu
This reduces the amount of time spent in evaluating Exists conditionals in net_4_x.sln from 22s to 13s, also reducing memory allocations from 305MB to 286MB (the total memory allocated by IO calls by 40MB, but the overhead of the dictioanry adds up 20MB)
2015-12-18Removed ItemConfiguration.CloneLluis Sanchez
Cloning now has to be done through the project.
2015-12-10Bug 28899 - References with same Assembly Name do not reference correct platformDavid KarlasĖŒ
2015-12-10Renamed MonoDevelop.Projects.Formats.MD1 folderLluis Sanchez