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-04-17Minor changes - Update specific words in mono code base to be PoliCheck/TSA c...monojenkins
2020-02-25[llvm] Remove loaded llvm support, the startup perf penalty doesn't seem to e...Zoltan Varga
2019-12-04Remove mk/ folder (#18039)Alexander Köplinger
2019-11-07[embed] Assert when call mono_runtime_object_init (#17589)Thays Grazia
2019-09-25[threading] embedded mono hangs (#16907)Thays Grazia
2019-08-31Follow convention -- "static inline" is only for .h files, "static" is for .c...Jay Krell
2019-08-29Read only function pointers (MonoThreadInfoRuntimeCallbacks). (#16545)Jay Krell
2019-08-19Reduce size of internal MonoErrors by 3 pointers, while trying to be compatib...Jay Krell
2019-08-14Completely replace mono_error_ok with is_ok and make first external_only. (#1...Jay Krell
2019-08-14Skip degenerate qsort: num < 2, size == 0, base == 0 (#16016)Jay Krell
2019-05-09[gitignore] Add crash dump files, .dylib.dSYM directories, and test-path (#14...Ryan Lucia
2019-04-01Fix a few deficiencies in mono_path_filename_in_basedir. Mainly strstr. (#13719)Jay Krell
2018-11-12Add common "test" target for precompiling test assemblies (#11622)Alexander Köplinger
2018-10-23[coop] Transition all functions in object.h to MONO_RT_EXTERNAL_ONLY (#11188)Jay Krell
2018-09-01Fix test dependencies build problem. (#10388)Jay Krell
2018-08-30[cxx] Port pedump, monograph, monodis, unit-tests to C++. (#10271)Jay Krell
2018-06-20[runtime] Add GC Unsafe transitions to some MONO_API functions (#8847)Aleksey Kliger (λgeek)
2018-04-30[build] Disable make builtin rules for the runtime build. This speeds up a no...Rodrigo Kumpera
2018-04-13[runtime] Get rid of the GLIB_LIBS autoconf define, it prevents automake from...Zoltan Varga
2018-04-10[runtime] Extract the debugger code into a separate library. (#7673)Zoltan Varga
2018-03-29check for iconv only once (#7873)Ludovic Henry
2018-01-25[unit-tests] Add test-mono-string to .gitignoreAleksey Kliger
2018-01-22 Fix configure `--disable-boehm` to build more tests. (#6614)jaykrell
2018-01-22Convert dis, profiler, pedump, unit-tests to new MonoError/ERROR_DECL style. ...jaykrell
2018-01-09[mini] factor out interp into a library (#6419)Bernhard Urban
2018-01-05[runtime] Fix include paths (#6402)Alexander Köplinger
2017-12-27[unit-tests] A few unit tests for mono_string_new_checkedAleksey Kliger
2017-12-27[unit-tests] Fix Makefile.am when Mono is compiled with LLVMAleksey Kliger
2017-10-27[runtime] fix prev commit build for Linux x64Uri Simchoni
2017-10-27[runtime] Fix unit test.Rodrigo Kumpera
2017-10-27[mono/unit-tests] add callspec unit tests for different classs same prefixUri Simchoni
2017-10-27[mono/unit-tests] callspec unit testingUri Simchoni
2017-10-19[runtime] Rename atomic functions from the win32 style naming to mono_atomic_...Johan Lorensson
2017-08-15[runtime] Use HOST_ defines instead of PLATFORM_ defines. (#5362)Zoltan Varga
2017-06-27Fix various compiler warnings (#5064)cherusker
2017-06-20[threads] Store MonoInternalThread in MonoThreadInfo for use when detaching (...Ludovic Henry
2017-06-17[threads] Rework MonoThreadInfoCallbacks.thread_{register,detach,unregister} ...Ludovic Henry
2017-05-25Fix mono build with disabled sgen (#4915)e-kovalenko
2017-01-23Fix a few cppcheck errors (#4281)Alexander Köplinger
2017-01-21[io-layer] Extract error (#4279)Ludovic Henry
2016-11-19[sgen] Fix sgen_qsort.Jon Purdy
2016-10-29[threads] Replace use of W32Handle by MonoOSEvent for MonoThreadInfo exited e...Ludovic Henry
2016-08-31Merge pull request #3481 from alexrp/masterAlex Rønne Petersen
2016-08-30[utils/hp] Remove HazardFreeLocking and HazardFreeContext enums.Alex Rønne Petersen
2016-08-29[test-conc-hashtable] Init w32 handles. Fixes OSX+coop.Aleksey Kliger
2016-06-04[coop] New local handles implementation.Rodrigo Kumpera
2016-03-29First set of licensing changesMiguel de Icaza
2016-03-02[utils/lls] Make the node free function support more flexible.Alex Rønne Petersen
2016-01-13[handle] Inline handle-private.h in handle.hLudovic Henry
2016-01-07[handle] Make arena chunk fixed sizeLudovic Henry