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 (Expand)Author
2012-12-06Bump mono to 3.0.3Rodrigo Kumpera
2012-11-23Fix support for --disable-executables used together with --disable-shared.Zoltan Varga
2012-11-21Fix the clang configure check.Zoltan Varga
2012-11-20Remove a -W option which breaks with older gcc versions.Zoltan Varga
2012-11-20Fix some warnings when compiling with clang. Remove -pthread argument from ld...Zoltan Varga
2012-11-20Disable --tls=__thread support when using clang until it is fixed.Zoltan Varga
2012-11-16Add TARGET_IOS and TARGET_OSX defines to help cleanup the current mess.Rodrigo Kumpera
2012-11-16Fix the cross compilation check to properly detect android v5.Rodrigo Kumpera
2012-11-16Remove superfluous AC_DEFINE.Rodrigo Kumpera
2012-11-15Tweak the Makefiles to enable monotouch builds to compile less stuff.Rodrigo Kumpera
2012-11-15Fix iOS cross compilation.Rodrigo Kumpera
2012-11-15Use the right llvm codegen when cross compiling.Rodrigo Kumpera
2012-11-14Properly support cross compiling for the mach support code.Rodrigo Kumpera
2012-11-12Add --enable-minimal= configure options to disable sgen features.Zoltan Varga
2012-11-09Bump to 3.0.2Duncan Mak
2012-11-09Remove usage of -mmacosx-version-minRodrigo Kumpera
2012-11-09Add new configure option --with-lazy-gc-thread-creation.Rodrigo Kumpera
2012-11-09Add the option to disable performance counters to configure.inRodrigo Kumpera
2012-11-09Add ARM cross compilation target to configure.in.Rodrigo Kumpera
2012-11-09Disable dtrace on Darwin arm.Zoltan Varga
2012-11-09Speed up the sigaltstack configure test.Zoltan Varga
2012-11-08Fix #6349: Do not use KQueue on Darwin, as their kernel behaves differently t...Miguel de Icaza
2012-11-06Don't build monodis when using --disable-libraries.Zoltan Varga
2012-10-27Add a --disable-libraries command line option to disable the build of libmono.Zoltan Varga
2012-10-25Remove the unused HAVE_WRITE_BARRIERS define.Zoltan Varga
2012-10-23Bump version number to 3.0.1Duncan Mak
2012-10-22Reapply d129e6a7f638dac856cdacad81539030ccb4e66b which got accidently reverte...Zoltan Varga
2012-10-19Second try to make quiet build work reliablyMarek Safar
2012-10-19Revert "Use automake silent rules (work everywhere) instead of custom sed(s)"Atsushi Eno
2012-10-19Revert "Remove duplicate AM_INIT_AUTOMAKE"Atsushi Eno
2012-10-18Remove duplicate AM_INIT_AUTOMAKEMarek Safar
2012-10-18Use automake silent rules (work everywhere) instead of custom sed(s)Marek Safar
2012-10-18Disable all profiles when mcs build is disabledMarek Safar
2012-10-17Bump version to 3.0.0.mono-3.0.0Rodrigo Kumpera
2012-10-09Clean up some cross-compilation issues on osx. Add a TARGET_MACH define inste...Zoltan Varga
2012-09-11Fixing large file support compile-time check.Martin Potter
2012-09-10mono{dis,graph,profiler}: Fix build when configured with --disable-sharedDamien Diederen
2012-09-07Bump version number to 2.11.5Duncan Mak
2012-08-28Incorrect comment syntax was breaking compile time configure check for large ...Michael Goff
2012-08-28Modified the large file support check to do a compile-time check instead of a...Michael Goff
2012-08-16Inline AM_COND_IF for configure to work with ancient aclocalMarek Safar
2012-08-13Allow configure mono with any profile to be disabledMarek Safar
2012-08-10Bump version number to 2.11.4Duncan Mak
2012-07-10Disable mdb by default as it breaks sgen builds. This has gone unoticed for c...Rodrigo Kumpera
2012-06-28Fix #5504: UdpClient.JoinMulticastGroup().Martin Baulig
2012-06-28Bump version number to 2.11.3.Duncan Mak
2012-06-27Implement Dns.GetHostEntry(string.Empty) on Mac OS.Martin Baulig
2012-06-24(1) Made build-mingw32.sh build .NET 4.5 as well.James Bellinger
2012-06-21Add --disable-bcl-opt to configureMarek Safar
2012-06-01Pass additional cflags to jay to disable -fno-implicit-function-declaration.Zoltan Varga