master
Remove fflush() call from TEST_ASSERT (fix of commits b25a22a, af374f9)
Eliminate MSVC code defect of missing annotations for WinMain arguments
Add test (dbgfunctest) to cover more 'GC_debug_' functions
Provide API to disable only mprotect-based incremental collection
Workaround MSVC type_str array overrun FP in disclaim_bench
Move total-bytes magic number in check_heap_stats of gctest to macro (refactoring)
Define and use TEST_ASSERT in remaining tests (refactoring)
Export aligned_alloc, free_aligned_sized, free_sized if redirect malloc
New macro TEST_NO_THREADS to force tests build as single-threaded
Replace GC_MALLOC_ATOMIC to GC_NEW_ATOMIC in sample code and tests (refactoring)
Reformat C-style block comments to have no trailing star at EOLn
Workaround 'parameter can be declared as const ptr' cppcheck FPs
Workaround 'no copy constructor and assign operator' cppcheck FP (treetest)
Remove redundant CPPCHECK-specific checks and code