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
/
mark_rts.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace some FIXME items with TODO ones
Ivan Maidanski
2018-08-31
1
-1
/
+1
*
New API to turn on manual VDB at runtime
Ivan Maidanski
2018-08-15
1
-1
/
+1
*
Fix incorrect roots order after root removal in remove_roots_subregion
Ivan Maidanski
2018-08-03
1
-10
/
+28
*
Fix the build for Emscripten
Josh Peterson
2018-08-02
1
-1
/
+2
*
Fix assertion violation and partial overlapping in remove_roots_subregion
Ivan Maidanski
2018-05-08
1
-12
/
+48
*
Do not merge dynamic root with the existing static one in add_roots_inner
Ivan Maidanski
2018-05-08
1
-5
/
+11
*
Fix infinite restarting of mark_some when a static root disappeared (Linux)
Ivan Maidanski
2018-05-07
1
-0
/
+43
*
Do not rebuild_root_index unless remove_root_at_pos is called
Ivan Maidanski
2018-05-05
1
-2
/
+10
*
Declare all internal functions in private headers instead of .c files
Ivan Maidanski
2018-02-28
1
-9
/
+0
*
Eliminate C++ warnings about deprecated register keyword (GC source)
Jay Krell
2018-02-22
1
-2
/
+2
*
Convert GC source files to valid C++ code
Ivan Maidanski
2018-02-16
1
-2
/
+2
*
Change pointer arguments of push_all[_eager]/conditional API to void* type
Jay Krell
2018-02-13
1
-5
/
+4
*
Workaround 'address of auto-variable returned' cppcheck error
Ivan Maidanski
2018-01-30
1
-1
/
+2
*
Initial support of Xbox One (DURANGO) target
Jonathan Chambers
2018-01-30
1
-2
/
+3
*
Do not disable parallel mark for WRAP_MARK_SOME
Ivan Maidanski
2017-09-26
1
-0
/
+18
*
Define CLANG/GNUC_PREREQ macros to check gcc/clang minimum version
Ivan Maidanski
2017-03-07
1
-1
/
+1
*
Fix a typo in push_roots comment
Ivan Maidanski
2016-12-29
1
-1
/
+1
*
Fix '~' operator application to unsigned values shorter than word
Ivan Maidanski
2016-12-07
1
-7
/
+8
*
Fix 'incompatible ptr-to-int conversion' compiler warning in push_all_stack
Ivan Maidanski
2016-11-17
1
-1
/
+1
*
Enable GC_is_tmp_root for all platforms
Ivan Maidanski
2016-10-29
1
-4
/
+3
*
Export GC_is_tmp_root() and GC_print_trace[_inner]()
Ivan Maidanski
2016-10-29
1
-1
/
+1
*
Eliminate 'value of NEED_FIXUP_POINTER unknown' cppcheck info messages
Ivan Maidanski
2016-10-21
1
-2
/
+5
*
Eliminate 'printf format specifies type void*' GCC pedantic warnings
Ivan Maidanski
2016-10-21
1
-3
/
+6
*
Eliminate more 'scope of variable can be reduced' cppcheck style warnings
Ivan Maidanski
2016-10-14
1
-10
/
+13
*
Eliminate 'address of local variable returned' static analyzer warning
Ivan Maidanski
2016-10-05
1
-3
/
+5
*
Eliminate more 'scope of variable can be reduced' cppcheck style warnings
Ivan Maidanski
2016-10-04
1
-10
/
+12
*
Code refactoring of Emscripten platform support (single-threaded)
Ivan Maidanski
2014-07-13
1
-4
/
+4
*
Add support for emscripten platform
Jonathan Chambers
2014-07-03
1
-0
/
+2
*
Improve debug-only messages of add/remove_roots and init_linux_data_start
Ivan Maidanski
2013-06-12
1
-4
/
+5
*
Eliminate 'cast from int to pointer' warning in GC_exclude_static_roots
Ivan Maidanski
2012-10-23
1
-1
/
+1
*
Add GC_push_all/conditional() to GC public API
Ivan Maidanski
2012-06-02
1
-4
/
+5
*
Replace pointer relational comparisons with non-pointer ones
Ivan Maidanski
2012-03-05
1
-37
/
+43
*
Allow GC_exclude_static_roots() region start to be unaligned
Ivan Maidanski
2012-02-16
1
-3
/
+5
*
Fix GC_root_size update in GC_add_roots_inner (Win32)
Ivan Maidanski
2012-02-10
1
-4
/
+4
*
Allow to exclude finalization support by GC_NO_FINALIZATION macro
Ivan Maidanski
2012-02-06
1
-1
/
+3
*
Add assertions to check GC_large_free_bytes and GC_root_size values by
Ivan Maidanski
2012-01-31
1
-9
/
+21
*
Adjust GC_log_printf format specifiers (regarding signed/unsigned long)
Ivan Maidanski
2012-01-28
1
-3
/
+3
*
Add debug logging on data roots addition or removal (enabled by
Ivan Maidanski
2012-01-26
1
-0
/
+12
*
Fix GC_add_roots_inner for Mac OS X (enable GC_dyld_image_add to
Daniel R. Grayson
2012-01-26
1
-4
/
+5
*
Use EXPECT for checking various 'initialized' boolean variables
Ivan Maidanski
2011-12-29
1
-2
/
+2
*
Replace ARGSUSED comment-based annotation with GCC 'unused' attribute.
Ivan Maidanski
2011-09-14
1
-4
/
+3
*
2011-05-31 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-7
/
+3
*
2011-05-07 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-6
/
+2
*
2011-04-02 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-1
/
+1
*
2010-12-26 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-2
/
+2
*
2010-03-19 Ivan Maidanski <ivmai@mail.ru> (really Dave Korn)
ivmai
2011-07-26
1
-14
/
+15
*
2009-12-08 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-8
/
+8
*
2009-12-08 Ivan Maidanski <ivmai@mail.ru> (really mostly Hans Boehm)
ivmai
2011-07-26
1
-30
/
+30
*
2009-12-07 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-1
/
+1
*
2009-12-04 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-0
/
+2
[next]