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
2013-08-27Revert "Upgrade core and addins to 4.5 runtime"Michael Hutchinson
This reverts commit 9656726c1e2b96cdfdbb9506eb1ac1c93b91befd. Reverting until we get the installer updated to check the dependency.
2013-08-12Suppress warnings about missing doc commentsMichael Hutchinson
2013-08-11Upgrade core and addins to 4.5 runtimeMichael Hutchinson
2013-08-10Consistently optimize release configs, and not debug configsMichael Hutchinson
2013-08-10Build pdbonly debug symbols in release configurationsMichael Hutchinson
2013-08-10Build xml docs for all addinsMichael Hutchinson
2013-06-18Use proper test profile when running MD from MDMichael Hutchinson
Use MONODEVELOP_TEST_PROFILE instead of XDG_*. The problem is that setting a CWD-relative path in XDG_* affects child processes such as xbuild in unpredictable ways. This makes it possible to debug the XA project type addin.
2013-06-06Run MD in an STA threadLluis Sanchez Gual
2013-04-29Include 'tests' dir in the add-in search pathLluis Sanchez
2013-04-03Fix up a bunch of bad configuration mappingsMichael Hutchinson
May fix BXC11396 - mdtool crashes when building .sln file
2012-10-24[build] Fix the build on linux by disabling the unit tests projectAlan McGovern
2012-10-19[build] Ensure cecil reflector is copied over tooAlan McGovern
2012-10-17[build] Submodule and build Mono.Addins so we can ship required bugfixesAlan McGovern
2012-08-10[build] Fixicate the build on windowsAlan McGovern
2012-08-10[externals] Add nrefactory as a submoduleAlan McGovern
Import NRefactory as a regular git submodule as compared to a source code import. This makes updating and modifying it easier.
2012-07-09[Git] Bump NGit to the latest version for some more windows fixesAlan McGovern
Also update the build to take the new Sharpen.Unix.dll into account and ensure it is copied along with the rest of the NGit assemblies.
2012-06-28[Build] Disable Makefile integration in all our csprojsAlan McGovern
We do not need it anymore :D
2012-06-27[Build] Change the build system to use xbuild instead of makefiles (again)Alan McGovern
The build 'regression' was a problem in some makefiles. It was fixed in aea26c16d94490c95f4e61329c137b82a4abfe77
2012-06-26Revert "[Build] Change the build system to use xbuild instead of makefiles"""Alan McGovern
Back it out for now. There are some reported build issues.
2012-06-26[Build] Change the build system to use xbuild instead of makefiles""Alan McGovern
2012-05-29[Startup] Added no-redirect command line parameter. (for having debugMike Krüger
output on the console)
2012-04-02Revert "[Build] Change the build system to use xbuild instead of makefiles"Alan McGovern
This reverts commit 6535b911aa4b81c8fab4b22a6822fa9778f723cf.
2012-04-02[Build] Change the build system to use xbuild instead of makefilesAlan McGovern
The actual compilation process now happens with xbuild. The root makefile just issues an "xbuild Main.sln" call. If you type 'make' in a subdirectory you will issue an 'xbuild foo.csproj' for that dir and every subdir. This is slightly slower than building Main.sln directly if many subdirs are being built. 'make dist' is now implemented with a call to 'git archive' which means our tarball really does contain everything we need to build monodevelop (yay!). Makefile integration is now disabled (it's unnecessary). We now put test assemblies in build/test too to avoid polluting build/bin and build/Addins
2012-01-18Add Mono.Cairo assembly redirect required for WindowsLluis Sanchez
2011-12-01Remove ChangeLogs from the project filesMichael Hutchinson
They're not maintained any more, the info is in the git log, and they just add noise to the solution tree and find-in-files.
2011-09-12[Startup] Apparently MD expects a RES variable in Makefile.amJeffrey Stedfast
2011-09-12Fixed the buildJeffrey Stedfast
2011-09-12[Ide] Merge WelcomePage into Ide, clean up brandingMichael Hutchinson
2011-09-11[Ide] Move entry code to Monodevelop.IdeMichael Hutchinson
2011-09-09Fixed possible race caused by monodevelop branding (branding has nowMike Krüger
moved to it's own service).
2011-09-09Added welcome page data to the branding data.Mike Krüger
2011-09-09Moved welcome page images to the branding directory.Mike Krüger
2011-09-08Added branding resource file.Mike Krüger
2011-09-08Created branding directory in startup assembly.Mike Krüger
2011-08-01Flush project format fixesMichael Hutchinson
2011-07-17[Windows] Write log to correct directoryMichael Hutchinson
2011-07-01Remove the bundle-addins injection mechanismMichael 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-04-06Replaced the Mono.Cecil.Decompiler with ICSharpCode.Decompiler.Mike Krüger
2011-03-17Don't check for arithmetic overflows.Lluis Sanchez Gual
2011-02-24Add compatibility entry required by the win32 subversion add-in.Lluis Sanchez Gual
2011-02-24Use a private dir for data and cache files when debugging.Lluis Sanchez Gual
2011-02-02Upgraded to .NET 4.0Lluis Sanchez Gual
2011-01-13More MD version bumping.Lluis Sanchez Gual
2010-09-16[Build] Don't local-copy muliple Mono.AddinsMichael Hutchinson
Mono.Addins refs get local copied if it's not in the GAC, so make sure it only gets copied once.
2010-07-14Add windows application icon.Levi Bard
svn path=/trunk/monodevelop/; revision=160343
2010-05-06* MonoDevelop.Ide/MonoDevelop.Ide.csproj:Lluis Sanchez
* Mono.Texteditor/Mono.TextEditor.csproj: * MonoDevelop.Startup/MonoDevelop.Startup.csproj: Disable overflow checks. svn path=/trunk/monodevelop/; revision=156799
2010-03-22Bumped MD version.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=153988
2010-03-17Merged MD.Projects into MD.Core, and MD.Projects.Gui, MD.Core.Gui and ↵Lluis Sanchez
MD.Components into MD.Ide. svn path=/trunk/monodevelop/; revision=153744
2009-10-30Bump MD version.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=145114