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
2015-04-26Update versionmono-4.0.1Miguel de Icaza
2015-03-25[configure] Add a `--disable-perf-events` flag to disable `perf` on Linux.Alex Rønne Petersen
2015-03-20[runtime] Disable the locking of archives in libtool, it was a workaround aro...Zoltan Varga
2015-02-26[runtime] Add a --disable-visibility-hidden flag to disable the usage of -fvi...Zoltan Varga
2015-02-26Fixed compilation on Linux targets without `linux/serial.h`.João Matos
2015-02-25Bump mono version to 4.0Rodrigo Kumpera
2015-02-19Stop building with `-Wdeclaration-after-statement` since we're C99 now.Alex Rønne Petersen
2015-02-18[runtime] Use -fvisibility=hidden so only symbols marked with MONO_API are ex...Zoltan Varga
2015-02-18Revert "[runtime] Use -fvisibility=hidden so only symbols marked with MONO_AP...Zoltan Varga
2015-02-18[runtime] Use -fvisibility=hidden so only symbols marked with MONO_API are ex...Zoltan Varga
2015-02-12Revert "[runtime] Use -fvisibility=hidden so only symbols marked with MONO_AP...Zoltan Varga
2015-02-12[runtime] Use -fvisibility=hidden so only symbols marked with MONO_API are ex...Zoltan Varga
2015-02-12[runtime] Define MONO_API_EXPORT properly for gcc, and define MONO_DLL_EXPORT...Zoltan Varga
2015-02-12Revert "[runtime] Use -fvisibility=hidden so only symbols marked with MONO_AP...Zoltan Varga
2015-02-12[runtime] Use -fvisibility=hidden so only symbols marked with MONO_API are ex...Zoltan Varga
2015-02-11Use `-std=gnu99` as we rely on the `linux` macro in some places.Alex Rønne Petersen
2015-02-11[runtime] Enable C99 mode.Zoltan Varga
2015-02-04[runtime] Added autoconf support for AMD64 Android cross compilation.João Matos
2015-01-27[utils] Explicitly check if the system has mincore instead of relying on mmap...Rodrigo Kumpera
2015-01-23[runtime] Get Mono's LLVM API version from the LLVM repo when cross compiling.João Matos
2015-01-23[runtime] Check for signal.h when targeting Win32.João Matos
2015-01-15[runtime] Remap io-layer symbols using the prefix wapi_. Fixes #25821.Zoltan Varga
2015-01-14[runtime] Move the monograph tool to tools/.Zoltan Varga
2015-01-13[runtime] Fix the android build.Zoltan Varga
2015-01-11Fix Windows buildAlexander Köplinger
2015-01-10[utils] Add API to stringify a network address.Rodrigo Kumpera
2015-01-08[runtime] Add a header check for arpa/inet.h.Zoltan Varga
2015-01-06Merge pull request #1493 from BrzVlad/vtune-integration2Zoltan Varga
2015-01-06[configure] Add checks for some posix networking functions (getaddrinfo, geth...Rodrigo Kumpera
2015-01-06[profiler] Include vtune support for jitted methods in the build system.Vlad Brezae
2014-12-24[runtime] Added support for builds with cross-compiled LLVM.João Matos
2014-12-04Remove 4.0 profileMarek Safar
2014-11-28[build] Added support for ARM64 Android cross-compilation.João Matos
2014-11-27Merge pull request #1424 from akoeplinger/remove-enable-nunit-testsAlex Rønne Petersen
2014-11-26Bump the version.Rodrigo Kumpera
2014-11-23Remove build system support for the net 2.0/3.5 profiles.Zoltan Varga
2014-11-23Remove --enable-nunit-tests option from build systemAlexander Köplinger
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