Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-03Add code of conductMiguel de Icaza
2015-10-20[acceptance-tests] Fix tarball build and rename "check" target to "check-full"Alexander Köplinger
The acceptance-tests folder wasn't getting included in the tarball, adding the folder to the SUBDIRS in the top-level Makefile.am fixes this. Additionally, EXTRA_DISTFILES doesn't work outside of mcs/ so rename it to EXTRA_DIST. Since we don't want a top-level "make check" to recurse into acceptance-tests just yet, rename the check target to check-full so nothing gets run by default.
2015-09-24Move monolite URL to mono-project.com CDN, not Boston NASJo Shields
2015-06-25Remove --with-[monotouch|xammac]=only from configure.Rolf Bjarne Kvinge
The Xamarin.iOS and Xamarin.Mac builds don't use these options, so remove them to reduce unnecessary complexity.
2015-04-07Remove build-mingw32.sh.Alex Rønne Petersen
This script has not been maintained for a very long time and (as far as I know) is not used by anyone.
2015-04-07Remove spec file as we don't use it anymore.Alex Rønne Petersen
See: https://github.com/directhex/mono-snapshot
2015-04-06Integrate binary reference assemblies for v2.0/3.5 into the build systemAlexander Köplinger
Rename the net_4_0 profile which is already only used to trigger copying of reference assemblies to binary_reference_assemblies and include the 2.0/3.5 files there. This should make it easier to add more profiles in the future and doesn't clutter the build system as much as making separate net_2_0 and net_3_5 profiles that do the same.
2015-02-10Rename binary reference assemblies locationMarek Safar
2014-12-10Distribute reference assemblies in source tarball. Yuck.Jo Shields
2014-12-03Fix make dist if boehm is disabled.Zoltan Varga
2014-07-29Delete assemblies from external/ when building "make dist" tarballsJo Shields
2014-07-01[dist] Do not include .git link files in dist tarballDamien Diederen
Recent versions of Git co-host submodule GIT_DIRs in <root-project>/.git/ by default, and write their relative path into <subproject>/.git, which is a regular file: $ ls -l external/cecil/.git -rw-r--r-- 1 foo bar 42 Jun 16 12:50 external/cecil/.git $ cat external/cecil/.git gitdir: ../../.git/modules/external/cecil Relax the expression in Makefile.am to also delete these (broken) "symlinks" when preparing a distribution tarball.
2014-06-10Add build system plumbing for building with -Werror.Alex Rønne Petersen
2014-05-30add files System.Configuration.dll and System.Security.dll to monolite ↵Timotheus Pokorra
directory in tarball to avoid: error CS0006: Metadata file `System.Security.dll' could not be found
2014-05-25Rename configure.in -> configure.ac. Based on PR #976.Alex Rønne Petersen
2014-03-11Add support/ to the build when cross-compiling.Alex Rønne Petersen
2014-01-16profiles: define xammac (Xamarin.Mac) profileAaron Bockover
Based on the Mobile profile and modeled after the MonoDroid profile.
2013-11-01Fix indentation.Alex Rønne Petersen
Oddly, we don't use tabs here...
2013-10-31Dist README.md.Zoltan Varga
2013-09-20Check the version of LLVM at configure time to make sure it has a matching ↵Zoltan Varga
version.
2013-08-30Remove moon support from the build system.Zoltan Varga
2013-02-07Update csproj generator to work on macMarek Safar
2013-01-12Add changes to the main Makefile.am, not only Makefile which is not versionedJean-Michel Perraud
2012-11-15Tweak the Makefiles to enable monotouch builds to compile less stuff.Rodrigo Kumpera
* Makefile.am: Make it possible to only produce the monotouch byproducts.
2012-10-19Second try to make quiet build work reliablyMarek Safar
2012-08-14Fix monolite bootstrapMarek Safar
2012-07-18Remove external directory git cruft from the dist tarballMarek Habersack
2012-04-09script path modify. to build in not souce tree.KISHIMOTO, Makoto
2012-04-05[build] Improve our git submodule update handlingAlan McGovern
This is a two pronged commit. Firstly we need to handle older versions of git which lack support for recursively updating git submodules. In order to handle this we try three separate git commands until one succeeds and print warning/error messages as appropriate. Secondly we should really update git submodules when 'make' is invoked. Currently we only do this from the root makefile, though if we care enough we can do it elsewhere in our build tree too. This means we no longer have to run configure every time a submodule is updated just to get git submodule update to execute.
2012-03-29Include the entire external/ directory in distMarek Habersack
2012-03-09Include the spec file in the tarballAlex Corrado
2012-03-08Disable running commits-to-changelog.py as part of 'make dist' because it ↵Alex Corrado
causes wrench to timeout
2012-02-10Add VS project files for test projectMarek Safar
2011-04-19.m4 files no longer exist in the toplevelJeffrey Stedfast
2011-04-19Updated the build systemJeffrey Stedfast
2011-01-20Dist more files needed by MSVC buildAndrew Jorgensen
2010-12-17get-monolite-latest now pulls a versioned archiveAndrew Jorgensen
In order to ensure that monolite actually works you need to ensure that the corlib in it has the same version as your runtime. Monolite archives are now versioned monolite-MONO_CORLIB_VERSION-DATE.
2010-11-24[Moon] Speed up the moonlight build by stripping it down to the bare basicsAndreia Gaita
2010-10-22Remove 'web' directoryGonzalo Paniagua Javier
2010-08-26Fix the changelog script to work in MonkeyWrenchAndrew Jorgensen
* Makefile.am: Check for GIT_DIR if defined (rather than .git) * commits-to-changelog.py: BUILD_REVISION rather than HEAD if defined
2010-08-17Remove support for building with system glib.Zoltan Varga
2010-08-05[dist] Only run the commit-to-changelog script if there's a repository.Mark Probst
Since "make dist" should also work from a tarball we must only call the commit-to-changelog script if there's a git repository present. If we're already in a disted tree, the script has already run.
2010-08-05Don't call commit-to-changelog until after mcs is dist'dAndrew Jorgensen
2010-07-30"make dist" updates the ChangeLogs automatically.Mark Probst
When creating a distribution "make dist" now uses the commits-to-changelog script to automatically update all ChangeLog files since the last commit marked with the "last-commit-with-compulsory-changelog-entry" tag.
2010-04-09Re-enable 'compiler-tests' targetRaja R Harinath
svn path=/trunk/mono/; revision=155164
2010-04-09* configure.in: Add an extra "only" option to --with-moonlight. ThisAndreia Gaita
will configure mono to only build moonlight-specific stuff and nothing else. --with-moonlight=yes now just adds the moon profile to the build * Makefile.am: Add moonlight-specific rules that only build what moon needs. These are called directly from moon, to do fast moon+mono+mcs builds * runtime/Makefile.am: Change the build rules to have a moonlight-only build configuration, as well as a normal build that optionally includes it svn path=/trunk/mono/; revision=155093
2010-03-29Fix 'compiler-tests'Raja R Harinath
svn path=/trunk/mono/; revision=154394
2010-03-042010-03-04 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* Makefile.am (DIST_SUBDIRS): Add eglib. svn path=/trunk/mono/; revision=152994
2010-03-032010-03-02 Rolf Bjarne Kvinge <RKvinge@novell.com>Jeffrey Stedfast
* Makefile.am: * mono/Makefile.am: Only build some subdirs when configured for moonlight. * configure.in: If configured --with-moonlight=yes, define MOONLIGHT and use that variable instead of INSTALL_2_1. * runtime/Makefile.am: If configured for moonlight, only build net_2_1_raw. svn path=/trunk/mono/; revision=152880
2010-02-20Distribute autogen.shMiguel de Icaza
svn path=/trunk/mono/; revision=152099