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-08-27Merge pull request #1993 from steffen-kiess/posix-sockets-1Jonathan Pryor
2015-08-24Add socket-related functions and data structures to Mono.PosixSteffen Kieß
2015-08-19[build] Add execv to configure.ac, the runtime now needs it.Rodrigo Kumpera
2015-08-14Fix configure.ac to detect WatchOS and define TARGET_WATCHOS.Rolf Bjarne Kvinge
2015-08-13[referencesource] Import System.MathLudovic Henry
2015-08-13Add specific configure option to enable the WatchOS BCL libraries.Rolf Bjarne Kvinge
2015-08-13Added support for WatchOS's armv7k to configure.ac.João Matos
2015-08-10[configure] Add checked build configure option.Rodrigo Kumpera
2015-08-08[runtime] Remove the sgen_supported conditional from configure, we don't supp...Zoltan Varga
2015-08-07Add a conditional for fork and exec* functions.Rolf Bjarne Kvinge
2015-08-02[runtime] Clean up configure.ac a bit.Zoltan Varga
2015-07-24[runtime] Check for kill function in Autoconf.João Matos
2015-07-24[runtime] Check for signal function in Autoconf.João Matos
2015-07-21[runtime] Avoid including mcs/build/config.make into mini/Makefile.am, it can...Zoltan Varga
2015-07-15[build] Switch to 4.6 profile as default profileMarek Safar
2015-06-30[io-layer] Disable shared handles support by defaultLudovic Henry
2015-06-28removed flag -no-cpp-precomp from darwin cppglags, so that build is possible ...Ole A. Sjo Fasting
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