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
2020-01-15Merge pull request #9492 from mono/task-completedMike Krüger
2019-12-23Switch to Task.CompletedTask where applicabletherzok
2019-12-11[Core] Stop using obsolete Counter++/-- and use Inc(1) or Dec(1) insteadJeffrey Stedfast
2019-08-08Change order of disposal so FSW isn't leakedtherzok
2019-08-08Simplify a bit of the FileWatcherService teststherzok
2019-08-08[Core] FileWatcherService now handles workspace items and their registrationstherzok
2018-09-11[Project] Add IsBuildingForExecution MSBuild propertyMikayla Hutchinson
2018-08-22[Project] Log skipped and up-to-date projects in countsMikayla Hutchinson
2018-08-16[Project] Implement IBuildTarget.GetExecutionDependencies correctlyMikayla Hutchinson
2018-07-18[Ide] Update build/clean task messagesMikayla Hutchinson
2018-07-17[Ide] Refactor to expose parallel build functionalityMikayla Hutchinson
2018-07-17[Ide] Improve readability with some code cleanupMikayla Hutchinson
2018-05-29[Core] RootWorkspace now uses ReloadRequired eventsMatt Ward
2018-05-29[Core] Update file watchers on project added/removed to/from solutionMatt Ward
2017-09-26[Core] Update solution startup item on re-evaluationMatt Ward
2017-09-12Add support for batching buildsLluis Sanchez
2017-08-21Fix warnings in MD.CoreLluis Sanchez
2017-03-18Optimize solution savingFilip Navara
2017-02-13Async/await optimizations (#1861)Marius Ungureanu
2016-10-12Merge commit master into multisessiondebuggingDavid Karlaš
2016-10-11[Perf] Optimize ToArray where applicable.Marius Ungureanu
2016-10-10Bug 45064 - Getting output on 'External Console' however Unchecked the 'Run o...David Karlaš
2016-09-30Merge master into multisessiondebuggingDavid Karlaš
2016-09-30Added support for selecting execution targets(devices) in case of multiple st...David Karlaš
2016-09-25[Misc] Use method groups instead of delegates where applicable.Marius Ungureanu
2016-09-20Multi-project debugging support fixesLluis Sanchez
2016-09-20Initial support for solution run configurationsLluis Sanchez
2016-06-14[Core] Fix issue in multi-startup modeLluis Sanchez
2016-05-31Execution system changesLluis Sanchez
2016-05-23Add api to allow running a project or solution using a specific run configura...Lluis Sanchez
2016-05-20[Core] Run configuration support WIPLluis Sanchez
2016-04-06Use leader/follower terminology instead of master/slaveLluis Sanchez
2015-12-18* CProject.cs:Lluis Sanchez
2015-12-10Rename msbuild project namespaceLluis Sanchez
2015-11-25Move NotifyItemReady to OnExtensionChainInitializedJune Rhodes
2015-11-25Unseal Solution classJune Rhodes
2015-11-18Add api for checking if a build target can be builtLluis Sanchez
2015-09-24Fix disabled project loading issueLluis Sanchez
2015-07-27Merge remote-tracking branch 'origin/master' into roslynLluis Sanchez Gual
2015-07-27Optimize setting the startup projectLluis Sanchez
2015-05-22[Core] Add an OperationContext argument everywhereLluis Sanchez Gual
2015-05-13Improve project configuration creationLluis Sanchez Gual
2015-05-11MSBuild project evaluation improvementsLluis Sanchez Gual
2015-05-05Fix solution loading issueLluis Sanchez Gual
2015-04-30[Core] Solution serialization fixesLluis Sanchez Gual
2015-04-28Add support binding tasks to workspace objectsLluis Sanchez Gual
2015-04-22[Core] Project model fixesLluis Sanchez Gual
2015-04-17Add support for custom data serialization in solutionsLluis Sanchez Gual
2015-04-17Improve project load error reportingLluis Sanchez Gual
2015-04-16[Core] Fix some warningsLluis Sanchez Gual