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
2014-11-11Revert "Disable building the NET 2.0 profile by default."Zoltan Varga
2014-11-10Disable building the NET 2.0 profile by default.Zoltan Varga
2014-11-06Revert "Disable building the NET 2.0 profile by default."Zoltan Varga
2014-11-05Disable building the NET 2.0 profile by default.Zoltan Varga
2014-10-31Add the -Qunused-arguments warning to CPPFLAGS too.Zoltan Varga
2014-10-31[llvm] Remove the unused LLVM_MAJOR_VERSION/LLVM_MINOR_VERSION defines.Zoltan Varga
2014-10-29Bump Mono version -> 3.12.1Alexis Christoforides
2014-10-24[runtime] Remove build system support for the interpreter.Zoltan Varga
2014-10-16[runtime] Add a 'shared_handles' --enable-minimal option, same as --disable-s...Zoltan Varga
2014-10-16[runtime] Use getrlimit () to obtain the size of the fd table instead of getd...Zoltan Varga
2014-10-15Fixed linking on MinGW.João Matos
2014-10-09[runtime] Remove pre WinXP SP2 windows support code.Zoltan Varga
2014-09-24Added support for cross-compiling to x86 Linux/Android.João Matos
2014-09-09Merge pull request #1248 from kumpera/kill_the_interpreterRodrigo Kumpera
2014-09-04Bump Mono version -> 3.10.1Alexis Christoforides
2014-09-01[runtime] Remove the interpreter.Rodrigo Kumpera
2014-09-01Bump version to 3.10.Zoltan Varga
2014-08-13[runtime] Fix the PLATFORM_GNU check so it works with gnueabi etc. as well. F...Zoltan Varga
2014-07-31Merge pull request #1184 from directhex/kfreebsdZoltan Varga
2014-07-31Define PLATFORM_GNU which covers any OS with GNU userland.Jo Shields
2014-07-31Use host_win32 not platform_win32 in kfreebsd definesJo Shields
2014-07-31Don't do the soname checking dance for Xinerama.Jo Shields
2014-07-31Fix warning message when libX11.so.* are not found.Jo Shields
2014-07-31Support for GNU/kFreeBSD.Jo Shields
2014-07-30Bump Mono version -> 3.8.1Alexis Christoforides
2014-07-17Bump required windows version to xp sp2.Zoltan Varga
2014-07-16[jit] Clean up the libgc configuration code in configure.ac.Zoltan Varga
2014-07-15Enable sgen on mingw64.Zoltan Varga
2014-07-15Revert "Enable sgen on mingw64."Zoltan Varga
2014-07-14Enable sgen on mingw64.Zoltan Varga
2014-07-14[runtime] Avoid building libgc if its disabled.Zoltan Varga
2014-07-14Merge pull request #1064 from ranma42/fix-config-pathsAlexis Christoforides
2014-07-14[runtime] Use pthread tls on mingw32, recent versions support __thread, but i...Zoltan Varga
2014-07-09[runtime] Enable system aot when using --enable-loadedllvm, hopefully it work...Zoltan Varga
2014-07-08[runtime] Remove another duplicate switch case from configure.Zoltan Varga
2014-07-08[runtime] Remove a duplicate switch case from configure.Zoltan Varga
2014-07-03[runtime] Enable aot on 64 bit osx.Zoltan Varga
2014-07-01Improve libgdiplus path handlingAndrea Canciani
2014-06-26Remove test whether thread-local storage works in shared librariesJonas 'Sortie' Termansen
2014-06-26Remove MONO_SIZEOF_SUNPATHJonas 'Sortie' Termansen
2014-06-18Added dllmap for libgtk-x11 and libgdk-x11Alexander Köplinger
2014-06-10Add build system plumbing for building with -Werror.Alex Rønne Petersen
2014-06-07Compile libgc with -Wno-deprecated-declarations as it uses some obsolete POSI...Alex Rønne Petersen
2014-06-03[runtime] Applied patch from Kyle Edwards <kyleedwardsny@gmail.com>. Fix isin...Zoltan Varga
2014-06-01Print the correct GC type if compiling using --with-gc=none.Seth Jackson
2014-05-30Bump 'master' branch version.Alexis Christoforides
2014-05-25Rename configure.in -> configure.ac. Based on PR #976.Alex Rønne Petersen