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
path: root/libgc
AgeCommit message (Expand)Author
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-11-13[ci] Add targets to bundle tests and add a script to run them in HelixAlexander Köplinger
2018-11-12Add common "test" target for precompiling test assemblies (#11622)Alexander Köplinger
2018-08-10[cxx] [boehm] extern "C" and interface void* instead of char* for use by C+...Jay Krell
2018-05-01 Have automake copy instead of symlink, for more git checkout sharability (#8...Jay Krell
2018-03-29add some OpenBSD patches (#7699)thfrwn
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
2017-02-21correct spelling mistakes (#4405)Edward Betts
2017-01-27A few more LF .gitattributes fixesAlexander Köplinger
2016-12-14[runtime] Refactor and unify tls accessVlad Brezae
2016-08-30[profiler] Acquire the exclusive buffer lock after the suspend lock.Alex Rønne Petersen
2016-07-28[libgc] fix musl incorrect sigcontext includeAngelo Compagnucci
2016-05-27[win32_threads] Mark an inline function as static.Vincent Povirk
2016-04-07[libgc] Fix broken AC_TRY_COMPILE() invocation in configure.ac.Alex Rønne Petersen
2016-02-08libgc: use __builtin_frame_address in GC_approx_spJames Laird-Wah
2016-02-03Merge pull request #2542 from akoeplinger/remove-changelogAlexander Köplinger
2016-02-02[Makefile] fix make dist on libgcMiguel de Icaza
2016-01-30Check for libtoolize rather than libtoolNeil Mayhew
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-25Remove libgc/depcomp and libgc/missing, newer automake versions seem to overw...Zoltan Varga
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-10-26[build] Enable dolt on mingw32Kornel Pal
2014-07-31Support for GNU/kFreeBSD.Jo Shields
2014-06-15[runtime] Enable support for arm64-darwin in dolt.Zoltan Varga
2014-06-10Add build system plumbing for building with -Werror.Alex Rønne Petersen
2014-06-08Fix typo in bf703c4a8f95db4859452474499038c7539ea3c7.Alex Rønne Petersen
2014-06-07Disable -Wreturn-local-addr in libgc/mark_rts.c!GC_approx_sp with GCC 4.8.0+.Alex Rønne Petersen
2014-05-30[boehm] Implement the finalization extension API.Rodrigo Kumpera
2014-05-25Rename configure.in -> configure.ac. Based on PR #976.Alex Rønne Petersen
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-03-14[boehm] Fix memory management for toggleref.Rodrigo Kumpera
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-08-13Fixed some compiler warnings in libgcJeffrey Stedfast
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