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-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
2010-09-17Add a configure option to disable building the shared libmono libraryRolf Bjarne Kvinge
2010-09-17Disable assembly remapping for moonlightRolf Bjarne Kvinge
2010-09-17Add configure option for disabling assembly remappingRolf Bjarne Kvinge
2010-09-15built a separate libmonoruntime for moonlight, so we can do -DMOONLIGHT just ...Chris Toshok
2010-09-15if we're building with moonlight enabled, don't build mdb.Chris Toshok
2010-09-08Enable the mcs monodroid build from mono's configureJb Evain
2010-09-02Enable system aot by default only on x86/amd64 linux.Zoltan Varga
2010-09-01Reenable system AOT on x86/amd64 which accidently got disabled.Zoltan Varga
2010-08-31Disable system aot on darwin.Zoltan Varga
2010-08-31Enable aot-ing of mscorlib+gmcs on all architectures where AOT is supported.Zoltan Varga
2010-08-26Bump version to 2.8.1Andrew Jorgensen
2010-08-24Make sgen compile on OpenBSD, by adding the missing stuffRobert Nagy
2010-08-23fix openbsd CPPFLAGS and check for sys/param.hRobert Nagy
2010-08-17Remove support for building with system glib.Zoltan Varga
2010-08-17Disable building of ikvm-native and define DISABLE_SOCKETS when using NACL.Zoltan Varga
2010-08-09Bump version to 2.7.1Andrew Jorgensen
2010-08-09Add configure support for Google Native Client (NACL).Elijah Taylor
2010-07-162010-07-16 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
2010-07-09Enable sgen support for s390xNeale Ferguson