platform/upstream/libgc.git
2018-12-19 Ivan MaidanskiEliminate 'hash_val value is never used' cppcheck false...
2018-12-18 Ivan MaidanskiUpdate NO_EXECUTE_PERMISSION documentation
2018-12-18 Ivan MaidanskiDefine GC_ATOMIC_UNCOLLECTABLE and JAVA_FINALIZATION...
2018-12-18 Ivan MaidanskiRemove redundant options for building 'cord' in gc.mak
2018-12-18 Ivan MaidanskiDefault to non-executable memory allocation across...
2018-12-13 Ivan MaidanskiUpdate ChangeLog file (set v7.6.10 release date)
2018-12-13 Ivan MaidanskiUpdate ChangeLog file (set v7.4.16 release date)
2018-12-13 Ivan MaidanskiUpdate ChangeLog file (set v7.2m release date)
2018-12-06 Ivan MaidanskiRemove goto statement in print_callers
2018-12-06 Ivan MaidanskiEliminate 'assigned value never used' compiler warning...
2018-12-06 Ivan MaidanskiWorkaround 'name var reassign before old value use...
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-12-04 Ivan MaidanskiUpdate ChangeLog file
2018-12-04 Ivan MaidanskiUpdate ChangeLog file (v8.0 changes)
2018-12-04 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes)
2018-12-04 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-11-29 Ivan MaidanskiRefine HIDE_POINTER documentation for the case of the...
2018-11-29 Ivan MaidanskiFix disclaim_weakmap_test failures in leak-finding...
2018-11-29 Ivan MaidanskiFix GC_register_disclaim_proc for leak-finding mode
2018-11-28 Ivan MaidanskiWorkaround 'var reassigned before old value use' cppche...
2018-11-28 Ivan MaidanskiTravis CI: Pass extra/gc.c to cppcheck --enable=unusedF...
2018-11-28 Ivan MaidanskiPrefix internal durango_get_mem symbol with 'GC_'
2018-11-28 Ivan MaidanskiWorkaround 'GC_get_thr_restart_signal is never used...
2018-11-23 Ivan MaidanskiTravis CI: Test with -D TEST_WITH_SYSTEM_MALLOC passed...
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 MaidanskiFix 'collecting from unknown thread' abort in leak...
2018-11-22 Ivan MaidanskiTurn off leak detection mode explicitly in cord/de
2018-11-22 Ivan MaidanskiPrint relevant message in tests not appropriate for...
2018-11-22 Ivan MaidanskiTravis CI: Pass -U GC_PRIVATE_H to cppcheck
2018-11-22 Ivan MaidanskiWorkaround 'nonlocal var will use ptr to local var...
2018-11-22 Ivan MaidanskiEliminate 'struct member is never used' cppcheck warnin...
2018-11-22 Ivan MaidanskiWorkaround 'value of _MAX_PATH is unknown' cppcheck...
2018-11-21 Ivan MaidanskiTravis CI: Test with FIND_LEAK
2018-11-21 Ivan MaidanskiFix test_cpp assertion violation in find-leak mode
2018-11-21 Ivan MaidanskiNew macro to suppress printing of leaked objects
2018-11-21 Ivan MaidanskiTravis CI: Test with AO_USE_PTHREAD_DEFS passed in...
2018-11-21 Ivan MaidanskiTurn off parallel marker, thread-local allocation if...
2018-11-20 Ivan MaidanskiFix a deadlock in write_fault_handler if AO_or is emulated
2018-11-20 Ivan MaidanskiDo not use spin locks if AO test-and-set is emulated...
2018-11-20 Ivan MaidanskiFix deadlocks in write and suspend handlers if AO test...
2018-11-16 Ivan MaidanskiPrevent config macros redefinition undefined in gcconfig.h
2018-11-16 Ivan MaidanskiAvoid potential 'macro redefinition' errors for config...
2018-11-15 Ivan MaidanskiAppveyor CI: Use 'make check-without-test-driver' for...
2018-11-15 Ivan MaidanskiFix tests linkage with internal atomic_ops.o
2018-11-15 Ivan MaidanskiUpdate AUTHORS file (add Fabrice Fontaine)
2018-11-15 Fabrice FontaineFix linkage with a system libatomic_ops shared library
2018-11-14 Ivan MaidanskiFix typo in '#endif' in gcconfig.h
2018-11-14 Ivan MaidanskiWorkaround cppcheck warnings regarding CLOCKS_PER_SEC...
2018-11-14 Ivan MaidanskiUse standalone private macro to guard against ptr_t...
2018-11-13 Ivan MaidanskiRemove redundant header double-inclusion checks in...
2018-11-13 Ivan MaidanskiWorkaround 'local address assignment to a global variab...
2018-11-12 Ivan MaidanskiEliminate 'non-virtual destructor for class with inheri...
2018-11-12 Ivan MaidanskiGuard against potential buffer overflow in CORD_next...
2018-11-12 Ivan MaidanskiWorkaround 'potential non-terminated string' false...
2018-11-12 Ivan MaidanskiFix 'too wide non-owner permissions are set for resourc...
2018-11-12 Ivan MaidanskiEliminate 'casting signed to bigger unsigned int' CSA...
2018-11-09 Ivan MaidanskiAdjust #error messages format
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...
next