]> granicus.if.org Git - gc/history - tests
Do not hold GC_fault_handler_lock when in Sleep (Win32)
[gc] / tests /
2019-10-02 Ivan MaidanskiUse CreateThread without GC_ prefix in gctest
2019-09-14 Ivan MaidanskiCollapse multiple includes of windows.h
2019-08-21 Ivan MaidanskiFix subexpression widening in memhash() of disclaim_wea...
2019-08-21 Ivan MaidanskiEliminate 'conversion from size_t to int' MSVC warning...
2019-08-13 Ivan MaidanskiFix gc_allocator.h compilation by Clang
2019-07-22 Ivan MaidanskiReplace _M_AMD64 macro with _M_X64
2019-07-07 Ivan MaidanskiEliminate 'possible loss of data' compiler warning...
2019-06-25 Ivan MaidanskiFix 'GC_debug_header_size is deprecated' GCC warning
2019-06-15 Ivan MaidanskiMove test executable files produced by CMake to the...
2019-06-15 Victor RomeroRename libgc-lib.a to libgc.a in CMake script
2019-06-05 Ivan MaidanskiAdd tracetest and disclaim tests to CMake script
2019-06-05 Ivan MaidanskiTurn off C++ API in CMake script by default
2019-05-30 Ivan MaidanskiNew API standalone functions to acquire and release...
2019-05-27 Ivan MaidanskiUse lowercase naming of commands in CMake scripts
2019-05-06 Brian J. CardiffAdd API functions to get and set the stack bottom of...
2019-04-03 Ivan MaidanskiAllow memory unmapping in case of MPROTECT_VDB
2019-04-02 Ivan MaidanskiAvoid rare 'Unexpected heap growth' in multi-threaded...
2019-04-01 Ivan MaidanskiAdd testing of GC_CALLOC/MALLOC_EXPLICITLY_TYPED (gctest)
2019-03-25 Ivan MaidanskiUse KB/MB/GB abbreviations uniformly across entire...
2019-02-28 Ivan MaidanskiRemove dash characters comprising prefix of some verbos...
2019-02-28 Ivan MaidanskiNew macro (GCTEST_PRINT_VERBOSE) to enable verbose...
2019-02-28 Ivan MaidanskiPrint pid of child processes if verbose logging (gctest)
2019-02-26 Ivan MaidanskiFix 'duplicate symbol' error for tests using multiple...
2019-02-25 Ivan MaidanskiFix assertion violation about the number of freed objec...
2019-02-15 Ivan MaidanskiAvoid unexpected heap growth in gctest caused by GC_disable
2019-02-13 Ivan MaidanskiAdjust printf calls in gctest check_heap_stats so that...
2019-01-06 Ivan MaidanskiReplace "msecs" with "ms" in all comments and messages
2019-01-05 Ivan MaidanskiAdd API for accessing incremental GC time limit with...
2018-12-20 Ivan MaidanskiAllow to force executable pages allocation in gctest
2018-12-06 Ivan MaidanskiEliminate 'assigned value never used' compiler warning...
2018-12-05 Ivan MaidanskiDo not use 'ifndef AO_CLEAR' in mark, pthread_support...
2018-12-05 Ivan MaidanskiDo not use 'ifndef AO_CLEAR' in disclaim_weakmap_test
2018-11-29 Ivan MaidanskiFix disclaim_weakmap_test failures in leak-finding...
2018-11-28 Ivan MaidanskiWorkaround 'GC_get_thr_restart_signal is never used...
2018-11-23 Ivan MaidanskiEliminate 'function is never used' cppcheck warning...
2018-11-23 Ivan MaidanskiAdd initial testing of GC_enable/disable, MALLOC[_ATOMI...
2018-11-23 Ivan MaidanskiWorkaround 'GC_dump function is never used' cppcheck...
2018-11-23 Ivan MaidanskiWorkaround '*_stubborn function is never used' cppcheck...
2018-11-23 Ivan MaidanskiFix mutex_trylock failure in disclaim_weakmap_test...
2018-11-22 Ivan MaidanskiPrint relevant message in tests not appropriate for...
2018-11-21 Ivan MaidanskiFix test_cpp assertion violation in find-leak mode
2018-11-15 Ivan MaidanskiFix tests linkage with internal atomic_ops.o
2018-11-12 Ivan MaidanskiEliminate 'non-virtual destructor for class with inheri...
2018-10-30 Ivan MaidanskiFix data race in disclaim_weakmap_test statistic counte...
2018-10-22 Ivan MaidanskiEnable disclaim_weakmap_test for the single-threaded...
2018-10-19 Petter UrkedalAdd test using disclaim notifiers to implement a weak map
2018-09-19 Ivan MaidanskiTest marking of finalizer closure object in disclaim_test
2018-09-19 Ivan MaidanskiFix unneeded end_stubborn_change/ptr_store_and_dirty...
2018-08-31 Ivan MaidanskiRemove MIN_WORDS macro from gc_priv.h
2018-08-14 Ivan MaidanskiNew API to turn on manual VDB at runtime
2018-07-27 Ivan MaidanskiExport stop/start_world_external only for multi-threade...
2018-07-27 Ivan MaidanskiFix UNTESTED for multi-threaded API functions in gctest
2018-07-10 Ivan MaidanskiFix missing dirty and reachable_here calls in typed_test
2018-07-01 Ivan MaidanskiNew public API (PTR_STORE_AND_DIRTY) to simplify store...
2018-06-30 Ivan MaidanskiEliminate 'GC_DEBUG redefined' compiler warning in...
2018-06-25 Ivan MaidanskiWorkaround 'condition is always false' VC++ warning...
2018-06-21 Ivan MaidanskiAdd GC_reachable_here after GC_END_STUBBORN_CHANGE...
2018-06-20 Ivan MaidanskiDo not include windows.h when compiling gc_cpp.cc
2018-06-20 Ivan MaidanskiConsistently define WIN32_LEAN_AND_MEAN/NOSERVICE befor...
2018-06-14 Ivan MaidanskiUse atomic allocation for leafs in reverse_test (gctest)
2018-06-13 Ivan MaidanskiFix multi-threaded gctest for the case of NTHREADS...
2018-06-13 Ivan MaidanskiSkip typed_test in gctest if NO_TYPED_TEST macro is...
2018-06-08 Ivan MaidanskiFix 'scope of var can be reduced' cppcheck warnings...
2018-06-07 Ivan MaidanskiFix gctest in leak-finding mode
2018-06-01 Ivan MaidanskiNever return null pointer by C++ operator new (gc_cpp)
2018-05-29 Ivan MaidanskiMake subthreadcreate test compilable even without libat...
2018-05-24 Ivan MaidanskiFix test_cpp for MANUAL_VDB
2018-05-24 Ivan MaidanskiTurn on incremental mode in test_cpp
2018-05-23 Ivan MaidanskiFix staticroots and trace tests for MANUAL_VDB
2018-05-23 Ivan MaidanskiTurn on incremental mode in cordtest cord/de and static...
2018-05-15 Ivan MaidanskiRemove stubborn objects allocation code completely
2018-05-08 Ivan MaidanskiFix tests for GC compiled with MANUAL_VDB
2018-05-07 Ivan MaidanskiTurn on incremental collection in gctest also if DEFAUL...
2018-05-03 Ivan MaidanskiWorkaround 'class C does not have a copy constructor...
2018-04-24 Jonathan ChambersExpose API to control rate and max prior attempts of...
2018-04-23 Jonathan ChambersExpose API to control the minimum bytes allocated befor...
2018-04-11 Ivan MaidanskiAvoid 'Unexpected heap growth' in 64-bit multi-threaded...
2018-04-10 Ivan MaidanskiAllow subthreadcreate_test to be compiled with zero...
2018-03-09 Ivan MaidanskiAvoid potential race in SET_MARK_BIT_EXIT_IF_SET if...
2018-03-06 Ivan MaidanskiWorkaround Haiku pthread_join failure in subthreadcreat...
2018-02-28 Ivan MaidanskiMove include gcconfig.h ouf of extern 'C' block
2018-02-28 Ivan MaidanskiReplace conditional extern 'C' blocks begin/end with...
2018-02-26 Ivan MaidanskiAlways include gc_atomic_ops.h unless threads are disabled
2018-02-14 Ivan MaidanskiFix 'implicit conversion from size_t to int changes...
2018-02-14 Ivan MaidanskiNew API function (get_size_map_at) to get content of...
2018-02-09 Ivan MaidanskiFix 'anonymous type with no linkage used to declare...
2018-02-09 Ivan MaidanskiReplace GC_MALLOC(sizeof T) with GC_NEW(T) in tests
2018-02-08 Ivan MaidanskiConvert remaining GC tests to valid C++ code
2018-02-08 Jay KrellCompile some GC tests as C++ to test extern 'C' in...
2018-02-08 Ivan MaidanskiPut GC internal function prototypes in tests into exter...
2018-02-05 Jay KrellConvert tests to valid C++ code
2018-01-24 Zoltan VargaUse HOST_ANDROID define instead of PLATFORM_ANDROID
2018-01-11 Ivan MaidanskiAdd check that gc_cpp operator delete is called (test_cpp)
2017-12-17 Ivan MaidanskiRemove duplicate check whether MPROTECT_VDB is defined
2017-12-14 Ivan MaidanskiDo not call set_handle_fork(1) in gctest if pthread_atf...
2017-12-12 Ivan MaidanskiUse same macro (NTHREADS) across all tests to specify...
2017-12-04 Ivan MaidanskiTurn on incremental mode (if available) in disclaim_test
2017-11-29 Ivan MaidanskiDo not enable mprotect-based incremental mode if unmapp...
2017-11-29 Ivan MaidanskiEliminate 'value exceeds maximum object size' GCC warni...
2017-11-29 Ivan MaidanskiRemove some redundant macro definitions from gc_atomic_...
next