summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix oldProc initialization in gc_cleanup and eliminate related warningsIvan Maidanski2021-12-261-2/+2
* Fix undefined __stack_base__ on UWP/arm64 (llvm-mingw)Bruce A Henderson2021-12-221-1/+1
* Assert SET_HDR does not write to GC_all_nilsIvan Maidanski2021-12-021-4/+5
* Revert "Force BASE_ATOMIC_OPS_EMULATED definition if AO_USE_PTHREAD_DEFS"Ivan Maidanski2021-11-291-7/+5
* Force BASE_ATOMIC_OPS_EMULATED definition if AO_USE_PTHREAD_DEFSIvan Maidanski2021-11-281-5/+7
* Rename BoehmGC to libgc in comment of leak_detector.hIvan Maidanski2021-11-251-1/+1
* Remove redundant 'private' prefix in include directives in include/privateIvan Maidanski2021-11-252-5/+5
* Move public header files to include/gc in source treeIvan Maidanski2021-11-2527-2767/+2767
* Remove duplicate include gc_tiny_fl.h in gc_priv.hIvan Maidanski2021-11-251-2/+0
* Remove msvc_dbg.h fileIvan Maidanski2021-11-232-45/+0
* Synchronize copyright years between README filesIvan Maidanski2021-11-221-4/+4
* Move non-cord [pkg]include_HEADERS assignments to include.amIvan Maidanski2021-11-131-0/+23
* Revert "Fix missing msvc_dbg.h in dist_noinst_HEADERS (Automake)"Ivan Maidanski2021-11-131-1/+0
* Do not name GCC intrinsics as C11 onesIvan Maidanski2021-10-301-1/+1
* Eliminate 'skipping config since MAX_HEAP_SECTS is unknown' cppcheck FPIvan Maidanski2021-10-211-2/+3
* Fix 'GC_reset_fault_handler defined but not used' mingw32-gcc warningIvan Maidanski2021-10-211-1/+2
* Allow to build with forced WRAP_MARK_SOMEIvan Maidanski2021-10-151-1/+1
* Fix 'GC_greatest_stack_base_below is defined but not used' warning (IA64)Ivan Maidanski2021-10-141-1/+2
* Remove comment belonging to deleted GC_push_procIvan Maidanski2021-10-131-1/+0
* Eliminate 'potentially uninitialized local variable tc' warning (MSVC)Ivan Maidanski2021-10-121-3/+7
* Make all functions static in msvc_dbg.c except for backtrace[_symbols]Ivan Maidanski2021-10-121-30/+2
* Workaround msvc_dbg.c build failure on arm[64] (MSVC)Ivan Maidanski2021-10-121-0/+1
* Support OpenBSD/riscv64Matthieu Herrb2021-10-041-1/+5
* Bump libgc version (for the development of 8.4 release)Ivan Maidanski2021-09-291-2/+2
* [8.2.0]v8.2.0Ivan Maidanski2021-09-291-2/+2
* Remove unused GC_prev_heap_addrIvan Maidanski2021-09-261-2/+0
* Print GC_gc_no always as unsigned long valueIvan Maidanski2021-09-221-6/+6
* Declare API function and print amount of memory obtained from OSIvan Maidanski2021-09-222-2/+11
* Do not call add_to_our_memory with null pointerIvan Maidanski2021-09-221-2/+1
* Workaround 'push_regs configured incorrectly' error (GCC-11)Ivan Maidanski2021-09-221-0/+1
* Fix comment after moving mark_state_t to gc_priv.hIvan Maidanski2021-09-222-1/+3
* Enable use of __builtin_unwind_init() if clang-8 or laterIvan Maidanski2021-09-191-1/+2
* Enable SOFT_VDB for linux/s390Ivan Maidanski2021-09-171-0/+3
* Fix 'incomplete type struct HeapSect in sizeof' compiler errorIvan Maidanski2021-09-171-4/+6
* Remove limit on number of heap sectionsIvan Maidanski2021-09-171-2/+5
* Reflect result of VDB selection at runtime in incremental_protection_needsIvan Maidanski2021-09-161-3/+8
* Log abort message details even if not print_stats (unless SMALL_CONFIG)Ivan Maidanski2021-09-161-3/+9
* Move GC_scratch_recycle_inner() to alloc.c (refactoring)Ivan Maidanski2021-09-111-3/+0
* Do not update scratch_last_end_ptr unless used by reg dynamic librariesIvan Maidanski2021-09-111-4/+6
* Update copyright information in alloc.c and other modified files (2021)Ivan Maidanski2021-09-093-1/+3
* Do not define HAVE_NO_FORK for all Unix-like systemsIvan Maidanski2021-09-071-2/+1
* Ensure required Linux version at runtime for SOFT_VDBIvan Maidanski2021-09-052-28/+26
* Use mprotect-based VDB on PowerPC and S390 (Linux)Ivan Maidanski2021-09-041-0/+6
* Allow to disable GWW or mprotect-based VDB at buildIvan Maidanski2021-09-041-0/+8
* Fall back to mprotect-based VDB at runtime if no soft-dirty bit in kernelIvan Maidanski2021-09-042-13/+14
* Enable SOFT_VDB for PowerPC, x86 and x64 (Linux)Ivan Maidanski2021-09-031-0/+30
* Fix 'redefinition of GC_dirty_init' compiler error if PROC_VDB is givenIvan Maidanski2021-09-021-0/+5
* Allow to specify custom value of LOG_PHT_ENTRIESIvan Maidanski2021-09-021-0/+3
* Fix pagemap and clear_refs files access in child processIvan Maidanski2021-09-011-1/+1
* Fix GC_proc_fd value in child process at fork (Solaris)Ivan Maidanski2021-09-011-0/+11