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-12-23Switch to Task.CompletedTask where applicabletherzok
2019-07-10[Core] Optimize some project system file collection handling codetherzok
2018-12-12[Core] Out of date project builder used on reloadMatt Ward
2018-11-14Fixes breakpoint setting for delegates in Android projectsnosami
2018-10-09[Core] Reduce the number of times we do IO on trying to find an assembly's re...therzok
2018-09-28Fixes issue #6089 StackOverflow on running unit testsMike Krüger
2018-09-26[Core] Fix project in solution folder not reloadedMatt Ward
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
2017-12-05Merge pull request #3316 from mono/skipBuildingUnmodifiedProjectsLluis Sanchez
2017-11-25[Core] Ditch immutable collections where not needed. (#3219)Marius Ungureanu
2017-11-06Added "Skip building unmodified projects" setting which speeds up building pr...David Karlaš
2017-09-18Fix NRE when cleaning a solutionLluis Sanchez
2017-09-18Improve Clean commandLluis Sanchez
2017-09-12Add support for batching buildsLluis Sanchez
2017-08-21Fix warnings in MD.CoreLluis Sanchez
2017-08-14[Ide] Fix external tool failing to run when solution selectedMatt Ward
2017-03-29Bug 54132 - Run configurations for library projects do not show upDavid Karlaš
2017-03-18Optimize solution savingFilip Navara
2017-02-14Merge branch 'master' into vNextMatt Ward
2017-02-13Async/await optimizations (#1861)Marius Ungureanu
2016-11-17[Core] Set ItemId of .Net Core project to .sln value or in case of Reload to ...David Karlaš
2016-05-19[Core] Limit the number of concurrent buildersLluis Sanchez
2016-02-03Dispose project load context when reloading a projectLluis Sanchez
2015-12-11[Projects] Set the SolutionDir property when loading a projectLluis Sanchez
2015-12-08[Core] Fix project not unbound from solution when unloaded.Matt Ward
2015-11-18Add api for checking if a build target can be builtLluis Sanchez
2015-11-02Fix warningLluis Sanchez
2015-06-25Add option for enabling parallel buildLluis Sanchez Gual
2015-06-23[Core] Remove debug code and formatting fixesLluis Sanchez Gual
2015-06-23Merge branch 'roslyn' into roslyn-pbLluis Sanchez Gual
2015-05-27[Core] Make SolutionFolder implement IBuildTargetLluis Sanchez Gual
2015-05-22[Core] Add an OperationContext argument everywhereLluis Sanchez Gual
2015-05-22[Core] Initial support for parallel buildsLluis Sanchez Gual
2015-05-14Fix solution build issueLluis Sanchez Gual
2015-04-28Add support binding tasks to workspace objectsLluis Sanchez Gual
2015-02-11Remove most of FileFormat infrastructureLluis Sanchez Gual
2015-02-10Thread safeness fixesLluis Sanchez Gual
2015-02-10Thread safeness improvementsLluis Sanchez Gual
2014-11-05Merge remote-tracking branch 'xamarin/xs6' into new-project-modelLluis Sanchez Gual
2014-10-29[Core] Fix crash when deleting solution folderLluis Sanchez
2014-10-21Initial drop of the new project modelLluis Sanchez
2014-06-27[Core] Fix project unloading issueLluis Sanchez Gual
2014-06-20[Core] Fix project reloading issueLluis Sanchez
2014-06-02Fix shared projects compat issue with VSLluis Sanchez Gual
2014-05-23[Core] Deprecate the 1:1 File->Project assumptionAndrés G. Aragoneses