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-09-04Don't run Mono in debug mode by default on LinuxMichael Hutchinson
2013-09-04Use mono-sgen for the Linux launch scriptsMichael Hutchinson
Fixes BXC12010 - mono option --gc=sgen is silently ignored
2012-05-17Fix #5113 - Improve building portabilityRomain Tartière
2011-03-23Renamed mdrun.exe to mdtool.exeLluis Sanchez Gual
2010-09-15[Core] Revert the SHM patch, the issue was fixed in MonoMichael Hutchinson
2010-09-14[Core] Enable SHM, MD needs it and it's off by default w/Mono 2.8Michael Hutchinson
Fixes not being able to communicate with MD's remote processes.
2009-08-11* mdtool.in: Properly quote the provided arguments.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=139680
2009-04-30* mdtool.in:Michael Hutchinson
* monodevelop.in: Simpler launch script, without the fragile options parsing. svn path=/trunk/monodevelop/; revision=133073
2009-03-13* mdtool.in:Michael Hutchinson
* monodevelop.in: * build/MacOSX/mdtool: * build/MacOSX/monodevelop: Fix escaping and handling of escaped arguments. Fixes "Bug 484954 - Monodevelop does not start from volumes with spaces in the name" and "Bug 483260 - mdtool doesn't properly handle spaces in pathnames.". svn path=/trunk/monodevelop/; revision=129233
2009-01-16* monodevelop-working/main/mdtool.in:Michael Hutchinson
* monodevelop-working/main/monodevelop.in: * monodevelop-working/main/Makefile.include: Remove pkgconfig sniffing, since it's now unified in managed code. * monodevelop-working/main/src/core/MonoDevelop.Core/MonoDevelop.Core/SystemAssemblyService.cs: Handle PKG_CONFIG_LIBDIR. If it's not set, sniff for the install prefixes of MD, Mono and pkg-config and the associated pkgconfig directories. svn path=/trunk/monodevelop/; revision=123648
2009-01-14* main/monodevelop.in: Fix pkgconfig paths. Thanks to Vadim Chekan forMichael Hutchinson
this. * main/mdtool.in: Fix pkgconfig paths. Use /bin/bash, as sh doesn't necessarily support exec -a. svn path=/trunk/monodevelop/; revision=123291
2008-11-142008-11-13 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* monodevelop.in: * mdtool.in: Make relocatable. Handle arguments better. svn path=/trunk/monodevelop/; revision=118789
2008-01-24* mdtool.in:Ankit Jain
* monodevelop.in: Handle spaces in arguments. svn path=/trunk/monodevelop/; revision=93790
2008-01-17* main/configure.in: Updated. Remove intltool calls, check for msgfmt.Michael Hutchinson
* main/monodevelop.in: Tidied. * main/Makefile.include: Refactor code that sets vars when lanching MD, and apply to mdtool too. * main/mdtool.in: Set process name on mdtool. * main/Makefile.am: Refactor code that sets vars when lanching MD. * main/autogen.sh: Remove intltoolizing. * main/po/POTFILES.in, main/po/POTFILES.skip, main/po/po.mdp: No longer needed. * main/po/po.mdse: Updated. * main/po/Makefile.am: New build for i18n files. svn path=/trunk/monodevelop/; revision=93123
2007-12-04Directory reorganizationLluis Sanchez
svn path=/branches/monodevelop/reorg/; revision=90637