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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the collector hang when it is configured with --enable-gc-debug
Ivan Maidanski
2018-03-15
2
-5
/
+4
*
Use atomic load/store for the concurrently accessed variables in GC_lock
Ivan Maidanski
2018-03-13
1
-2
/
+7
*
Eliminate TSan warning about non-atomic read in store_back_pointer
Ivan Maidanski
2018-03-13
1
-3
/
+12
*
Avoid potential race in SET_MARK_BIT_EXIT_IF_SET if parallel marking
Ivan Maidanski
2018-03-09
2
-9
/
+39
*
Really use AO_load/store in realloc, clear_hdr_marks and reclaim_generic
Ivan Maidanski
2018-03-07
1
-0
/
+3
*
Eliminate 'unused const variable' C++ warnings for [a][u]objfreelist_ptr
Ivan Maidanski
2018-03-01
3
-12
/
+42
*
Fix missing GC_generic_malloc_words_small implementation in new_gc_alloc.h
Ivan Maidanski
2018-03-01
1
-3
/
+3
*
Replace conditional extern 'C' blocks begin/end with EXTERN_C_BEGIN/END
Ivan Maidanski
2018-02-28
11
-392
/
+147
*
Declare all internal functions in private headers instead of .c files
Ivan Maidanski
2018-02-28
4
-16
/
+60
*
Fix typo in AIX macro name
Ivan Maidanski
2018-02-28
1
-1
/
+1
*
Fix GC_free_bytes[] linkage for the case of compilation as C++ code
Ivan Maidanski
2018-02-28
1
-1
/
+1
*
Avoid potential race when accessing size_map table
Hans Boehm
2018-02-26
2
-2
/
+5
*
Always include gc_atomic_ops.h unless threads are disabled
Ivan Maidanski
2018-02-26
4
-20
/
+13
*
Fix Haiku/amd64 support
Ivan Maidanski
2018-02-26
3
-10
/
+12
*
Fix missing new-line in GC_INFOLOG_PRINTF call in ABORT_ARG<n>
Ivan Maidanski
2018-02-23
1
-3
/
+4
*
Omit register keyword in performance-critical code if C++ compiler used
Ivan Maidanski
2018-02-23
2
-6
/
+14
*
Eliminate C++ warnings about deprecated register keyword (GC source)
Jay Krell
2018-02-22
1
-1
/
+1
*
Merge RISCV 32/64-bit configurations definition
Shea Levy
2018-02-20
1
-25
/
+7
*
Add initial RISC-V support
Shea Levy
2018-02-19
1
-0
/
+35
*
Convert GC source files to valid C++ code
Ivan Maidanski
2018-02-16
2
-6
/
+7
*
New API function (get_size_map_at) to get content of size_map table
Ivan Maidanski
2018-02-14
1
-0
/
+6
*
Change pointer arguments of push_all[_eager]/conditional API to void* type
Jay Krell
2018-02-13
2
-4
/
+5
*
Fix arg type of continue_reclaim prototype after the definition update
Ivan Maidanski
2018-02-08
1
-1
/
+1
*
Change type of hb_sz field (of hblkhdr) from size_t to word
Ivan Maidanski
2018-02-08
2
-8
/
+8
*
Put variable/function declarations into extern 'C' in cord headers
Ivan Maidanski
2018-02-08
3
-0
/
+39
*
Make uniform the comment for the end of extern 'C' block
Ivan Maidanski
2018-02-08
5
-5
/
+5
*
Put variable/function declarations into extern 'C' in headers
Jay Krell
2018-02-08
17
-77
/
+536
*
Collapse multiple BCOPY_EXISTS macro definitions
Ivan Maidanski
2018-02-07
1
-18
/
+4
*
Add GC prefix to _MSVC_DBG_H macro
Ivan Maidanski
2018-02-07
1
-5
/
+6
*
Initial support of WinRT
Jonathan Chambers
2018-02-06
2
-4
/
+16
*
Fix typo in comment in specific.h
Jay Krell
2018-02-05
1
-1
/
+1
*
Define ABORT() using _CrtDbgBreak (if available) on Windows host
Ivan Maidanski
2018-02-02
1
-1
/
+6
*
Fix 'undefined reference to __builtin_unwind_init' linker error (ArmCC)
Jonathan Chambers
2018-02-02
1
-0
/
+1
*
Avoid SIGSEGV during GC_INIT on some Android devices
Jonathan Chambers
2018-02-01
1
-1
/
+5
*
Initial support of Sony PlayStation Portable 2
Jonathan Chambers
2018-02-01
4
-8
/
+36
*
Remove ARM32 macro duplicate definition for Nintendo in gcconfig.h
Ivan Maidanski
2018-02-01
1
-1
/
+0
*
Initial support of Xbox One (DURANGO) target
Jonathan Chambers
2018-01-30
2
-12
/
+39
*
Initial support of Orbis target
Jonathan Chambers
2018-01-29
4
-13
/
+33
*
Remove duplicate definition of ALIGNMENT macro for OpenBSD/arm
Ivan Maidanski
2018-01-27
1
-1
/
+0
*
Initial support of Nintendo platform
Jonathan Chambers
2018-01-27
3
-6
/
+46
*
Define HEURISTIC2 when STACKBOTTOM is not defined for OpenBSD
Peter Wang
2018-01-26
1
-13
/
+31
*
Fix 'undeclared identifier USRSTACK' compiler error on OpenBSD-6.2
Peter Wang
2018-01-24
1
-19
/
+39
*
Initial support of Haiku/amd64
Calvin Buckley
2018-01-24
2
-5
/
+26
*
Use HOST_ANDROID define instead of PLATFORM_ANDROID
Zoltan Varga
2018-01-24
4
-19
/
+19
*
Rename PLATFORM_TIZEN macro to HOST_TIZEN
Ivan Maidanski
2018-01-24
1
-7
/
+7
*
Add note of set_free_space_divisor, set_warn_proc ABI change after gc-7.1
Ivan Maidanski
2018-01-17
1
-1
/
+4
*
Prevent DATASTART redefinition for NaCl
Ivan Maidanski
2018-01-16
1
-18
/
+1
*
Remove Android-specific code in gcconfig.h for M68K
Ivan Maidanski
2018-01-16
1
-3
/
+0
*
Initial support of TIZEN platform
Jonathan Chambers
2018-01-16
1
-7
/
+13
*
Reduce the default MUNMAP_THRESHOLD value to 2 for Sony PS/3
Jonathan Chambers
2018-01-12
1
-0
/
+9
[next]