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
2019-01-16Remove redundant build infrastructureMikayla Hutchinson
The old autotools build infrastructure is largely redundant, as projects are now built with msbuild. Remove as much as can be done easily, along with some other obsolete stuff.
2016-09-20[build] Keep suggested OS X build doc URL OS-specific.Adam Patridge
2016-02-17[Mac] Fix wrong conditional for checking whether we should build 32bit.therzok
2016-02-12fix "make run" on non-OSX 64bit platforms.Atsushi Eno
2016-02-10[64bit] Make 64bit the defaultiain holmes
2015-12-17[build] Error out with a nice warning if submodules are missingAlan McGovern
It's even coloured red now to make it even more obvious that something failed.
2015-10-30[Build] Build for 64bit when the env var MONODEVELOP_64BIT_SAFE is definediain holmes
2015-10-30[Build System] Enable mac64 by adding --enable-mac64 to configureiain holmes
2015-09-29[build] Properly error out when a dependency does not existAlan McGovern
We should print a message saying it's missing, not explode because we couldn't invoke the binary.
2015-09-19[Build] Add release switch to configure.Marius Ungureanu
2015-09-11[build] Initial impl to check dependencies when compiling on macosAlan McGovern
2015-03-04Revert "[build] Add a dependency checker to configure"Alan McGovern
This reverts commit 96bb9c7b1910b3a1feb248e56ed5227268f0df2c. This needs to be properly protected so it only runs on Mac systems.
2015-03-04[build] Add a dependency checker to configureAlan McGovern
Enforce the correct xammac
2014-12-10[build] For sanities sake don't overwrite a user-set valueAlan McGovern
Just in case :)
2014-12-10Fixup configure to select mac if default doesn't exist.Marius Ungureanu
2014-12-07[Configure] Force profile to 'mac' on Darwin systems.Marius Ungureanu
2014-11-11[configure] set PROFILE in config.makeAaron Bockover
2014-10-15Merge remote-tracking branch 'mono/master' into xs6Lluis Sanchez
Conflicts: configure main/build/MacOSX/monostub.m main/src/addins/MacPlatform/MacPlatform.cs version-checks
2014-10-02Added fallback path for libsvn_client in configure as wellJeffrey Stedfast
2014-07-16Use the right pathAlan McGovern
2014-07-16[build] Add main/build/bin to DYLD_FALLBACK_LIBRARY_PATHAlan McGovern
This is so we can find libxammac.dylib when trying to dlopen the ios designer support library libmthosting.dylib The changes to monostub are leaky, but meh.
2014-06-20[configure] Always append CommandLineTools to DYLD_FALLBACK_LIBRARY_PATHMichael Hutchinson
2014-04-30Fix F# binding build issueLluis Sanchez
Don't specify the prefix path when configuring the F# binding since the binding assumes that MD is installed in that prefix, but that's not correct when building MD itself.
2014-02-26Merge remote-tracking branch 'origin/master' into fsharpLluis Sanchez
Conflicts: version-checks
2014-02-07Changed version config file to version.configLluis Sanchez
2014-01-09version.txt has been moved to the root dirLluis Sanchez
2014-01-08Use correct configuration fileLluis Sanchez
2013-12-04Merge remote-tracking branch 'origin/master' into fsharpLluis Sanchez
Conflicts: version-checks
2013-12-03[Subversion] Fix subversion on Mac on trunk builds.Marius Ungureanu
2013-09-19Merge remote-tracking branch 'origin/master' into fsharpLluis Sanchez Gual
Conflicts: version-checks
2013-09-18[build] Flip the order of the PATH exportsAlan McGovern
We need to export monos bin directory first so we use the right pkg-config under all circumstances.
2013-09-04Add fsharpbinding to the buildLluis Sanchez
2013-08-28[build] For now always export our env vars on WrenchAlan McGovern
Wrench currently exports a broken DYLD_FALLBACK_LIBRARY_PATH. Since we now rely on this either exported with valid values or not exported at all, this breaks our build.
2013-08-28Revert "HACK: Add some debug helpers"Alan McGovern
This reverts commit 365a7ed8448fd2da1f33c41d1b28cdbf4cb475ec.
2013-08-28HACK: Add some debug helpersAlan McGovern
2013-08-28[build] On MacOS always export the environment variables we needAlan McGovern
This is a slightly better approach to making sure the environment is correct. If DYLD_FALLBACK_LIBRARY_PATH is unset then we can assume the user has not set up the other two exports we require in order to build and so we export all three at once.
2013-03-03[build] Detect macos with uname, not build profileAlan McGovern
2013-03-03[build] If ./configure fails with --platform=mac, inform the user about our ↵Jérémie Laval
compilation guide. Since MonoDevelop doesn't compile on Mac out-of-the box, prevent unnecessary user anger by redirecting him to the guide with the correct environment variables to export.
2012-06-12Document the --enable-tests configure option.Zoltan Varga
2012-05-17Fix #5113 - Improve building portabilityRomain Tartière
2012-02-07[Build] Allow tests to be enabled via the top level configureAlan McGovern
Just pass --enable-tests to build the unit tests.
2011-08-02Make this work with standard ls, and avoid using that abortion of a feature ↵Miguel de Icaza
from GNU ls
2011-07-19Fix configure regressionMichael Hutchinson
2011-07-19Don't copy *.pc files if they don't exist.XTZGZoReX
2011-02-16Use libs in $prefix for build and runMichael Hutchinson
2009-06-042009-06-03 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* configure: Don't generate a .addins file for main. svn path=/trunk/monodevelop/; revision=135378
2009-04-15Bump MD version.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=131791
2009-02-042009-02-03 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* Makefile: Re-run configure when it changes. * configure: Update version number. svn path=/trunk/monodevelop/; revision=125600
2008-06-26* configure: Added option which allows interactively selecting theLluis Sanchez
add-ins to build. * profiles/all: Added missing add-ins. svn path=/trunk/monodevelop/; revision=106624
2008-06-132008-06-12 Aaron Bockover <abock@gnome.org>Aaron Bockover
* configure: Support CONFIG_SITE (BNC #350629) svn path=/trunk/monodevelop/; revision=105730