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-07-18Fix the altstack check so it works under osx.Rodrigo Kumpera
2011-07-18[sgen] Move all signal stuff into sgen-os-posix.c.Mark Probst
2011-07-13Add shared_perfcounters option to enable minimal.Rodrigo Kumpera
2011-06-12Clean up the cross-compile configure.in code. Add a TARGET_ANDROID define.Zoltan Varga
2011-06-08Fix a warning.Zoltan Varga
2011-06-08Fix the check for the -Wno-unused-but-set-variable gcc option.Zoltan Varga
2011-06-04Allow Android'd support_boehm=no to work.Jonathan Pryor
2011-06-04Simplify building with the Android NDK.Jonathan Pryor
2011-05-21Disable the -Wunused-by-set-variable warning supported by newer gcc versions.Zoltan Varga
2011-05-06Implement soft debugger for s390x and fix context macro for s390xNeale Ferguson
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