Fix for bug #445855
[mono.git] / configure.in
2011-08-09 Elijah TaylorMore NACL updates
2011-08-09 Zoltan VargaRevert "More NACL updates"
2011-08-09 Elijah TaylorMore NACL updates
2011-08-05 Zoltan VargaRevert a line from 89d18c331d0f750af57691d8180e603fe349...
2011-08-05 Zoltan VargaMake sure the cygwin build uses gcc-3 from the gcc...
2011-08-05 Zoltan VargaRevert "Use the mingw32 gcc compiler on windows"
2011-08-05 Zoltan VargaRemove the configue check for bison, we don't use it...
2011-08-05 Zoltan VargaUse the mingw32 gcc compiler on windows
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-18 Rodrigo KumperaFix the altstack check so it works under osx.
2011-07-18 Mark Probst[sgen] Move all signal stuff into sgen-os-posix.c.
2011-07-12 Rodrigo KumperaAdd shared_perfcounters option to enable minimal.
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-13 Zoltan VargaMerge pull request #113 from XTZGZoReX/master
2011-06-12 Zoltan VargaClean up the cross-compile configure.in code. Add a...
2011-06-09 Marek HabersackMerge pull request #110 from skolima/master
2011-06-07 Zoltan VargaFix a warning.
2011-06-07 Zoltan VargaFix the check for the -Wno-unused-but-set-variable...
2011-06-03 Zoltan VargaMerge pull request #109 from rnagy/master
2011-06-03 Jonathan PryorAllow Android'd support_boehm=no to work.
2011-06-03 Jonathan PryorSimplify building with the Android NDK.
2011-05-21 Zoltan VargaDisable the -Wunused-by-set-variable warning supported...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-12 Rodrigo KumperaMerge pull request #96 from ualtinok/master
2011-05-06 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-05-06 Neale FergusonImplement soft debugger for s390x and fix context macro...
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-27 Jeffrey StedfastDon't require autoconf >= 2.62 (breaks the mac build)
2011-04-27 Jeffrey StedfastRequire autoconf >= 2.62
2011-04-21 Zoltan VargaDon't allow compiling with stock LLVM versions, only...
2011-04-20 Andrew JorgensenDist fixes
2011-04-20 Jeffrey StedfastVarious parts of mono use g_convert() which rely on...
2011-04-19 Jeffrey StedfastUpdated the build system
2011-04-08 Marek Habersack[runtime] Check whether linux/magic.h is present before...
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-07 Zoltan VargaPass HAVE_ARMV6 to libgc on darwin too.
2011-04-07 Zoltan VargaAdd a membar to libgc's UNLOCK () on arm. Fixes #683409.
2011-03-30 Dick PorterMerge branch 'master' of github.com:mono/mono
2011-03-30 Dick PorterEnable sgen on Solaris
2011-03-27 Gonzalo Paniagua... [NetworkInformation] Support network IP/status events
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-28 Zoltan VargaAdd ARM linux cross compile targets.
2011-02-25 Geoff NortonFix configure check for darwin to support all variants
2011-02-24 Geoff NortonEnable ARMv6 for arm*-darwin
2011-02-24 Zoltan VargaOnly use memory barriers on arm when running on armv6...
2011-02-19 Gonzalo Paniagua... [threadpool] Add support for kqueue asynch. IO.
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-14 Neale FergusonAdd unwind support to s390x and fix stack unwinding...
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-08 Hib ErisUse winternl.h instead of ddk (when available)
2011-02-03 Zoltan VargaEnable system AOT on arm.
2011-02-03 Zoltan VargaDetect VFP support automatically on arm.
2011-01-28 Zoltan VargaRemove unused --with-glib/--with-jit/--with-interp...
2011-01-27 Zoltan VargaApplied patch from Burkhard Linke <blinke@cebitec.uni...
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Mark Probst[build] pkg-config support for libmonosgen.
2011-01-16 Zoltan VargaRemove GLIB: line from configure output.
2011-01-13 Andrew Jorgensen2.11
2011-01-11 Zoltan VargaDisable system AOT when using the loaded llvm, as it...
2011-01-06 Zoltan VargaMerge remote branch 'google-nacl/master'
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-04 Elijah Taylorchange first batch of __native_client_codegen__ &&...
2010-12-21 Andreia GaitaMoonlight build fixes and cleanup
2010-12-20 Elijah TaylorAdd back SHARED_MONO line that got deleted accidentally...
2010-12-20 Elijah TaylorChanges to get NaCl builds working minimally
2010-12-17 Andreia GaitaFix moonlight build
2010-12-17 Andreia GaitaAdd --with-moon-gc to select the gc to use with moon...
2010-12-15 Elijah TaylorMerge mono/io-layer, mono/metadata, mono/arch/x86 and...
2010-12-13 Bojan RajkovicAdd FreeBSD to the list of supported platforms for...
2010-11-29 Paolo MolaroLog profiler: portability checks.
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Zoltan VargaUse $build instead of $target in a few places in config...
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-20 Miguel de IcazaRemove experimental from the name
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-13 Zoltan VargaFix build breakage on platforms without execvp.
2010-11-12 Zoltan VargaAvoid 'sgen not supported' warnings when no --with...
2010-11-12 Zoltan VargaRemove obsolete cygwin glib checks.
2010-11-11 Zoltan VargaPass -mno-cygwin to eglib's configure.
2010-11-11 Paolo MolaroAdded a proper define for the external zlib and check...
2010-11-10 Geoff Norton[OSX] Dont use nested functions to determine if we...
2010-11-09 Zoltan VargaTidy up the configure output a bit.
2010-10-28 Andrew JorgensenMove version to 2.9 (next to be 2.10)
2010-10-22 Gonzalo Paniagua... Unbreak the world
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-22 Jonathan PryorDo not build mcs/docs if the 4.0 build is disabled.
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-17 Atsushi EnoMerge branch 'master' of github.com:mono/mono
2010-09-16 Rolf Bjarne KvingeAdd a configure option to disable building the shared...
2010-09-16 Rolf Bjarne KvingeDisable assembly remapping for moonlight
2010-09-16 Rolf Bjarne KvingeAdd configure option for disabling assembly remapping
2010-09-15 Chris Toshokbuilt a separate libmonoruntime for moonlight, so we...
2010-09-15 Chris Toshokif we're building with moonlight enabled, don't build...
2010-09-08 Jb EvainEnable the mcs monodroid build from mono's configure
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
next