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
2022-01-25Determine any memory/CPU limitations from sysfs cgroup (#21280)Neale Ferguson
2021-11-20Remove netcore sources and arcade eng/common files (#21315)Alexander Köplinger
2021-03-29Bump msbuild, roslyn and nuget (#20979)Alexander Köplinger
2021-03-08Add support for Apple Silicon on Xamarin.Mac SDK (#20597)mathieubourgeois
2021-01-25Remove -Wc++-compat option when building Mono as C++ (#20780)Alexander Köplinger
2021-01-24fix merp arm64 (#20773)Zoltan Varga
2020-12-16Remove eventpipe from old Mono makefile build. (#20667)monojenkins
2020-09-16[mono] Add proper check for clock_gettime (#20385)monojenkins
2020-09-10[mono] Propagate -Werror properly, fix warning (#20364)monojenkins
2020-08-26[mono] Enable additional warnings as errors (#20293)monojenkins
2020-08-12[mono] Fix configure to actually disable dllmap on non-mobile platforms (#20230)monojenkins
2020-08-03Fix ICU_CFLAGS in mono configure.ac (#20198)monojenkins
2020-08-02[runtime] Add a configure workaround for apple silicon + older config.guess v...Zoltan Varga
2020-07-31Fix __asm__ specifications for Clang (#20190)Neale Ferguson
2020-07-28Apple Silicon support (#20166)Zoltan Varga
2020-07-19[wasm] Trim down size of dotnet.wasm (#20139)monojenkins
2020-07-17Add a --enable-minimal=eventpipe configure option. Disable eventpipe on wasm....monojenkins
2020-07-17ICU integration and asset loading overhaul (#20029)monojenkins
2020-07-14Run CoreCLR runtime tests using Mono with LLVM AOT. (#20077)monojenkins
2020-07-13[mono] Disable config dir lookups on netcore (#20074)monojenkins
2020-07-10[wasm] Add beginnings of support for building with ICU. (#20091)monojenkins
2020-06-30Fix #20022 - changing the signature of mono_handle_native_crash() for s390x (...Neale Ferguson
2020-06-24[master] Bump msbuild to track xplat-master (#19972)Ankit Jain
2020-06-22Enable mono cross-build on SunOS-like OS (#19932)monojenkins
2020-06-19[mono] Add QCalls to the Runtime (#19945)monojenkins
2020-06-09Check the existence of clocked_t (#19915)monojenkins
2020-06-08Avoid setting PTHREAD_PRIO_INHERIT on Alpine, since this causes deadlocks (#1...Rickard
2020-05-25Initial work porting native diagnostic event pipe library to C library potent...lateralusX
2020-05-25configure.ac: check for sockaddr_in6 on Win32 (#19812)w-flo
2020-05-18[mono] Linking statically ICU shim on mono (#19699)monojenkins
2020-04-16Make the -Wsometimes-uninitialized into an error. (#19543)monojenkins
2020-03-31Initial perf jitdump implementation (#19273)Fan Yang
2020-03-20[FreeBSD] Fix for libinotify support and compile (#19234)Phil Jaenke
2020-03-12Fix mistake in previous commitAlexander Köplinger
2020-03-12Don't disable dllmap for mobile on netcoreAlexander Köplinger
2020-02-25[llvm] Remove loaded llvm support, the startup perf penalty doesn't seem to e...Zoltan Varga
2020-02-13[tests] Disable bug-10127.exe runtime test on Windows x64 (#18828)Alexander Köplinger
2020-02-13[runtime] Add --enable-minimal=processes,config options to disable support fo...Zoltan Varga
2020-02-13Enable Mono ARM & ARM64 Linux builds (#18810)monojenkins
2020-02-11[cross] support arm-linux-gnueabihf cross compiling with netcore (#18714)Bernhard Urban-Forster
2020-02-06[runtime] Improve handling crashing signals (#18243)Alexis Christoforides
2020-02-04Bump version to 6.13 (#18699)Jo Shields
2020-02-03[build] Check for Python 3 in configure.ac (#18625)Ryan Lucia
2020-02-03Fix ppc64 build by fixing -mminimal-toc more correctly. (#18665)Phil Jaenke
2020-01-27Fix for -mminimal-toc detection, enable BTLS on FreeBSD PowerPC (#18578)Phil Jaenke
2020-01-25Fix typos (#18585)Maher Jendoubi
2020-01-23configure.ac: remove AC_SEARCH_LIBS for libintl (#18531)Alexander Köplinger
2020-01-22configure.ac: Don't look for X11 in netcore modeAlexander Köplinger
2020-01-17[runtime] NOHANDLES for ves_icall_System_Threading_Thread_GetCurrentThread (#...Aleksey Kliger (λgeek)
2020-01-08[Coop] Remove handles from Mono.Interop.ComInteropProxy. (#16993)Jay Krell