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
2015-10-15[Mac] Improved monostub and added unit tests!Marius Ungureanu
Added unit tests that will fail CI builds when these tests fail. If this fails, you won't be able to run MonoDevelop on Mac anyway. :P More importantly, I changed `push_env` so it takes into account other parts that the beginning of the environment variable string. Now it will check whether the path components are not the first component, the path variable will no longer be updated. `push_env` also now takes only a path component, so pieces need to be added manually, or you need to `strsep(&value, ":")` before appending.
2015-05-05[DebuggerTests] Added unit test for ignoring exception outside user codeDavid Karlaš
2014-12-11moved nuget file to gitignoreMadalyn Coryea
2014-11-18[build] Copy libxammac.dylib locally tooAlan McGovern
It's the sanest approach as Xamarin.Mac.dll and libxammac go hand in hand. If we local copy one we should local copy the other.
2014-07-07Merge remote-tracking branch 'mono/master' into xammac-2.0Lluis Sanchez
Conflicts: main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/MonoDevelop.AspNet.Mvc.csproj main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.csproj main/src/addins/Xml/MonoDevelop.Xml.csproj version-checks
2014-07-03Merge branch 'aspnet-awesome'Michael Hutchinson
Conflicts: version-checks
2014-07-03Update the gitignoreAlan McGovern
2014-06-24Merge branch 'master' into xammac-2.0Michael Hutchinson
Conflicts: main/external/xwt version-checks
2014-06-23Merge remote-tracking branch 'mono/master' into xammac-2.0Lluis Sanchez
Conflicts: main/Main.sln version-checks
2014-06-18[XmlEditor] Massive cleanupMichael Hutchinson
* Rename public types/namespace to be more meaningful * Port old tests to new parser * Reorganize namespaces/directories * Remove a lot of dead code * Less stetic * Fix build warnings
2014-06-18[AspNet] Massive overhaulMichael Hutchinson
* Merged ASP.NET and ASP.NET MVC addins - Added support for ASP.NET MVC in Web App projects, needed for ASP.MVC 5 projects * Cleaned and reorganized the codebase * Moved ASP.NET unit tests into separate assembly - Fixed some minor issues in Razor tests * Removed automatic translation of C# project/file templates to other languages - Only C# templates are included * Removed build-time updating of Web Forms CodeBehind - Update-on-save is still supported * Removed unmaintained remote deployment system - It was never supported on Windows/Mac - Removes dependency on Linux deployment addin * Updated ASP.NET MVC templates to ASP.NET MVC 5 - ASP.NET MVC reference is now a NuGet reference * Removed incomplete default doctype abstraction * All template used HTML5 doctype * Stetic is no longer used for UI * Fixed build warnings
2014-06-10[Misc] Add missing Makefiles to .gitignore.Marius Ungureanu
2014-05-28[xammac-2.0] initial port of MacPlatform to Xamarin.Mac 2.0Aaron Bockover
2014-03-03Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.QuickTasks/QuickTaskOverviewMode.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs version-checks
2014-02-25Update gitignoreMichael Hutchinson
2014-02-12Merge branch 'master' into nuget-integrationMatt Ward
2014-02-12Update gitignoreMichael Hutchinson
2014-02-05[NuGet] Configure test projectMatt Ward
Build tests to main/build/tests Include tests in makefile
2014-02-03Update gitignoreMatt Ward
Ignore make and build files for NuGet addin
2013-09-08Move MS.NET debugger into MainMichael Hutchinson
So we can easily debug when developing MD on Windows
2013-09-04Update gitignoreMichael Hutchinson
2013-09-03[CorDebug] Ignore output files.Therzok
2013-07-24Update .gitignoreMichael Hutchinson
2013-07-13Update gitignoreMichael Hutchinson
2013-06-25Updated gitignoreMarius Ungureanu
2013-02-24gitignore VS upgrade log filesMichael Hutchinson
2013-02-16Nuked OldNRefactoryJeffrey Stedfast
http://gifs.gifbin.com/052011/1307032252_atomic_bomb_mushroom_cloud_explosion.gif
2012-07-27Merge branch 'master' into ui-refreshMichael Hutchinson
Conflicts: version-checks
2012-07-26Update the .gitignoreAlan McGovern
2012-07-24Update git ignoresMichael Hutchinson
2012-05-30Updated git ignoresMichael Hutchinson
2012-05-24[Mac] Use mhutch's monostub launcher on Mac OS XJeffrey Stedfast
2012-04-20Add some more stuff to our .gitignoreAlan McGovern
2012-04-13Updated ignoresMichael Hutchinson
2012-02-08[Mac] Update the dmg background when buildingMichael Hutchinson
2011-12-02Merge pull request #131 from andreazevedo/masterMichael Hutchinson
Ignoring resharper project specific files
2011-12-01git ignore *.tar.gz filesMichael Hutchinson
2011-11-25Ignoring resharper project specific files.Andre Azevedo
2011-11-11Ignoring resharper, dotCover and user specific files.Andre Azevedo
2011-11-04Update .gitignore for some extras-generated files.alexrp
2011-09-30Update gitignoreMichael Hutchinson
2011-07-13Updated gitignoreMichael Hutchinson
2011-06-22Add a way to include external addinsMichael Hutchinson
Addins in the top-level "bundle-addins" directory will be included in "make run" and copied into the Mac app bundle. Symlinks to addin directories are acceptable.
2011-06-15[MacDev] Moved to main addinsMichael Hutchinson
2011-05-24Added some git ignore entries requested by Zor.Mike Krüger
2011-03-26More thorough mdrun->mdtool renameMichael Hutchinson
2011-03-10Update ignoresMichael Hutchinson
2011-02-22Updated ignoresMichael Hutchinson
2011-01-28Updated ignoresMichael Hutchinson
2010-12-13Include Mono.Debugger.Soft in the buildMichael Hutchinson