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
2019-11-22Replace embedded libgc with Unity fork of recent Boehm (bdwgc) (#16832)Jonathan Chambers
2019-07-31Fix some compiler warnings for Win32/mingw64 build (#15903)Nikolay Sivov
2019-07-08Remove some unused third party code. (#15475)Jay Krell
2018-12-05Fix more warnings. (#11853)Jay Krell
2018-08-10[cxx] [boehm] extern "C" and interface void* instead of char* for use by C+...Jay Krell
2018-02-27 [runtime] Implement thread info flags and get rid of tools threads. (#7226)Alex Rønne Petersen
2018-01-08openbsd related patches (#6358)Robert Nagy
2017-12-06Compile on amd64 Haiku (#4473)Calvin
2017-08-15[runtime] Use HOST_ defines instead of PLATFORM_ defines. (#5362)Zoltan Varga
2017-07-15[profiler] Clean up MonoProfilerGCEvent enum.Alex Rønne Petersen
2016-08-30[profiler] Acquire the exclusive buffer lock after the suspend lock.Alex Rønne Petersen
2015-11-18[boehm] Put *_freelists into thread_local_freelists (as in BDWGC v7)Ivan Maidanski
2015-11-18[boehm] Match BDWGC v7 APIIvan Maidanski
2015-05-15[runtime] Drop support for external libgc.Alex Rønne Petersen
2014-10-29[libgc] Eliminate warning about redefinition of GC_WIN32_THREADSAlex J Lennon
2014-07-31Support for GNU/kFreeBSD.Jo Shields
2014-05-30[boehm] Implement the finalization extension API.Rodrigo Kumpera
2014-05-14[boehm] Implement mono_gc_get_restart_signal.Rodrigo Kumpera
2014-04-18Fix my last commit to match our libgc's declaration style.Alex Rønne Petersen
2014-04-18Hopefully fix a build error in libgc on some compilers.Alex Rønne Petersen
2014-02-27[boehm] Add toggleref support for boehm. This is line by line port of the sge...Rodrigo Kumpera
2013-12-04Unbreak libgc.Alex Rønne Petersen
2013-12-04Remove some more mdb bits.Alex Rønne Petersen
2013-07-29Fix a missing return statement in 16d2bcaa379be0c38f84492a5528c5ab6dcd7e7d.Alex Rønne Petersen
2013-07-21libgc: Use GCC atomics on ARM.Alex Rønne Petersen
2013-07-15Avoid using dmb/dsb/dib instructions on ARM v6.Alex Rønne Petersen
2013-07-12Add ARM version detection to configure and use the resulting macros.Alex Rønne Petersen
2013-05-25Merge some Nacl/ARM changes from https://github.com/igotti-google/mono/commit...Zoltan Varga
2013-05-09gcconfig.h - Add weak attribute to avoid __data_start undefined messages on d...Neale Ferguson
2013-04-07NaCl ARM work, first passElijah Taylor
2013-04-07NaCl runtime fixesElijah Taylor
2013-02-23Merge pull request #554 from deplinenoise/ppc_fixesMiguel de Icaza
2013-02-12Include <stdint.h> to allow cross-compilation from OS X.Josh DuBois
2013-02-11Prefer __sync_bool_compare_and_swap() over PPC inline asm.Andreas Fredriksson
2013-01-17Add long links support to Boehm.Rodrigo Kumpera
2012-11-15Disable dynamic loading for iOS simulator builds.Rodrigo Kumpera
2012-06-01Fix warnings.Zoltan Varga
2012-05-22Fix altstack support in libgc by registering the bounds of the normal stack a...Zoltan Varga
2012-03-13Properly handle ASLR randomization of the main thread stack on darwin.Rodrigo Kumpera
2011-12-13Make __data_start a weak symbol, to allow loading modules on mips.Paolo Molaro
2011-08-10More NACL updatesElijah Taylor
2011-08-10Revert "More NACL updates"Zoltan Varga
2011-08-09More NACL updatesElijah Taylor
2011-08-03[gc] Darwin/AMD64 can have 64-bit thread id's, so we need to ensureGeoff Norton
2011-04-08Add a membar to libgc's UNLOCK () on arm. Fixes #683409.Zoltan Varga
2011-02-16FixesGonzalo Paniagua Javier
2011-02-16Remove a bunch of warnings.Gonzalo Paniagua Javier
2010-12-17Merged in rest of Native Client changes, untestedElijah Taylor
2010-11-29Add support for the internal boehm-gc on OpenBSDRobert Nagy
2010-11-29Add support for the internal boehm-gc on OpenBSDRobert Nagy