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
2016-01-27[build] Add MONO_RT_EXTERNAL_ONLY macro to the public API.Rodrigo Kumpera
2016-01-25Merge pull request #2097 from steffen-kiess/posix-sockets-3Jonathan Pryor
2016-01-21[checked-build] Add compile flag to disable checked-build tests selectivelyLudovic Henry
2016-01-19[Mono.Posix] Add support for sending and receiving socket control messagesSteffen Kieß
2016-01-19[Mono.Posix] Fix OSX build break by checking if accept4() is availableAlexander Köplinger
2016-01-19Merge pull request #2006 from steffen-kiess/posix-sockets-2Jonathan Pryor
2016-01-18[Mono.Posix] Add wrappers for struct sockaddr_*Steffen Kieß
2016-01-11[runtime] Bump version to 4.3.3.Zoltan Varga
2016-01-08[io-layer] Revert 31f13881a483201933b16e75d47a6d103d959a64 and fix it in a si...Alexander Köplinger
2016-01-08[io-layer] Fix build on OSXAlexander Köplinger
2015-12-24[runtime] Move the HAVE_MOVING_COLLECTOR define to config.h instead of the co...Zoltan Varga
2015-12-22Do not allow undefined references if bitcode is enabled.Rolf Bjarne Kvinge
2015-12-11[io-layer] Remove shared handles cross process supportLudovic Henry
2015-12-10[configure] Bump mono version.DRodrigo Kumpera
2015-12-02[runtime] Rename the 'ARCHITECTURE' define to 'MONO_ARCHITECTURE' to avoid a ...Zoltan Varga
2015-11-25Force with_tls=pthreads on MIPS, which lacks proper __threads implementationJo Shields
2015-10-29[runtime] Disable the -Wreturn-stack-address clang warning.Zoltan Varga
2015-10-29Fix the build, the stub for mono_llvm_cpp_throw_exception () was inside a DIS...Zoltan Varga
2015-10-29[runtime] Handle the conditional compilation of llvm-runtime.cpp at the autom...Zoltan Varga
2015-10-29[runtime] Add a configure check for unwind.hZoltan Varga
2015-10-27[runtime] Added --with-cross-offsets configure option for including an explic...João Matos
2015-10-19[acceptance-tests] Integrate Roslyn, CoreCLR and ms-test-suite into acceptanc...Alexander Köplinger
2015-10-16[runtime] Rename DISABLE_AOT_COMPILER back to DISABLE_AOTAlexander Köplinger
2015-10-14[runtime] Fix the configure check for stdc++/c++.Zoltan Varga
2015-10-14[runtime] Workaround signal() configure check in Android.João Matos
2015-10-14[runtime] Link against the same c++ standard library as used by llvm.Zoltan Varga
2015-10-12[mini/llvm] Fixed cross compilation build.João Matos
2015-10-09Remove optimization flags from LLVM_CXXFLAGS.Zoltan Varga
2015-10-09[runtime] Merge origin/kyte/llvmonly-exceptions-pr.Zoltan Varga
2015-09-22[unit-tests] Fix "parallel-tests" AUTOMAKE_OPTIONS not recognized by old auto...Alexander Köplinger
2015-09-14[runtime] Change MonoDroid->Xamarin.Android in configure output.Zoltan Varga
2015-09-14Add a monotouch_tv profile.Rolf Bjarne Kvinge
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