index
:
delta/bdwgc.git
add-long-weakref
draft-appveyor
draft-travis
fix_tsx_bug
freebsd-ports-devel-boehm-gc
freebsd-ports-devel-boehm-gc-integrate
gc6x-branch
gcc_boehmgc
ios-unified-ts-fix
jtotz-bdwgc-integrate
jtotz_bdwgc
master
mono_libgc
racket_gc
release-7_2
release-7_4
release-7_6
release-8_0
release-8_2
thread-suspend
github.com: ivmai/bdwgc.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
gc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent (fix) parallel custom mark procs run in single-threaded clients
Ivan Maidanski
2022-06-16
1
-19
/
+19
*
Fix potential race if start_mark_threads called from threads in child
Ivan Maidanski
2022-06-15
1
-0
/
+1
*
Fix typos in comments in allchblk.c and gc.h
Dimitris Apostolou
2022-02-21
1
-2
/
+2
*
Fix 'ulong undefined' compilation error on AIX
Peter Wang
2019-06-27
1
-2
/
+2
*
Refine do_blocking() documentation in gc.h
Ivan Maidanski
2019-05-16
1
-2
/
+7
*
Refine GC_parallel documentation in gc.h
Ivan Maidanski
2019-04-05
1
-5
/
+6
*
Fix a typo (GC_NPROCS spelling) in a comment in gc.h
Ivan Maidanski
2019-04-05
1
-2
/
+2
*
Remove a misleading comment about Solaris in gc.h
Ivan Maidanski
2019-04-05
1
-1
/
+0
*
Refine GC_INIT documentation about its multiple invocation
Ivan Maidanski
2019-03-26
1
-1
/
+1
*
Fix 'wrong __data_start/_end pair' error on Android
Ivan Maidanski
2019-02-15
1
-27
/
+9
*
Refine HIDE_POINTER documentation for the case of the leak-finding mode
Ivan Maidanski
2018-11-29
1
-0
/
+1
*
Workaround 'local address assignment to a global variable' CSA warning
Ivan Maidanski
2018-11-26
1
-1
/
+6
*
Replace some FIXME items with TODO ones
Ivan Maidanski
2018-08-31
1
-1
/
+1
*
Fix indentation of 'define GC_DATAEND' in gc.h
Ivan Maidanski
2018-08-17
1
-1
/
+1
*
New API to turn on manual VDB at runtime
Ivan Maidanski
2018-08-15
1
-2
/
+14
*
Fix the build for N3DS
Josh Peterson
2018-08-01
1
-1
/
+1
*
Export stop/start_world_external only for multi-threaded builds
Ivan Maidanski
2018-07-28
1
-3
/
+4
*
New API to stop and start the GC world externally
Jonas Echterhoff
2018-07-27
1
-0
/
+3
*
Update copyright information in the documentation and gc.h files
Ivan Maidanski
2018-07-22
1
-0
/
+1
*
New public API (PTR_STORE_AND_DIRTY) to simplify store-and-dirty operation
Ivan Maidanski
2018-07-01
1
-0
/
+10
*
Eliminate 'language extension used' Clang warning in gc.h
Ivan Maidanski
2018-06-30
1
-4
/
+4
*
Same type casts for GC_PTR_STORE arguments regardless of GC_DEBUG
Ivan Maidanski
2018-06-29
1
-2
/
+3
*
Add GC_reachable_here after GC_dirty in GC source
Ivan Maidanski
2018-06-23
1
-0
/
+2
*
Do not include windows.h when compiling gc_cpp.cc
Ivan Maidanski
2018-06-20
1
-1
/
+2
*
Never return null pointer by C++ operator new (gc_cpp)
Ivan Maidanski
2018-06-01
1
-0
/
+3
*
Remove stubborn objects allocation code completely
Ivan Maidanski
2018-05-15
1
-33
/
+20
*
Expose API to control rate and max prior attempts of collect_a_little
Jonathan Chambers
2018-04-24
1
-0
/
+10
*
Expose API to control the minimum bytes allocated before a GC occurs
Jonathan Chambers
2018-04-23
1
-0
/
+6
*
Avoid potential data race during GC_dump execution
Ivan Maidanski
2018-04-10
1
-2
/
+7
*
Avoid potential race when accessing size_map table
Hans Boehm
2018-02-26
1
-1
/
+3
*
New API function (get_size_map_at) to get content of size_map table
Ivan Maidanski
2018-02-14
1
-0
/
+6
*
Put variable/function declarations into extern 'C' in headers
Jay Krell
2018-02-08
1
-1
/
+7
*
Avoid SIGSEGV during GC_INIT on some Android devices
Jonathan Chambers
2018-02-01
1
-1
/
+5
*
Use HOST_ANDROID define instead of PLATFORM_ANDROID
Zoltan Varga
2018-01-24
1
-1
/
+1
*
Add note of set_free_space_divisor, set_warn_proc ABI change after gc-7.1
Ivan Maidanski
2018-01-17
1
-1
/
+4
*
New field (expl_freed_bytes_since_gc) in public prof_stats_s
Ivan Maidanski
2018-01-12
1
-0
/
+3
*
New API function (get_expl_freed_bytes_since_gc)
Ivan Maidanski
2018-01-12
1
-0
/
+4
*
Add basic calculation of the total full-collection time
Paul Bone
2017-11-10
1
-0
/
+14
*
Refine should_invoke_finalizers documentation
Ivan Maidanski
2017-10-18
1
-0
/
+1
*
New API function (GC_is_init_called) to check if BDWGC is initialized
Ivan Maidanski
2017-10-16
1
-0
/
+4
*
Refine collect_a_little documentation (better explain when 0 is returned)
Ivan Maidanski
2017-08-04
1
-1
/
+2
*
New API function (GC_is_incremental_mode)
Ivan Maidanski
2017-07-21
1
-1
/
+5
*
Public API (GC_deinit) to allow Win32 critical sections deletion
Tautvydas Zilys
2017-07-20
1
-0
/
+5
*
Fix SIGSEGV in GC_is_marked when gc_cleanup is used in leak-finding mode
Ivan Maidanski
2017-07-14
1
-3
/
+7
*
Fix various typos in comments and printed messages
Klemens Zwischenbrugger
2017-02-21
1
-1
/
+1
*
New API function (GC_dump_named) to produce named dumps
Paul Bone
2017-01-14
1
-1
/
+5
*
Export GC_dump_finalization/regions()
Ivan Maidanski
2016-10-29
1
-0
/
+9
*
Workaround 'value of macro unknown' cppcheck info messages
Ivan Maidanski
2016-10-24
1
-9
/
+9
*
Workaround 'value of WINAPI unknown' cppcheck info messages
Ivan Maidanski
2016-10-22
1
-5
/
+12
*
Replace (fix) 'objs' acronym in comments with 'objects word
Ivan Maidanski
2016-07-01
1
-1
/
+1
[next]