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-11[Core] Stop using obsolete Counter++/-- and use Inc(1) or Dec(1) insteadJeffrey Stedfast
2019-03-25Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-18Various cancellationToken fixestherzok
2019-02-18Fix some service initialization issues and track api changesLluis Sanchez
2017-05-04Log to stderr instead.Jeffrey Stedfast
2017-05-02[Core] Catch ArgumentException in ProcessMonitor and log appropriatelyJeffrey Stedfast
2017-03-06[VSCodeDebug] Added support for ‘runInTerminal’ and added Title support t...David Karlaš
2016-08-11[Core] Fix no debug execution modes being foundMatt Ward
2016-06-08[Ide] Run configuration UI tweaksLluis Sanchez
2016-01-30[NUnit+Core] Debug.WriteLine and tracepoints now work when debugging unit tes...David Karlaš
2015-06-08Bug 30314 - [Roslyn] Unable to debug C# console appDavid Karlaš
2015-04-28[Core] Fix process exit notification issueLluis Sanchez Gual
2015-04-27[Core] Some process monitoring fixesLluis Sanchez Gual
2015-04-27Fix some continuationsLluis Sanchez Gual
2015-04-27OperationConsole api adjustmentsLluis Sanchez Gual
2015-04-27IConsole revampLluis Sanchez Gual
2014-10-21Initial drop of the new project modelLluis Sanchez
2013-09-11[Core] Ensure process output redirected when reading outputMichael Hutchinson
2013-06-04[Core] Added method for getting the debug mode setLluis Sanchez
2013-06-03Add support for command factoriesLluis Sanchez
2012-11-10Fix a load more unbranded app name mentionsMichael Hutchinson
2012-03-06Fixed 'Bug 3755 - NUnit unit test debugging ignores do not step intoMike Krüger
2011-07-31[Project] Use run env vars in custom execution commandsMichael Hutchinson
2011-07-17[Core] Move Platform detection code to Platform classMichael Hutchinson
2010-11-18Fix NRE in StartConsole process (bugs 634308 and 644650)Lluis Sanchez Gual
2010-05-06* MonoDevelop.Core.Execution/ProcessService.cs: Fix Windows build.Lluis Sanchez
2010-05-06* MonoDevelop.Core.Execution/ProcessService.cs: Fix the Exited eventMichael Hutchinson
2010-04-29* src/addins/GnomePlatform/GnomePlatform.cs:Michael Hutchinson
2010-04-26* src/addins/GnomePlatform/GnomePlatform.cs:Lluis Sanchez
2010-04-21* MonoDevelop.Core.Execution/ProcessService.cs: Fix build.Lluis Sanchez
2010-04-21* MonoDevelop.Core.Execution/ProcessService.cs: Added null check onLluis Sanchez
2010-03-29* src/core/MonoDevelop.Core/Makefile.am:Lluis Sanchez
2010-03-24* MonoDevelop.Core.Execution/ProcessService.cs: Fix possible NRE.Lluis Sanchez
2010-01-14* MonoDevelop.Core.Execution/ProcessService.cs:Lluis Sanchez
2009-08-06* Makefile.am:Lluis Sanchez
2009-07-31* Makefile.am:Lluis Sanchez
2009-07-30* MonoDevelop.Core.Execution/ProcessService.cs:Lluis Sanchez
2009-07-02* Makefile.am:Lluis Sanchez
2009-07-01* MonoDevelop.Core.addin.xml:Lluis Sanchez
2009-05-29* MonoDevelop.Core.Execution\ProcessService.cs: Fix crash onLluis Sanchez
2009-05-06* MonoDevelop.Core.Execution/ProcessService.cs: Make suerLluis Sanchez
2009-05-04* MonoDevelop.Core.Execution/ProcessService.cs: Added property forLluis Sanchez
2009-05-04* MonoDevelop.Core.Execution/ProcessHostController.cs: Use theLluis Sanchez
2009-04-20* MonoDevelop.Core.Execution/ProcessService.cs:Lluis Sanchez
2009-04-16Moved SystemAssemblyService and related classes to the namespace MonoDevelop....Lluis Sanchez
2009-04-15* Makefile.am:Lluis Sanchez
2009-03-04Changed the way execution handlers work. We are not using platformLluis Sanchez
2009-02-17* frameworks.xml: Added mscorlib to frameworks. System.DeploymentLluis Sanchez
2008-10-02* MonoDevelop.Core.Gui/MonoDevelop.Core.Gui.mdp,Michael Hutchinson
2008-07-23* MonoDevelop.Core.Execution/ProcessWrapper.cs,Michael Hutchinson