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-07-11Bump mono to 3.1.2Duncan Mak
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
2013-05-04configure.in: Remove all explicit ARM_FPU_* definitions.Alex Rønne Petersen
2013-04-26Bump version number to 3.0.11Duncan Mak
2013-04-23Remove support for for pthread implementations that lack recursive mutexes.Rodrigo Kumpera
2013-04-22Remove 32-bit s390 support from configure.in as well.Zoltan Varga
2013-04-22[configure] Use the preprocessor to determine the target FPU on ARM.Alex Rønne Petersen
2013-04-19Merge pull request #555 from jack-pappas/sigaltstack-patchAlex Rønne Petersen
2013-04-10Bump version to 3.0.10Duncan Mak
2013-04-09Support disabling of the security subsystem (CAS/CoreCLR).Alex Rønne Petersen
2013-04-09Bump version number to 3.0.9Duncan Mak
2013-04-07NaCl ARM work, first passElijah Taylor
2013-04-07NaCl runtime fixesElijah Taylor
2013-03-27Add nanosecond resolution times to struct StatSteffen Kieß
2013-03-27Add various methods and flags to SyscallSteffen Kieß
2013-03-11Bump version to 3.0.8Duncan Mak
2013-03-05Bump version number to 3.0.7.Duncan Mak
2013-03-04[tests] Test for GC descriptors - first draft.Mark Probst
2013-03-01Remove the unmaintained and incomplete alpha backend.Zoltan Varga
2013-02-28Add configure option to disable remoting.Rodrigo Kumpera
2013-02-27Fix the build.Zoltan Varga
2013-02-27Fix the calculation of TARGET_IOS/OSX in configure. Fixes #10726.Zoltan Varga
2013-02-27Revert "Bump version to 3.0.7."Duncan Mak
2013-02-27Bump version to 3.0.7.Duncan Mak
2013-02-27Remove the unmaintained and incomplete hppa backend.Zoltan Varga
2013-02-26Bump version to 3.0.6Duncan Mak
2013-02-25Merge pull request #571 from igotti-google/jt2Zoltan Varga
2013-02-23On OSX and iOS use CommonCrypto/Digest for the runtime requirement on SHA1 an...Sebastien Pouliot
2013-02-23Merge pull request #556 from jack-pappas/ipproto-patchMiguel de Icaza