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
2020-01-07Set thread pool thread name just based on string pointer check. (#16637)Jay Krell
2020-01-06Don't run `make install` in boehm submodule (#17907)Jo Shields
2019-12-16Fix locating Python interpreter when it isn't "python" (#18197)Calvin Buckley
2019-12-13Bump msbuild to track xplat-master (#18183)Ankit Jain
2019-12-11Make Socket.Socket_icall static, as most icalls are, removing the first, unus...Jay Krell
2019-12-11Sockets: Foo_internal to Foo_icall and ves_icall_Foo_internal to ves_icall_Fo...Jay Krell
2019-12-10[utils] Make mono_dl_open default to RTLD_LOCAL on netcore (#17912)Ryan Lucia
2019-12-06Bump msbuild to track xplat-master (#18050)Ankit Jain
2019-12-04Remove mk/ folder (#18039)Alexander Köplinger
2019-12-04[android] don't probe directories for .config files (#18024)Jonathan Peppers
2019-12-04[configure.ac] Build on FreeBSD/PowerPC64 (#18015)Aleksey Kliger (λgeek)
2019-12-02Bump version to 6.11 (#17990)Jo Shields
2019-11-28Remove handles/MonoError from Mono.RuntimeMarshal and Mono.SafeStringMarshal.Jay Krell
2019-11-25[configure.ac] Don't run compiler server check in netcore mode (#17911)Alexander Köplinger
2019-11-25Allow runtime to be built with C++ on AIX (#17672)Calvin Buckley
2019-11-23Make configure.ac and Makefile.am work without certain directories (#17871)Alexander Köplinger
2019-11-22[runtime] Treat calling a non-virtual method through an open delegate the sam...Zoltan Varga
2019-11-22Replace embedded libgc with Unity fork of recent Boehm (bdwgc) (#16832)Jonathan Chambers
2019-11-22[wasm] Add aot+netcore support. (#17798)Zoltan Varga
2019-11-18Bump corefx to pick up https://github.com/mono/corefx/pull/370 (#17758)Steve Pfister
2019-11-14Remove handles from System.Diagnostics.Debugger. (#17713)Jay Krell
2019-11-13Remove handles from ves_icall_System_Array_CanChangePrimitive. (#17708)Jay Krell
2019-11-12Move zlib to its own directory, and re-enable subdir-objectsJo Shields
2019-11-11[netcore] Complete Monitor.LockContentionCount implementation (#17719)Alexis Christoforides
2019-11-04Mono NetCore Windows only build/test. (#17646)Johan Lorensson
2019-11-03[netcore] Fix out of tree build for netcore/ folderAlexander Köplinger
2019-11-02Move MonoError from managed wrappers to native wrappers. (#15894)Jay Krell
2019-10-31[runtime] Add a --enable-minimal=threads configure option to disable threadin...Zoltan Varga
2019-10-30[mini] Initial tiered compilation work (#17551)Bernhard Urban-Forster
2019-10-25Include signal.h unconditionally. (#17430)Jay Krell
2019-10-24Fix eglib on AIX/PASE (#17476)Calvin Buckley
2019-10-18Some updates to make RISC-V buildable again. (#17408)Alex Rønne Petersen
2019-10-18Enable GSS on Linux and Android (#17223)Egor Bogatov
2019-10-16[bcl][jit] implement Interlocked.Exchange<T> in terms of object (#17341)Aleksey Kliger (λgeek)
2019-10-16[loader] Add an explicit define DISABLE_DLLMAP to control dllmap usage (#17315)Ryan Lucia
2019-10-11Update MERP event type to MonoAppCrash (#17131)Kyle White
2019-10-08[netcore] Add libc name transitionRyan Lucia
2019-10-08dladdr shim for gmodule; try to enable crash reporter on AIX (#15808)Calvin Buckley
2019-10-07Bump version to 6.9 (#17207)Jo Shields
2019-10-07[Coop] Convert Get/SetGenericValueImpl. (#17034)Jay Krell
2019-10-07Default --host in autogen.sh on cygwin when missing. (#17164)Alexander Köplinger
2019-10-04Always do copy_stack_data on entering GC safe/unsafe mode. (#17150)Johan Lorensson
2019-10-03Default --host in autogen.sh on cygwin when missing.lateralusX
2019-10-03Optional only build MSVC runtime using make file system on Windows. (#16915)Johan Lorensson
2019-09-27[netcore] Add target for running coreclr testsMarek Safar
2019-09-23Correctly check for HAVE_STAT_BIRTHTIME in configure.ac checks for System.Nat...Alexander Köplinger
2019-09-20[Coop] InterlockedCompare/Exchange (object/T) (#16873)Jay Krell
2019-09-19Explicit disable hybrid suspend when cooperative suspend is enabled. (#16798)Johan Lorensson
2019-09-17[arm64_32] make "Debug Mode" work on Watch series 4 with --interpreter (#16865)Bernhard Urban
2019-09-16[wasm] Initial netcore support. (#16718)Zoltan Varga