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
2013-04-07NaCl runtime fixesElijah Taylor
- fix compile/runtime issues caused by upstream changes - add NaCl glibc support - various changes to support running tests in NaCl glibc from 'make check'
2013-02-16Enable stricter verifier checks to uncover more codegen bugsMarek Safar
2013-01-09Remove automake macros obsoleted by automake 1.13. Fixes #9324.Zoltan Varga
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-22Add monotouch runtime profileMarek Safar
2012-10-19Don't print mcs directory in silent modeMarek Safar
2012-10-18Fix up class library test so they at least compile when running make check ↵Zoltan Varga
in runtime/. Add a 'test' target to compile them.
2012-10-18Be more quiet when building managed codeMarek Safar
2012-10-18Disable all profiles when mcs build is disabledMarek Safar
2012-08-13Allow configure mono with any profile to be disabledMarek Safar
2012-06-01Disable verifier checks on 4.0 profileMarek Safar
2011-10-17Unbreak System.Web tests in the 4.5 profileMarek Habersack
2011-09-23Introduce separate .net 4.5 profileMarek Safar
2011-09-15Added the new mobile profile to the build.Paolo Molaro
2011-04-28[moonlight] Ensure we don't double-build the "build" profile nowAlan McGovern
2011-04-26[moonlight] Build mcs.exe as part of the moonlight buildAlan McGovern
Neither moonlight itself or moonlight applications can be built with an mcs.exe older than 2.12. As such, to allow users of the moonlight SDK to build moonlight applications without having a system mono from git we need to build the compiler ourselves. This will be bundled in the SDK. We also use it to build all our managed libs as part of the regular moonlight build.
2011-02-09Fix few more mcs locationsMarek Safar
2011-02-09[build] Added runtime/_tmpinst/mcs script to unbreak system.web tests for 2.0Marek Habersack
Also made gmcs force -sdk=2 since -sdk=4 is now the default. _tmpinst/mcs is needed because the CSharp CodeDOM provider invokes it and without the script in place it will launch the first mcs available in the path.
2011-02-08Moonlight build: use system tools to compile. This means we don't need a ↵Rolf Bjarne Kvinge
bootstrapping profile either
2011-01-20Remove more *mcs.exe referencesMarek Safar
2011-01-05[runtime] Include the al script in temporary installation directoryMarek Habersack
This is needed as the 4.0 profile calls 'al' (which is defaults to 4.0) and not 'al2' and if Mono older than 2.8 is installed on the machine, 'al' coming from it will fail to work with the current Mono and thus some tests will fail. The commit should fix the 300+ failing tests on the build bots.
2010-12-03[Moon] include cecil when building mono for moonAndreia Gaita
2010-11-24[Moon] Speed up the moonlight build by stripping it down to the bare basicsAndreia Gaita
2010-09-08Enable the mcs monodroid build from mono's configureJb Evain
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-04-07* runtime/Makefile.am ($(tmpinst)/bin/dmcs): Add.Raja R Harinath
svn path=/trunk/mono/; revision=154924
2010-03-30update monodis-wrapper.in to reflect new libmono locationRaja R Harinath
svn path=/trunk/mono/; revision=154429
2010-03-16rename net_2_1 to moonlightJb Evain
svn path=/trunk/mono/; revision=153639
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
2009-11-212009-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
So long PLATFORM_WIN32. Welcome HOST_WIN32 and TARGET_WIN32. * runtime/Makefile.am: * scripts/Makefile.am: * mono/dis/Makefile.am: * mono/metadata/domain.c: * mono/metadata/security.c: * mono/metadata/assembly.c: * mono/metadata/coree.c: * mono/metadata/coree.h: * mono/metadata/threadpool.c: * mono/metadata/class-internals.h: * mono/metadata/Makefile.am: * mono/metadata/gc.c: * mono/metadata/class.c: * mono/metadata/appdomain.c: * mono/metadata/image.c: * mono/metadata/threads.c: * mono/metadata/metadata-internals.h: * mono/metadata/monitor.c: * mono/metadata/attach.c: * mono/metadata/marshal.c: * mono/metadata/threads-types.h: * mono/metadata/mono-config.c: * mono/metadata/boehm-gc.c: * mono/metadata/rand.c: * mono/metadata/icall.c: * mono/metadata/reflection.c: * mono/metadata/socket-io.c: * mono/io-layer/socket-wrappers.h: * mono/io-layer/io-layer.h: * mono/io-layer/Makefile.am: * mono/monograph/Makefile.am: * mono/mini/method-to-ir.c: * mono/mini/debugger-agent.c: * mono/mini/mini-exceptions.c: * mono/mini/Makefile.am: * mono/mini/aot-runtime.c: * mono/mini/image-writer.c: * mono/mini/mini-windows.c: * mono/mini/aot-compiler.c: * mono/mini/dwarfwriter.c: * mono/mini/mini-ppc.c: * mono/mini/mini-ppc.h: * mono/utils/mono-time.c: * mono/utils/mono-membar.h: * mono/utils/mono-poll.h: * mono/tests/Makefile.am: * mono/interpreter/Makefile.am: * configure.in: * support/Makefile.am: svn path=/trunk/mono/; revision=146644
2009-11-18Forward port of r146378Marek Habersack
svn path=/trunk/mono/; revision=146386
2009-10-02Removed bin/mcsMarek Safar
svn path=/trunk/mono/; revision=143253
2009-09-30Too early removal of etc/mono/1.0/machine.configMarek Safar
svn path=/trunk/mono/; revision=143048
2009-09-30Removed etc/mono/1.0/machine.config symlinkMarek Safar
svn path=/trunk/mono/; revision=143024
2009-09-302009-09-30 Marek Safar <marek.safar@gmail.com>Marek Safar
* runtime/Makefile.am, configure.in: Don't build 1.1 profile svn path=/trunk/mono/; revision=143010
2009-07-242009-07-24 Jb Evain <jbevain@novell.com>Jb Evain
* configure.in * runtime/Makefile.am * data/Makefile.am: create a and populate a configuration folder for the net_4_0 profile. svn path=/trunk/mono/; revision=138645
2009-07-212009-07-21 Jb Evain <jbevain@novell.com>Jb Evain
* configure.in: add a --with-monotouch option. * runtime/Makefile.am: use it to trigger the mcs monotouch build. svn path=/trunk/mono/; revision=138308
2009-06-102009-06-10 Marek Safar <marek.safar@gmail.com>Marek Safar
* runtime/Makefile.am, configure.in: Make net_4_0 profile optional. svn path=/trunk/mono/; revision=135876
2009-06-072009-06-07 Marek Safar <marek.safar@gmail.com>Marek Safar
* runtime/Makefile.am: Enabled net_4_0 for compilation. svn path=/trunk/mono/; revision=135602
2009-05-072009-05-07 Rodrigo Kumpera <rkumpera@novell.com>Rodrigo Kumpera
* runtime/Makefile.am (mcs-compileall): Pass --security=validil to the runtime so the assemblies are not required to be verifiable. svn path=/trunk/mono/; revision=133737
2009-05-06Break some circular dependencies between mono, mcs and moonRaja R Harinath
* Makefile.am (compiler-tests): Rewrite to re-build the moon assemblies after mcs/ is built. * runtime/Makefile.am (build_profiles) [INSTALL_2_1]: Build only the net_2_1_raw profile. (test_profiles): New. Mention net_2_1 profile. (moon-do-build): New. svn path=/trunk/mono/; revision=133678
2009-02-28Create .gitignore's.Martin Baulig
svn path=/trunk/mono/; revision=128265
2009-02-05Enable full verifierMarek Safar
svn path=/trunk/mono/; revision=125872
2009-01-28Revert r124658. Either full verification isn't ready or our generated code isRaja R Harinath
buggy -- either way, it isn't the right time to enable it, since it breaks 'make compiler-tests' svn path=/trunk/mono/; revision=124752
2009-01-272009-01-27 Marek Safar <marek.safar@gmail.com>Marek Safar
* runtime/Makefile.am: Run full verification checks svn path=/trunk/mono/; revision=124658
2008-10-082008-10-08 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* runtime/Makefile.am: Rename 'default' profile to 'net_1_1'. svn path=/trunk/mono/; revision=115167
2008-08-052008-08-05 Marek Habersack <mhabersack@novell.com>Marek Habersack
* configure.in: added support for cross-compilation 2008-08-05 Marek Habersack <mhabersack@novell.com> * build-mingw32.sh: added a script to build Mono for Windows on a Linux host using mingw. 2008-08-05 Marek Habersack <mhabersack@novell.com> * scripts/Makefile.am: added support for cross-compilation, including .bat generation for windows targets. 2008-08-05 Marek Habersack <mhabersack@novell.com> * scripts/smcs.bat.in, scripts/script.bat.in, scripts/script_umask.bat.in: added .bat templates. 2008-08-05 Marek Habersack <mhabersack@novell.com> * runtime/Makefile.am: mingw cross-compilation support. 2008-08-05 Marek Habersack <mhabersack@novell.com> * Makefile.am (GENMDESC_PRG): when cross-compiling use full path to the genmdesc.pl file 2008-08-05 Marek Habersack <mhabersack@novell.com> * Makefile.am: added support for cross-compilation svn path=/trunk/mono/; revision=109671
2008-04-242008-04-24 Rodrigo Kumpera <rkumpera@novell.com>Rodrigo Kumpera
* runtime/Makefile.am (mcs-compileall): Turn on the verifier. svn path=/trunk/mono/; revision=101728
2008-04-09++ data/net_2_0/Browsers/ChangeLog (revision 0)Dean Brettle
* Compat.browser: added. Provides browser definitions with compatible IDs. ++ data/net_2_0/ChangeLog (working copy) * Makefile.am: added Browsers/Compat.browser ++ ChangeLog (working copy) * configure.in, runtime/Makefile.am: create a symlink at mono/runtime/etc/mono/2.0/Browsers/Compat.browser similar to machine.config svn path=/trunk/mono/; revision=100147
2008-03-252008-03-25 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* runtime/Makefile.am (mcs-compileall): Skip net 2.1 assemblies for now. svn path=/trunk/mono/; revision=98960