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 (Expand)Author
2019-07-21[Core] Small cleanups in DefaultMSBuildEnginetherzok
2019-06-20Optimize glob checking codetherzok
2019-06-20Initial work towards optimizing FileService handlerstherzok
2019-04-18[Core] Fix sdk style projects not having item def propertiesMatt Ward
2019-04-18[Core] ItemDefinitionGroup metadata available on project items on loadMatt Ward
2019-04-03[Core] Improve performance when looking for matching globs for new fileMatt Ward
2018-11-05[Core] Use ImmutableInterlocked where possible.therzok
2018-11-01[Core] Fix incorrect DependentUpon metadata for Xamarin.FormsMatt Ward
2018-09-03Spanify part of DefaultMSBuildEnginetherzok
2018-09-03Remove some dead codetherzok
2018-09-03Spanify a big chunk of MSBuildEvaluationContexttherzok
2018-08-19[Core] Rename new MSBuildProject method to get sdksMatt Ward
2018-08-19[DotNetCore] Improve code formattingMatt Ward
2018-08-10Multiple extra cleanup :Mathieu Bourgeois
2018-08-09Cleaned Api based on Matt Ward's recommandationsMathieu Bourgeois
2018-08-05Adding support for all officially supported methods of declaring an Sdk usage...Mathieu Bourgeois
2018-08-03Fix typo in evaluation timingstherzok
2018-06-20[Core] Detect circular dependencies between MSBuild importsMatt Ward
2018-04-20[Core] Fix .NET Core Sdk version not being parsed from Sdk attributeMatt Ward
2018-04-17Add test that verifies imports are only loaded oncetherzok
2018-04-17Lock oncetherzok
2018-04-17[Core] Use an immutable dictionary instead of a dictionary and a lockMarius Ungureanu
2018-04-17[Core] Reduce lock contention on imported filesMarius Ungureanu
2018-04-17properly initialize imported item reference countMarius Ungureanu
2018-04-17[ProjectModel] Optimize allocations on evaluationMarius Ungureanu
2018-03-22[Core] Improve .NET Core project load times for project with many filesMatt Ward
2018-03-06Merge branch 'master' into support-xamarin-forms-default-msbuild-itemsMatt Ward
2018-02-26[Core] Use StringBuilderCacheMike Krüger
2018-01-26[Core] Fix Xamarin.Forms xaml file Remove item not removedMatt Ward
2018-01-17Fix bug #40942 - XS is leaving empty properties in the project fileLluis Sanchez
2018-01-11Optimize condition parsing (#3622)Marius Ungureanu
2017-10-27CID168474 - Fix useless null check in condition evaluation.therzok
2017-10-23[Core] Don't iterate all the MSBuildNodes twice, only iterate the MSBuildObjectstherzok
2017-10-23[Core] Optimize SDK style object evaluationtherzok
2017-10-23[Core] Don't allocate a separator each time we evaluate a sdk project.therzok
2017-10-23[Core] Make MSBuild evaluation timings toggling discoverable.therzok
2017-10-04[Core] Fix generated NuGet files being imported twiceMatt Ward
2017-10-03[Core] Refactor DefaultMSBuildEngineMatt Ward
2017-10-02[Core] Add some support for imported update globs with include globsMatt Ward
2017-09-29[Core] Fix evaluated update metadata from wildcard saved in projectMatt Ward
2017-09-28[Core] Fix incorrect update metadata for wildcard itemMatt Ward
2017-07-11[Core] Expose shared cache methods to StringInternPool.Marius Ungureanu
2017-06-27[Perf] Add missing locks to StringInternPool usage.Marius Ungureanu
2017-06-27[Core] Optimize MSBuild evaluation stack allocations and memory retentionMarius Ungureanu
2017-05-19Merge remote-tracking branch 'origin/master' into sdk-resolversLluis Sanchez
2017-05-17Added MonoDevelop SDK resolverLluis Sanchez
2017-05-17Add some logging infraestructure to the msbuild evaluatorLluis Sanchez
2017-05-17Fix Sdk import issueLluis Sanchez
2017-05-11Merge pull request #2136 from mono/fix-item-metadataLluis Sanchez
2017-05-10Try to fix resolver loading in the builder processLluis Sanchez