platform/upstream/libgc.git
2018-11-09 Ivan MaidanskiWorkaround '#error' cppcheck messages in backgraph...
2018-11-09 Ivan MaidanskiEliminate 'uninitialized var' cppcheck false positive...
2018-11-09 Ivan MaidanskiWorkaround 'AST broken' syntax error reported by cppche...
2018-11-09 Ivan MaidanskiWorkaround 'local variable obj_displ shadows outer...
2018-11-09 Ivan MaidanskiWorkaround 'local variable end shadows outer symbol...
2018-11-09 Ivan MaidanskiFix 'set_pht_entry_from_index_concurrent value is unkno...
2018-11-08 Ivan MaidanskiEliminate redundant check in backwards_height
2018-11-08 Ivan MaidanskiReduce scope of local variables in GC_remove_all_thread...
2018-11-08 Ivan MaidanskiPrevent double inclusion of javaxfc.h and private/speci...
2018-11-08 Ivan MaidanskiTravis CI: Execute cppcheck without sudo and -U long
2018-11-07 Ivan MaidanskiUse GC_WORD_MAX macro across all C source files
2018-11-07 Ivan MaidanskiAdd comment about hbp overflow in GC_install_counts
2018-11-07 Ivan MaidanskiEliminate 'unreferenced formal parameter' compiler...
2018-11-07 Ivan MaidanskiWorkaround 'pointer addition with NULL pointer' cppchec...
2018-11-07 Ivan MaidanskiRemove strlen calls with a constant string argument...
2018-11-06 Ivan MaidanskiUse macro to operate on a flag residing in GC_stop_count
2018-11-06 Ivan MaidanskiDocument assertion in the setters that used to return...
2018-11-06 Ivan MaidanskiRemove redundant type casts in backgraph HEIGHT_UNKNOWN...
2018-11-04 Ivan MaidanskiAppveyor CI: Test with cygwin (32-bit) configuration
2018-11-04 Ivan MaidanskiFix hbp overflow in GC_install_counts
2018-11-04 Ivan MaidanskiAppveyor CI: Remove echo of environment variables
2018-11-02 Petter A. UrkedalFix marks and hb_n_marks consistency when disclaim...
2018-10-30 Ivan MaidanskiFix data race in disclaim_weakmap_test statistic counte...
2018-10-29 Michael DeRoyEnable compilation without C runtime (Win32)
2018-10-26 Tautvydas ZilysSupport UWP/arm64 target
2018-10-23 Ivan MaidanskiAppveyor CI: Test with cygwin64 configuration
2018-10-23 Ivan MaidanskiFix lock assertion violation in get_index if GC_ALWAYS_...
2018-10-23 Ivan MaidanskiAdd I_HOLD_LOCK assertion to expand_hp_inner and relate...
2018-10-23 Ivan MaidanskiAppveyor CI: Test with MinGW and mingw-w64 configurations
2018-10-23 Ivan MaidanskiAppveyor CI: Refactoring of script to use environment...
2018-10-22 Ivan MaidanskiEnable disclaim_weakmap_test for the single-threaded...
2018-10-22 Ivan MaidanskiUpdate AUTHORS file
2018-10-22 WookeyUpdate documentation about arm64 ABI in gcconfig.h
2018-10-19 Ivan MaidanskiWorkaround 'identical inner return condition always...
2018-10-19 Ivan MaidanskiAdd copyright information about disclaim_weakmap_test...
2018-10-19 Ivan MaidanskiAdd paths to filenames mentioned in the copyright secti...
2018-10-19 Petter UrkedalTravis CI: Output content of disclaim_weak_test.log
2018-10-19 Ivan Maidanski.gitignore: Ignore disclaim_weakmap_test executable...
2018-10-19 Petter UrkedalAdd test using disclaim notifiers to implement a weak map
2018-10-17 Ivan MaidanskiCheck result of pthread_mutex_unlock in specific.c
2018-10-15 Ivan MaidanskiNew API function to get size of object debug header
2018-10-11 Ivan MaidanskiPass -Wall -Wextra -Wpedantic to g++ if supported ...
2018-10-09 Ivan MaidanskiEliminate 'pointer targets differ in signedness' compil...
2018-10-04 Ivan MaidanskiUpdate ChangeLog file (v8.0 changes)
2018-10-04 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes)
2018-10-04 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-10-03 Ivan MaidanskiFix memory allocation on GCF (Linux/x64)
2018-10-03 Ivan MaidanskiFix 'USE_MUNMAP macro redefinition' error for NaCl
2018-10-03 Ivan MaidanskiRemove extra USE_MMAP definition for Interix
2018-09-28 Ivan MaidanskiCall real pthread_sigmask instead of its wrapper in...
2018-09-26 Ivan MaidanskiPrevent a deadlock in suspend_thread and after process...
2018-09-26 Ivan MaidanskiUse AO_or in async_set_pht_entry_from_index if available
2018-09-25 Ivan MaidanskiFix concurrent bitmap update in GC_dirty
2018-09-22 Ivan MaidanskiRemove unused clear_pht_entry_from_index macro
2018-09-22 Ivan MaidanskiRefine documentation in gc_disclaim.h about closure...
2018-09-21 Ivan MaidanskiFix disclaim_test failure in case of GC_DEBUG
2018-09-19 Ivan MaidanskiDefault to a single-threaded build for Nintendo, Orbis...
2018-09-19 Ivan MaidanskiTest marking of finalizer closure object in disclaim_test
2018-09-19 Petter UrkedalFix marking of finalizer closure object
2018-09-19 Ivan MaidanskiFix unneeded end_stubborn_change/ptr_store_and_dirty...
2018-09-19 Ivan MaidanskiRefine documentation in gc_disclaim.h
2018-09-18 Ivan MaidanskiFix comment typo in CMakeLists.txt
2018-09-18 Ivan MaidanskiSpecify register_disclaim_proc and finalized_malloc...
2018-09-07 Ivan MaidanskiFix GC_VSNPRINTF in cordprnt for DJGPP and MS VC for...
2018-09-07 Ivan MaidanskiFix missing curses.h in cord/de when compiling manually...
2018-09-06 Ivan MaidanskiEliminate 'different const qualifiers' MS VC warnings...
2018-09-06 Ivan MaidanskiTravis CI: Output content of disclaim_test.log
2018-09-06 Ivan MaidanskiBump libgc version (for development of 8.2 release)
2018-09-04 Ivan Maidanski[8.0.0] v8.0.0
2018-09-04 Ivan MaidanskiUpdate ChangeLog file
2018-09-04 Ivan MaidanskiReally fix 'potential unsafe sign check of a bitwise...
2018-09-04 Ivan MaidanskiAdd Codecov.io badge to README
2018-09-04 Ivan MaidanskiTravis CI: Send code coverage reports to Codecov as...
2018-09-04 Max MouratovFix comment typos in backgraph.c, de.c, gcconfig.h
2018-08-31 Ivan MaidanskiReplace some FIXME items with TODO ones
2018-08-31 Ivan MaidanskiEliminate 'unused variable old_maps_size' compiler...
2018-08-31 Ivan MaidanskiRemove MIN_WORDS macro from gc_priv.h
2018-08-31 Ivan MaidanskiWorkaround 'bad pointer arithmetic' false waring in...
2018-08-31 Ivan MaidanskiEliminate 'potential unsafe sign check of a bitwise...
2018-08-31 Ivan MaidanskiEliminate 'comparison is always false' code defect...
2018-08-30 Ivan MaidanskiEliminate 'poor global variable name' code defect in...
2018-08-30 Ivan MaidanskiAdd LGTM.com code quality badges to README.md
2018-08-30 Ivan MaidanskiUpdate AUTHORS file (add Demyan Kimitsa)
2018-08-30 Demyan KimitsaFix start_world not resuming all threads on Darwin
2018-08-17 Ivan MaidanskiFix indentation of 'define GC_DATAEND' in gc.h
2018-08-15 Ivan MaidanskiTravis CI: Fix missing semicolon at the end of GNU_DOWN...
2018-08-15 Ivan MaidanskiUpdate ChangeLog file (add v7.6.8 release date)
2018-08-15 Ivan MaidanskiTravis CI: Put GNU S/W download base URL in a dedicated...
2018-08-15 Ivan MaidanskiUpdate ChangeLog file
2018-08-15 Ivan MaidanskiRemove redundant checking of CPPCHECK macro in gc_cpp.h
2018-08-15 Ivan MaidanskiFix delete operator redirection if gc_cpp is built...
2018-08-15 Ivan MaidanskiFix 'undefined reference to GC_incremental' linker...
2018-08-15 Ivan MaidanskiUse include gc.h with the angle brackets in the man...
2018-08-14 Ivan MaidanskiTravis CI: Use TEST_MANUAL_VDB instead of MANUAL_VDB
2018-08-14 Ivan MaidanskiNew API to turn on manual VDB at runtime
2018-08-13 Ivan MaidanskiUpdate ChangeLog file (add v7.4.14 release date)
2018-08-13 Ivan MaidanskiUpdate ChangeLog file (add v7.2l release date)
2018-08-07 Ivan MaidanskiUpdate AUTHORS file
2018-08-07 Martin KoeppeInitial single-threaded support of Interix subsystem
2018-08-06 Ivan MaidanskiUpdate ChangeLog file
next