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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Depend number of fork_a_thread calls on NTHREADS (gctest)
Ivan Maidanski
2021-07-03
1
-1
/
+1
*
Increase NTHREADS value in tests if code coverage analysis
Ivan Maidanski
2021-07-03
2
-9
/
+13
*
Emscripten single-threaded support (detect stack base, push registers)
Nguyen Thai Ngoc Duy
2021-06-20
2
-0
/
+19
*
Eliminate 'tmpl might be accessed at non-zero index' cppcheck error
Ivan Maidanski
2021-06-13
1
-2
/
+3
*
Reformat copyright comment in test_cpp.cc
Ivan Maidanski
2020-09-03
1
-12
/
+13
*
New API (GC_set_markers_count) to control number of parallel markers
Ivan Maidanski
2020-08-13
1
-0
/
+1
*
Do not hard-code finalizable objects limit which triggers GC
Ivan Maidanski
2020-07-31
1
-0
/
+2
*
Remove weakobj_free_list variable in disclaim_weakmap_test
Ivan Maidanski
2020-07-18
1
-5
/
+1
*
Remove redundant UNTESTED(GC_new_free_list/kind) in gctest
Ivan Maidanski
2020-06-21
1
-2
/
+0
*
New API function to clear GC exclusion table
Josh Peterson
2020-05-18
1
-0
/
+1
*
Move C++ GC_ATTR_EXPLICIT and GC_NOEXCEPT definition to gc_config_macros.h
Ivan Maidanski
2020-04-16
1
-9
/
+0
*
Check _MSVC_LANG macro in addition to __cplusplus (MS VC)
Ivan Maidanski
2020-04-15
1
-1
/
+2
*
Check leak of objects allocated by CRT malloc in gctest (MS VC)
ssrlive
2020-01-30
1
-0
/
+23
*
Define GC_win32_free_heap API function for all Windows targets
Ivan Maidanski
2020-01-24
1
-1
/
+1
*
Move GC_throw_bad_alloc definition to new C++ file
Ivan Maidanski
2019-11-04
1
-1
/
+1
*
Fix gc_cpp.h file name in comments after renaming
Ivan Maidanski
2019-10-11
1
-1
/
+1
*
Use CreateThread without GC_ prefix in gctest
Ivan Maidanski
2019-10-03
1
-5
/
+7
*
Collapse multiple includes of windows.h
Ivan Maidanski
2019-09-14
1
-8
/
+0
*
Fix subexpression widening in memhash() of disclaim_weakmap_test
Ivan Maidanski
2019-08-21
1
-1
/
+1
*
Eliminate 'conversion from size_t to int' MSVC warning in subthread_create
Ivan Maidanski
2019-08-21
1
-1
/
+1
*
Fix gc_allocator.h compilation by Clang
Ivan Maidanski
2019-08-13
1
-1
/
+1
*
Replace _M_AMD64 macro with _M_X64
Ivan Maidanski
2019-07-22
1
-1
/
+1
*
Eliminate 'possible loss of data' compiler warning in disclaim_test (MS VC)
Ivan Maidanski
2019-07-07
1
-1
/
+1
*
Fix 'GC_debug_header_size is deprecated' GCC warning
Ivan Maidanski
2019-06-25
2
-2
/
+2
*
Move test executable files produced by CMake to the base folder
Ivan Maidanski
2019-06-15
1
-73
/
+0
*
Rename libgc-lib.a to libgc.a in CMake script
Victor Romero
2019-06-15
1
-11
/
+11
*
Add tracetest and disclaim tests to CMake script
Ivan Maidanski
2019-06-05
1
-0
/
+20
*
Turn off C++ API in CMake script by default
Ivan Maidanski
2019-06-05
1
-4
/
+10
*
New API standalone functions to acquire and release the allocator lock
Ivan Maidanski
2019-05-30
1
-8
/
+3
*
Use lowercase naming of commands in CMake scripts
Ivan Maidanski
2019-05-27
1
-20
/
+20
*
Add API functions to get and set the stack bottom of each thread
Brian J. Cardiff
2019-05-06
1
-0
/
+16
*
Allow memory unmapping in case of MPROTECT_VDB
Ivan Maidanski
2019-04-03
1
-4
/
+2
*
Avoid rare 'Unexpected heap growth' in multi-threaded gctest on Cygwin/x64
Ivan Maidanski
2019-04-02
1
-1
/
+1
*
Add testing of GC_CALLOC/MALLOC_EXPLICITLY_TYPED (gctest)
Ivan Maidanski
2019-04-01
1
-7
/
+7
*
Use KB/MB/GB abbreviations uniformly across entire documentation
Ivan Maidanski
2019-03-25
1
-3
/
+3
*
Remove dash characters comprising prefix of some verbose logs (gctest)
Ivan Maidanski
2019-02-28
1
-6
/
+5
*
New macro (GCTEST_PRINT_VERBOSE) to enable verbose logging in test.c only
Ivan Maidanski
2019-02-28
1
-1
/
+1
*
Print pid of child processes if verbose logging (gctest)
Ivan Maidanski
2019-02-28
1
-4
/
+12
*
Fix 'duplicate symbol' error for tests using multiple static libs (OS X)
Ivan Maidanski
2019-02-27
1
-3
/
+12
*
Fix assertion violation about the number of freed objects in test_cpp
Ivan Maidanski
2019-02-26
1
-0
/
+5
*
Avoid unexpected heap growth in gctest caused by GC_disable
Ivan Maidanski
2019-02-15
1
-2
/
+11
*
Adjust printf calls in gctest check_heap_stats so that each has new-line
Ivan Maidanski
2019-02-13
1
-15
/
+24
*
Replace "msecs" with "ms" in all comments and messages
Ivan Maidanski
2019-01-06
1
-1
/
+1
*
Add API for accessing incremental GC time limit with nanosecond precision
Ivan Maidanski
2019-01-05
1
-0
/
+4
*
Allow to force executable pages allocation in gctest
Ivan Maidanski
2018-12-20
1
-2
/
+7
*
Eliminate 'assigned value never used' compiler warning in test_cpp WinMain
Ivan Maidanski
2018-12-06
1
-1
/
+0
*
Do not use 'ifndef AO_CLEAR' in mark, pthread_support and gctest
Ivan Maidanski
2018-12-06
1
-1
/
+1
*
Do not use 'ifndef AO_CLEAR' in disclaim_weakmap_test
Ivan Maidanski
2018-12-06
1
-5
/
+1
*
Fix disclaim_weakmap_test failures in leak-finding mode
Ivan Maidanski
2018-11-29
1
-3
/
+6
*
Workaround 'GC_get_thr_restart_signal is never used' cppcheck warning
Ivan Maidanski
2018-11-28
1
-0
/
+3
[next]