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
2012-10-03Use AM_CPPFLAGS instead of INCLUDES in Makefile.am files, as the later is no ↵Zoltan Varga
longer supported, see http://lists.gnu.org/archive/html/automake/2012-08/msg00087.html.
2012-03-03Revert "Get rid of the <foo>-static libraries, libtool doesn't know that ↵Zoltan Varga
they need to be compiled only in static mode, so each source file was compiled up to 8 times. Pass -static in the _LDFLAGS for the mono executables instead." This reverts commit 8e386cce7f723f16624b49b3074b09e3e34da39d. The libtool convenience libraries only contain the PIC versions of object files, causing fast tls support to fail.
2012-02-09Get rid of the <foo>-static libraries, libtool doesn't know that they need ↵Zoltan Varga
to be compiled only in static mode, so each source file was compiled up to 8 times. Pass -static in the _LDFLAGS for the mono executables instead.
2011-04-21Include the m4 dir in the subdirs for `make dist`Jeffrey Stedfast
2011-04-20Modernize eglib/libgc automake/conf fuJeffrey Stedfast
2010-12-04Really fix the ia64 build.Zoltan Varga
2010-12-04Hopefully fix the ia64 libgc build.Zoltan Varga
2010-12-02Revert "Fix the OSC build breakage by only compiling mach_dep.c on openbsd."Zoltan Varga
This reverts commit 103450e4a270ed47fa93fc0a99fcdb95e602c5fa.
2010-12-01Fix the OSC build breakage by only compiling mach_dep.c on openbsd.Zoltan Varga
2010-11-29Add support for the internal boehm-gc on OpenBSDRobert Nagy
2010-11-15Make libgc use dolt too.Zoltan Varga
2010-11-13make -jX should work in libgc/ now.Gonzalo Paniagua Javier
2010-10-08Undo mach_dep change.Gonzalo Paniagua Javier
2010-10-08Allow -jX when compiling libgcGonzalo Paniagua Javier
Add mach_dep.c to the sources. Fixes bug #644933. Thanks to Mathias Ruediger.
2006-08-182006-08-18 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* Makefile.am (EXTRA_DIST): Fix make dist. svn path=/trunk/mono/; revision=63992
2006-01-25Remove test checks.Paolo Molaro
svn path=/trunk/mono/; revision=56035
2006-01-24Tue Jan 24 12:34:06 CET 2006 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* *: update from upstream changes. svn path=/trunk/mono/; revision=55979
2005-07-07* Makefile.am (INCLUDES): Add $(top_builddir)/.. to pick up mono'sRaja R Harinath
config.h. svn path=/trunk/mono/; revision=47037
2005-07-07Thu Jul 7 11:59:42 CEST 2005 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* pthread_support.c, Makefile.am: make the __thread var use fast access if available (and avoid dlopen issue, bug #75390). svn path=/trunk/mono/; revision=47031
2004-11-11Add libgc to monoMiguel de Icaza
svn path=/trunk/mono/; revision=35994