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
2011-04-27Don't require autoconf >= 2.62 (breaks the mac build)Jeffrey Stedfast
2011-04-27Require autoconf >= 2.62Jeffrey Stedfast
2011-04-21Don't allow compiling with stock LLVM versions, only the Mono LLVM repo at ht...Zoltan Varga
2011-04-20Dist fixesAndrew Jorgensen
2011-04-20Various parts of mono use g_convert() which rely on iconvJeffrey Stedfast
2011-04-19Updated the build systemJeffrey Stedfast
2011-04-09[runtime] Check whether linux/magic.h is present before including itMarek Habersack
2011-04-08Pass HAVE_ARMV6 to libgc on darwin too.Zoltan Varga
2011-04-08Add a membar to libgc's UNLOCK () on arm. Fixes #683409.Zoltan Varga
2011-03-30Enable sgen on SolarisDick Porter
2011-03-28[NetworkInformation] Support network IP/status eventsGonzalo Paniagua Javier
2011-02-28Add ARM linux cross compile targets.Zoltan Varga
2011-02-25Fix configure check for darwin to support all variantsGeoff Norton
2011-02-24Enable ARMv6 for arm*-darwinGeoff Norton
2011-02-24Only use memory barriers on arm when running on armv6 or later.Zoltan Varga
2011-02-19[threadpool] Add support for kqueue asynch. IO.Gonzalo Paniagua Javier
2011-02-14Merge branch 'master' of github.com:mono/monoNeale Ferguson
2011-02-14Add unwind support to s390x and fix stack unwinding so that exception17 now p...Neale Ferguson
2011-02-08Use winternl.h instead of ddk (when available)Hib Eris
2011-02-03Enable system AOT on arm.Zoltan Varga
2011-02-03Detect VFP support automatically on arm.Zoltan Varga
2011-01-28Remove unused --with-glib/--with-jit/--with-interp options.Zoltan Varga
2011-01-27Applied patch from Burkhard Linke <blinke@cebitec.uni-bielefeld.de>. Add supp...Zoltan Varga
2011-01-25Merge branch 'sgen-android'Mark Probst
2011-01-24[build] pkg-config support for libmonosgen.Mark Probst
2011-01-16Remove GLIB: line from configure output.Zoltan Varga
2011-01-142.11Andrew Jorgensen
2011-01-11Disable system AOT when using the loaded llvm, as it seems to cause crashes o...Zoltan Varga
2011-01-06Merge remote branch 'upstream/master'Elijah Taylor
2011-01-05change first batch of __native_client_codegen__ && TARGET_AMD64 to __mono_ilp...Elijah Taylor
2010-12-21Moonlight build fixes and cleanupAndreia Gaita
2010-12-20Add back SHARED_MONO line that got deleted accidentally, always enable shared...Elijah Taylor
2010-12-20Changes to get NaCl builds working minimallyElijah Taylor
2010-12-17Fix moonlight buildAndreia Gaita
2010-12-17Add --with-moon-gc to select the gc to use with moon (boehm/sgen)Andreia Gaita
2010-12-15Merge mono/io-layer, mono/metadata, mono/arch/x86 and configure.in for Native...Elijah Taylor
2010-12-13Add FreeBSD to the list of supported platforms for SGen on i386 and x86_64.Bojan Rajkovic
2010-11-29Log profiler: portability checks.Paolo Molaro
2010-11-26Use $build instead of $target in a few places in configure.in, $target is abo...Zoltan Varga
2010-11-20Remove experimental from the nameMiguel de Icaza
2010-11-13Fix build breakage on platforms without execvp.Zoltan Varga
2010-11-12Avoid 'sgen not supported' warnings when no --with-sgen=yes argument was pass...Zoltan Varga
2010-11-12Remove obsolete cygwin glib checks.Zoltan Varga
2010-11-12Pass -mno-cygwin to eglib's configure.Zoltan Varga
2010-11-11Added a proper define for the external zlib and check for sched_getcpu().Paolo Molaro
2010-11-10[OSX] Dont use nested functions to determine if we can use the system zlibGeoff Norton
2010-11-09Tidy up the configure output a bit.Zoltan Varga
2010-10-28Move version to 2.9 (next to be 2.10)Andrew Jorgensen
2010-10-22Unbreak the worldGonzalo Paniagua Javier
2010-09-23Do not build mcs/docs if the 4.0 build is disabled.Jonathan Pryor