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
2013-10-17Bump the version.Rodrigo Kumpera
2013-09-08[runtime] Force the usage of --host=i686-pc-mingw32 when running configure on...Zoltan Varga
2013-09-03Change the version number to 3.2.3Duncan Mak
2013-09-03Add 'AM_PROG_CC_C_O' to configure to hopefully fix the build on older systems.Zoltan Varga
2013-08-31Pass 'subdir-objects' to AM_INIT_AUTOMAKE() to quiet an automake warning.Zoltan Varga
2013-08-30Remove moon support from the build system.Zoltan Varga
2013-08-30Fix non-sgen builds.Vincent Povirk
2013-08-21Merge pull request #737 from Mixaill/masterZoltan Varga
2013-08-19Only disable __thread with clang on Mac OS XJeffrey Stedfast
2013-08-18Remove deprecated -mno-cygwin flag.Michael Pavlyshko
2013-08-13Fixed configure.in to fail the __thread check with clangJeffrey Stedfast
2013-08-09Remove the usage of gcc-3 on mingw, the gcc-3 package no longer exists on cyg...Zoltan Varga
2013-08-02configure: Fix arch selection for s390x.Alex Rønne Petersen
2013-07-23Avoid linking the LLVM runtime codegen libs into a cross-compiler runtime.Zoltan Varga
2013-07-20Enable GCC atomics on mips.Alex Rønne Petersen
2013-07-20Enable GCC atomics on arm.Alex Rønne Petersen
2013-07-20Enable GCC atomics on ppc and ppc64.Alex Rønne Petersen
2013-07-20Enable GCC atomics on x86 and amd64.Alex Rønne Petersen
2013-07-20configure: Remove obsolete FIXME comment.Alex Rønne Petersen
2013-07-20Check for sys/auxv.h and only use it if available.Alex Rønne Petersen
2013-07-15Bump master version to 3.3.0.Rodrigo Kumpera
2013-07-12configure: Also consider __ARM_ARCH_7S__ when checking for ARM v7.Alex Rønne Petersen
2013-07-12Add ARM version detection to configure and use the resulting macros.Alex Rønne Petersen
2013-07-11Fix (hopefully) the last architecture casing inconsistency.Alex Rønne Petersen
2013-07-11Remove an m68k check from configure.Alex Rønne Petersen
2013-07-11Fix an s390x check broken by faff4654c8cbfbe0619e87808f65a22d2b39d413.Alex Rønne Petersen
2013-07-11Add missing TARGET_* defines for SPARC and Itanium.Alex Rønne Petersen
2013-07-10configure: Set TARGET=S390X instead of S390x for consistency.Alex Rønne Petersen
2013-07-09Bump mono to 3.1.1Rodrigo Kumpera
2013-07-02Revert "Add configure check for -Wno-tautological-compare when using clang."Martin Baulig
2013-07-02Add configure check for -Wno-tautological-compare when using clang.Martin Baulig
2013-07-02Merge pull request #678 from jack-pappas/patch-5Alex Rønne Petersen
2013-07-02Enable sigaltstack and dtrace on FreeBSDJack Pappas
2013-07-02Allow clang to compile sgenJack Pappas
2013-06-27Disable some warnings when using clang.Zoltan Varga
2013-06-26Mono now defaults to sgen. We now ship a libmonoboehm for those that need it.Rodrigo Kumpera
2013-06-26Bump version number to 3.1.0Duncan Mak
2013-06-14Force the runtime on OSX to use a 8Mb stack.Rodrigo Kumpera
2013-06-12Fix configure.in detection of -Wunused-but-set-variable support under clang.Rodrigo Kumpera
2013-06-01Get rid of the NESTED_LIBGC_FLAGS configure variable, use the already existin...Zoltan Varga
2013-06-01Pass some defines in config.h instead of on the command line.Zoltan Varga
2013-05-30Revert "Pass more defines in config.h instead of on the command line. Pass li...Zoltan Varga
2013-05-30Pass more defines in config.h instead of on the command line. Pass libgc defi...Zoltan Varga
2013-05-30Disable locking around archive accesses in libtool on darwin, it doesn't seem...Zoltan Varga
2013-05-30Avoid putting a duplicate -arch i386 into CPPFLAGS, it prevents ccache from w...Zoltan Varga
2013-05-25Merge some Nacl/ARM changes from https://github.com/igotti-google/mono/commit...Zoltan Varga
2013-05-22Update to 3.0.12Duncan Mak
2013-05-18Generalize the ARM pattern match in configure.Alex Rønne Petersen
2013-05-18Always define __ARM_EABI__ when compiling for ARM.Alex Rønne Petersen
2013-05-18Do not define HAVE_ARMV6 unconditionally when cross-compiling for ARM.Alex Rønne Petersen