summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix some compiler warnings for Win32/mingw64 build (#15903)mono_libgcNikolay Sivov2019-10-072-2/+2
* Remove some unused third party code. (#15475)Jay Krell2019-10-072-723/+0
* Fix more warnings. (#11853)Jay Krell2018-12-281-2/+8
* extern "C" and interface void* instead of char* for use by C++ (#9953)Jay Krell2018-08-157-14/+118
* Have automake copy instead of symlink, for more git checkout sharability (#8534)Jay Krell2018-08-151-4/+5
* add some OpenBSD patches (#7699)thfrwn2018-08-151-1/+2
* Implement thread info flags and get rid of tools threads. (#7226)Alex Rønne Petersen2018-08-153-3/+59
* openbsd related patches (#6358)Robert Nagy2018-01-226-178/+4
* Compile on amd64 Haiku (#4473)Calvin2018-01-226-13/+87
* Use HOST_ defines instead of PLATFORM_ defines. (#5362)Zoltan Varga2018-01-224-7/+7
* Clean up MonoProfilerGCEvent enum.Alex Rønne Petersen2018-01-221-1/+0
* correct spelling mistakes (#4405)Edward Betts2018-01-224-4/+4
* A few more LF .gitattributes fixesAlexander Köplinger2018-01-221-0/+2
* Refactor and unify tls accessVlad Brezae2018-01-221-1/+1
* Acquire the exclusive buffer lock after the suspend lock.Alex Rønne Petersen2018-01-221-0/+1
* fix musl incorrect sigcontext includeAngelo Compagnucci2018-01-221-1/+1
* Mark an inline function as static.Vincent Povirk2016-06-021-1/+1
* Fix broken AC_TRY_COMPILE() invocation in configure.ac.Alex Ronne Petersen2016-06-021-4/+2
* libgc: use __builtin_frame_address in GC_approx_spJames Laird-Wah2016-06-021-7/+4
* fix make dist on libgcMiguel de Icaza2016-06-021-1/+1
* Check for libtoolize rather than libtoolNeil Mayhew2016-06-021-8/+8
* Remove ChangeLog files from the repoAlexander Koplinger2016-06-021-803/+0
* Remove libgc/depcomp and libgc/missing, newer automake versions seem to overw...Zoltan Varga2016-06-022-772/+0
* Put *_freelists into thread_local_freelists (as in BDWGC v7)Ivan Maidanski2015-12-142-28/+34
* Match BDWGC v7 APIIvan Maidanski2015-12-148-28/+103
* Implement the finalization extension API.Rodrigo Kumpera2015-06-012-0/+17
* Fix memory management for toggleref.Rodrigo Kumpera2015-06-011-5/+4
* Add toggleref support for boehm. This is line by line port of the sgen code, ...Rodrigo Kumpera2015-06-015-1/+173
* Drop support for external libgc.Alex Ronne Petersen2015-05-171-4/+0
* Eliminate warning about redefinition of GC_WIN32_THREADSAlex J Lennon2015-05-171-1/+1
* Enable dolt on mingw32Kornel Pal2015-05-171-1/+1
* Support for GNU/kFreeBSD.Jo Shields2015-05-174-11/+36
* Enable support for arm64-darwin in dolt.Zoltan Varga2015-05-171-2/+2
* Add build system plumbing for building with -Werror.Alex Ronne Petersen2015-05-172-1/+7
* Fix typo in bf703c4a8f95db4859452474499038c7539ea3c7.Alex Ronne Petersen2015-05-171-1/+1
* Disable -Wreturn-local-addr in mark_rts.c!GC_approx_sp with GCC 4.8.0+.Alex Ronne Petersen2015-05-171-0/+7
* Rename configure.in -> configure.ac. Based on PR #976.Alex Ronne Petersen2015-05-177-17/+17
* Implement mono_gc_get_restart_signal.Rodrigo Kumpera2015-05-172-0/+15
* Fix my last commit to match our libgc's declaration style.Alex Ronne Petersen2015-05-171-1/+1
* Hopefully fix a build error in libgc on some compilers.Alex Ronne Petersen2015-05-171-0/+4
* Unbreak libgc.Alex Ronne Petersen2015-05-171-2/+0
* Remove some more mdb bits.Alex Ronne Petersen2015-05-174-102/+0
* Fixed some compiler warnings in libgcJeffrey Stedfast2013-09-153-3/+3
* Fix a missing return statement in 16d2bcaa379be0c38f84492a5528c5ab6dcd7e7d.Alex Rønne Petersen2013-09-151-1/+1
* libgc: Use GCC atomics on ARM.Alex Rønne Petersen2013-09-151-37/+3
* Avoid using dmb/dsb/dib instructions on ARM v6.Alex Rønne Petersen2013-09-151-4/+4
* Add ARM version detection to configure and use the resulting macros.Alex Rønne Petersen2013-09-151-2/+2
* Enable dolt on ios builds.Zoltan Varga2013-09-151-1/+1
* Merge some Nacl/ARM changes from https://github.com/igotti-google/mono/commit...Zoltan Varga2013-09-154-19/+34
* gcconfig.h - Add weak attribute to avoid __data_start undefined messages on d...Neale Ferguson2013-09-151-5/+5