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
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
2008-02-062008-02-05 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* runtime/Makefile.am: Update after the changes to mcs/Makefile. svn path=/trunk/mono/; revision=94953
2008-02-032008-02-03 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* runtime/Makefile.am (clean-local): Use mono --wapi=semdel instead of the nonexistent semdel utility. * runtime/semdel-wrapper.in: Delete. svn path=/trunk/mono/; revision=94716
2008-01-092008-01-09 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* runtime/Makefile.am (mcs-compileall): Remove some whitespace after a backslash. svn path=/trunk/mono/; revision=92510
2007-12-04Fixed 3.5 buildMarek Safar
svn path=/trunk/mono/; revision=90653
2007-12-03Add 3.5 profile to buildMarek Safar
svn path=/trunk/mono/; revision=90565
2007-10-29* runtime/Makefile.am ($(tmpinst)/bin/gmcs): Update rule to pointRaja R Harinath
to location of 'gmcs.exe'. svn path=/trunk/mono/; revision=88399
2007-07-06Add support for building 2.1 as wellMiguel de Icaza
svn path=/trunk/mono/; revision=81490
2007-05-07Fix parallel make.Raja R Harinath
* runtime/Makefile.am (test-support-file): Remove. Move rules ... (_tmpinst/bin/mcs, _tmpinst/bin/gmcs, _tmpinst/bin/ilasm): ... here. svn path=/trunk/mono/; revision=76812
2007-03-28In .:Raja R Harinath
* runtime/mono-wrapper.in (PATH): Include _tmpinst/bin. Ensure that library invocations of 'mcs' and 'gmcs' pick the in-tree versions. * runtime/Makefile.am (mcs-do-run-test-profiles): Don't set PATH. (all-local, install-local): Depend on TEST_SUPPORT_FILES too. (test-support-files): Move creation of _tmpinst/bin directory ... (test-support-file, $(tmpinst)/bin/mono): ... here. ($(tmpinst)/bin/mbas, $(tmpinst)/bin/pedump): Remove. In mono/tests: * Makefile.am (test-bug-80307): Don't set PATH. svn path=/trunk/mono/; revision=75067
2007-03-162007-03-15 Marek Habersack <grendello@gmail.com>Marek Habersack
* runtime/Makefile.am: add browscap.ini to symlinks * configure.in: make sure browscap.ini is symlinked to from runtime/etc/ so that no web tests that depend on the file's presence fail. svn path=/trunk/mono/; revision=74424
2006-09-19Fix the other redirection to $@ (hopefully very unlikely to trigger, I ↵Raja R Harinath
suspect very few people use --with-libgdiplus) svn path=/trunk/mono/; revision=65655
2006-09-19* runtime/Makefile.am (etc/mono/config): Fix rule to avoid writingRaja R Harinath
into a symlink created by the 2006-09-13 change below. svn path=/trunk/mono/; revision=65646
2006-09-16Fix srcdir!=builddir issue.Raja R Harinath
* configure.in (runtime/etc/mono/config): Remove erroneous code. * runtime/Makefile.am (etc/mono/config): Rename from wrapper-config. * runtime/mono-wrapper.in: Update. svn path=/trunk/mono/; revision=65502
2006-09-14 * configure.in: Add command to create runtime/etc/mono/config. This isJonathan Pryor
needed so that programs which use the bootstrap mono build get the appropriate <dllmap/> entries (in particular, the mono-shlib-cop unit tests requires that a $prefix/etc/mono/config be present to run). * runtime/Makefile.am: Create runtime/etc/mono/config. svn path=/trunk/mono/; revision=65389
2006-08-22* runtime/Makefile.am (mcs-compileall): Remove mention of Microsoft.VisualBasic.Raja R Harinath
svn path=/trunk/mono/; revision=64179
2006-05-24create a symlink at mono/runtime/etc/mono/2.0/web.config similar to ↵Andrew Skiba
machine.config svn path=/trunk/mono/; revision=61045
2005-12-28* runtime/Makefile.am (all-local): Enclose CC by apostrophes to fix build ↵Kornél Pál
when CC contains spaces. svn path=/trunk/mono/; revision=54897
2005-12-262005-12-26 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* runtime/Makefile.am (all-local): Pass CC tothe mcs makefile. svn path=/trunk/mono/; revision=54853
2005-09-27* configure.in (BUILD_MCS): New automake conditional. Used toRaja R Harinath
disable building the mcs/ tree if cross-compiling. ($mcsdir/build/config.make): Don't clobber if we're cross-compiling. * runtime/Makefile.am (all-local, install, uninstall, clean-local): Disable building in the mcs/ tree if !BUILD_MCS. svn path=/trunk/mono/; revision=50834
2005-09-16* runtime/Makefile.am (all-local, install-exec, uninstall)Raja R Harinath
(mcs-do-test-profiles, mcs-do-run-test-profiles, mcs-compileall): Don't call semdel-wrapper. * mono/mini/Makefile.am (check-local): Don't invoke semdel-wrapper. * mono/tests/Makefile.am (check-local): Don't invoke semdel-wrapper. Remove calls to 'semdel-wrapper' except where necessary. Having them makes failures on Win32 builds confusing, and hinders development by making parallel makes in different profiles race. svn path=/trunk/mono/; revision=50138
2005-07-01* runtime/Makefile.am (all-local, install-exec, uninstall): Call semdel-wrapper.Raja R Harinath
(mcs-do-test-profiles, mcs-do-run-test-profiles, mcs-compileall): Likewise. * mono/mini/Makefile.am (check-local): Call semdel-wrapper. * mono/tests/Makefile.am (check-local): Call semdel-wrapper. svn path=/trunk/mono/; revision=46821
2005-07-01Avoid resource leakage on 'make clean' (see #75424).Raja R Harinath
* configure.in (AC_CONFIG_FILES): Add runtime/semdel-wrapper. * runtime/semdel-wrapper.in: New. * runtime/Makefile.am (clean-local): Use the semdel program before nuking the .wapi directory. (noinst_SCRIPTS): Add semdel-wrapper. (MYDISTFILES, distdir): Use automake variable to get the list of files to distribute. svn path=/trunk/mono/; revision=46817
2005-06-12distcheck fixBen Maurer
svn path=/trunk/mono/; revision=45832
2005-05-042005-05-04 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* runtime/Makefile.am: Pass the prefix to the mcs makefiles. svn path=/trunk/mono/; revision=44027
2005-04-28re-enable -dlopen workaround for monodis-wrapper.Raja R Harinath
Known problem libtools: libtool/experimental on Debian (1.6.0+1.5a...) libtool on the SuSE x86_64 (don't know the version) svn path=/trunk/mono/; revision=43701
2005-04-27* configure.in (AC_DISABLE_FAST_INSTALL): Set.Raja R Harinath
Try a somewhat different tack. svn path=/trunk/mono/; revision=43639
2005-04-27Preload the path of Mono, that should fix the buildMiguel de Icaza
svn path=/trunk/mono/; revision=43629
2005-04-25Fix #74692.Raja R Harinath
* configure.in ($mcsdir/build/config.make): Point RUNTIME and ILDISASM to the in-tree versions of mono and monodis. Propagate value of INSTALL to mcs too. * runtime/Makefile.am: Avoid passing RUNTIME and ILDISASM to each sub-make, now that 'configure' sets up the 'mcs' tree. svn path=/trunk/mono/; revision=43546
2005-04-21* runtime/Makefile.am (mcs-compileall): Verify the fixed-up dll too.Raja R Harinath
svn path=/trunk/mono/; revision=43395