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-06-25Remove --with-[monotouch|xammac]=only from configure.Rolf Bjarne Kvinge
2015-06-16Add a conditional for the system function.Rolf Bjarne Kvinge
2015-06-13[Linux] Set permission for gdb to attachMarek Habersack
2015-06-11Use libc.so.7 for FreeBSDRomain Tartière
2015-05-26[configure] Bump version to 4.3.0.Zoltan Varga
2015-05-15[runtime] Drop support for external libgc.Alex Rønne Petersen
2015-05-12[runtime] Really fix --disable-visibility-hidden.Zoltan Varga
2015-05-06[runtime] Fix configure so it really uses -fvisibility=hidden.Zoltan Varga
2015-05-06[runtime] Fixed `always_inline function might not be inlinable` warning on GCC.João Matos
2015-05-05Merge pull request #1766 from alexrp/sgen-separationAlex Rønne Petersen
2015-05-05[runtime] Remove CAS stuff from configure.Zoltan Varga
2015-05-04[sgen] Move the independent parts of SGen to a separate library.Alex Rønne Petersen
2015-05-04[runtime] Fixed LLVM Windows cross-compilation.João Matos
2015-04-25[configure] Another attempt at fixing windows cross compilers.Rodrigo Kumpera
2015-04-22Fix comment that still referred to Windows XP in configure.acAlexander Köplinger
2015-04-20Bump Windows version requirement to Vista.Vincent Povirk
2015-04-20Add configure check for inet_pton on Windows.Vincent Povirk
2015-04-11[configure] Fix Windows cygwin build broken by 3bc2eb8cb7434a15bf7b435a6b7b42...Alexander Köplinger
2015-04-09Remove Olive support from the build system.Alex Rønne Petersen
2015-04-08[configure] Fix windows cross compilation to generate the proper defines.Rodrigo Kumpera
2015-04-08Revert "[configure] Clean up target name matching for $host != $target case."Zoltan Varga
2015-04-07[configure] Clean up target name matching for $host != $target case.Alex Rønne Petersen
2015-04-07[configure] Add new target.Rodrigo Kumpera
2015-04-07Remove spec file as we don't use it anymore.Alex Rønne Petersen
2015-04-07[config] Move the complex.h check to autoconf instead of a PLATFORM_ANDROID c...Rodrigo Kumpera
2015-03-30Add an --enable-gsharedvt configure option, same as the misnamed --enable-gsh...Zoltan Varga
2015-03-25[threading] Add configure option to enable cooperative suspend.Rodrigo Kumpera
2015-03-25[profiler] Disable `perf` events by default.Alex Rønne Petersen
2015-03-19[runtime] Disable the locking of archives in libtool, it was a workaround aro...Zoltan Varga
2015-03-17[configure] Add a `--disable-perf-events` flag to disable `perf` on Linux.Alex Rønne Petersen
2015-03-15[runtime] Remove ldscript support, its no longer needed with explicit visibil...Zoltan Varga
2015-02-26Fixed compilation on Linux targets without `linux/serial.h`.João Matos
2015-02-25bump master version of mono.Rodrigo Kumpera
2015-02-22[runtime] Add a --disable-visibility-hidden flag to disable the usage of -fvi...Zoltan Varga
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