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
2014-02-07Fix build issueLluis Sanchez
2014-02-07Add vcrevision traget to make wrench happyLluis Sanchez
2014-02-07Remove old code for generating the buildinfo fileLluis Sanchez
2013-12-11Add MD_LAUNCH_EXTRA_ENV environment variable to set extra environment ↵Alex Corrado
variables when launching with `make run`
2013-07-09Nuke some unnecessary local copiesAlan McGovern
2013-06-26[build] Fix heapshot profiling from the makefilesAlan McGovern
2013-03-07Revert "Use the new concurrent sgen mark-sweep when running with make run"Alan McGovern
This reverts commit fa761426f081eb6308e6a70257c1b80512a40296. This is a pretty crashy option at the moment. Let's just let people opt in by themselves
2013-03-06Use the new concurrent sgen mark-sweep when running with make runAlan McGovern
It's a stupid hack, but at the moment there's no easy way to concatenate that env var as mono does not allow trailing separators when it parses the option string. Older versions of mono also bail out when they encounter options they don't understand, so this is the simplest way of probing for 'marksweep-conc' support and falling back to regular sgen if it's not found.
2013-03-02[Shell] Disable Ubuntu overlay scrollbars.Mike Krüger
They're not very helpful in our user interface.
2013-02-09[Build] Deuglify buildinfo in About dialogMichael Hutchinson
Make sure the all lines have keys, instead of trying to add one to the first line later. This fixes an issue where the Mac build had been altered to prepend a line with a key, causing the About dialog to display a line with two keys and a line with no key.
2012-11-05[build] Cope with the recent changes to the buildinfo filesAlan McGovern
Firstly use the correct method to get the current commit hash. Secondly we no longer need to prepend 'Git revision: ' before the hash as monodevelop does that itself. It relies on the hash being the first element of this file. Any other line is printed verbatim.
2012-10-27Run MD with sgen by defaultLluis Sanchez
2012-10-07[Build] Add a run-gdb-sgen target as well.Bojan Rajkovic
2012-10-06[Build] Fix the run-sgen target.Bojan Rajkovic
2012-09-28[Makefiles] Add run-sgen targets that run MD with SGen enabled.Bojan Rajkovic
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-06-06[Test] Fail properly in the case of tests failingAlan McGovern
2012-06-05[Test] Propagate the test configuration again...Alan McGovern
2012-06-05[Tests] Import a new test runner using a git submodule and enable the testsAlan McGovern
When MonoDevelop is compiled using --enable-tests we now build MonoMac, MacDev and the UnitTests assemblies. These can then be run on the bots as part of the build process.
2012-05-25[Ide] Fixed up MonoDevelop options and console logging (switch is now inverted)Jeffrey Stedfast
2012-05-17[Build] Move submodules to monodevelop/main/externals instead of ↵Alan McGovern
monodevelop/externals This will simplify make dist and building from tarballs as everything will have the correct relative path.
2012-04-26[build] Removed MonoDevelop.MonoMac from the default buildJeffrey Stedfast
2012-04-20[Build] Build NGit, NSch and Sharpen from their submodule locationAlan McGovern
We now do a simple xbuild of the NGit sln to build these projects and their associated tests.
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-02-08Update the makefile targets to use the log profilerAlan McGovern
2012-01-31[Mac] Ensure buildinfo is updated when creating bundleMichael Hutchinson
2011-12-15Added run-gdb makefile targetJeffrey Stedfast
2011-12-12Do not redirect stdout/error when running from the makefiles.Alan McGovern
2011-12-12Always specify 'redirect-output' in the makefile and MacOS launch scriptAlan McGovern
2011-08-04Fix version numbers to match Hutch's requestMiguel de Icaza
2011-08-03Add targets to package MonoMacMiguel de Icaza
2011-04-29[Workaround] Set UBUNTU_MENUPROXY in MD_LAUNCH instead.Tak
* main/Makefile.am: Set UBUNTU_MENUPROXY in MD_LAUNCH instead. License: MIT/X11
2011-04-29[Workaround] Workaround global menus in Unity gnome shell.Tak
* main/Makefile.am: * main/monodevelop.in: Disable Unity global menu. License: MIT/X11
2011-03-26Track mdrun->mdtool renameMichael Hutchinson
2010-12-24Clean up build info file, add release idMichael Hutchinson
2010-12-24Always update build infoMichael Hutchinson
2010-11-24Use full git commit ID, not closest tagMichael Hutchinson
2010-08-18Port the revision ID generation to git.Michael Hutchinson
2010-06-29Base the revision on monodevelop dir, not monodevelop/mainMichael Hutchinson
svn path=/trunk/monodevelop/; revision=159638
2010-02-09* Makefile.am: Add trace targets.Michael Hutchinson
svn path=/trunk/monodevelop/; revision=151067
2010-02-042010-02-03 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* Makefile.am: * configure.in: Capture ACLOCAL_FLAGS for autoreconf so building is less painful on Mac. svn path=/trunk/monodevelop/; revision=150812
2009-11-10* Makefile.am: Fix deps for vcrevision file.Michael Hutchinson
svn path=/trunk/monodevelop/; revision=145775
2009-10-14Fix svn revision message when there are no modificationsMichael Hutchinson
svn path=/trunk/monodevelop/; revision=144067
2009-10-14Fix svn modification check on Mac shMichael Hutchinson
svn path=/trunk/monodevelop/; revision=144066
2009-10-12Make works now without having .svn directories.Mike Krüger
svn path=/trunk/monodevelop/; revision=143948
2009-10-08Use last changed rev for build infoMichael Hutchinson
svn path=/trunk/monodevelop/; revision=143717
2009-10-08Use a format that the Mac date utility understandsMichael Hutchinson
svn path=/trunk/monodevelop/; revision=143715