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-26Enable GCC atomics on sparc32/64.Alex Rønne Petersen
2013-10-24Add a --with-llvm=<llvm prefix> argument to configure to make the location of...Zoltan Varga
2013-10-23Add more missing atomic functions for MinGW.Alex Rønne Petersen
2013-10-23Add InterlockedExchange64 () based on GCC intrinsics for MinGW.Alex Rønne Petersen
2013-10-22[runtime] Avoid running tests using AC_TRY_RUN () when cross-compiling.Zoltan Varga
2013-10-21Bump mono to 3.2.5Rodrigo Kumpera
2013-10-21Remove commented-out irix path from configure.in.Alex Rønne Petersen
2013-10-21Use GCC atomics on s390x.Alex Rønne Petersen
2013-09-26Define GC_NOT_DLL for included boehm on win32.Vincent Povirk
2013-09-20[Install] Add Compat.browser files for net_4_0 and net_4_5Etienne CHAMPETIER
2013-09-20Test for InterlockedCompareExchange64 in the configure script.Vincent Povirk
2013-09-20Disable the LLVM version check for now, it doesn't work if llvm was not compi...Zoltan Varga
2013-09-20Check the version of LLVM at configure time to make sure it has a matching ve...Zoltan Varga
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