]> granicus.if.org Git - gc/shortlog
gc
2018-11-26 Ivan MaidanskiUse standalone private macro to guard against ptr_t...
2018-11-26 Ivan MaidanskiRemove redundant header double-inclusion checks in...
2018-11-26 Ivan MaidanskiAvoid potential 'macro redefinition' errors for config...
2018-11-26 Ivan MaidanskiEliminate 'casting signed to bigger unsigned int' CSA...
2018-11-26 Ivan MaidanskiAdjust #error messages format
2018-11-26 Ivan MaidanskiWorkaround '#error' cppcheck messages in backgraph...
2018-11-26 Ivan MaidanskiUse GC_WORD_MAX macro across all C source files
2018-11-26 Ivan MaidanskiEliminate 'struct member is never used' cppcheck warnin...
2018-11-26 Ivan MaidanskiNew macro to suppress printing of leaked objects
2018-11-26 Ivan MaidanskiPrint relevant message in tests not appropriate for...
2018-11-26 Ivan MaidanskiTurn off leak detection mode explicitly in cord/de
2018-11-26 Ivan MaidanskiWorkaround 'potential non-terminated string' false...
2018-11-26 Ivan MaidanskiPrevent double inclusion of javaxfc.h and private/speci...
2018-11-26 Ivan MaidanskiEliminate 'unreferenced formal parameter' compiler...
2018-11-26 Ivan MaidanskiWorkaround 'pointer addition with NULL pointer' cppchec...
2018-11-26 Ivan MaidanskiCheck result of pthread_mutex_unlock in specific.c
2018-11-26 Ivan MaidanskiPass -Wall -Wextra -Wpedantic to g++ if supported ...
2018-11-26 Tautvydas ZilysSupport UWP/arm64 target
2018-11-26 Ivan MaidanskiEliminate redundant check in backwards_height
2018-11-26 Ivan MaidanskiReduce scope of local variables in GC_remove_all_thread...
2018-11-26 Ivan MaidanskiEliminate 'pointer targets differ in signedness' compil...
2018-11-26 Ivan MaidanskiDocument assertion in the setters that used to return...
2018-11-26 Ivan MaidanskiTurn off parallel marker, thread-local allocation if...
2018-11-26 Ivan MaidanskiFix a deadlock in write_fault_handler if AO_or is emulated
2018-11-26 Ivan MaidanskiDo not use spin locks if AO test-and-set is emulated...
2018-11-26 Ivan MaidanskiFix deadlocks in write and suspend handlers if AO test...
2018-11-26 Ivan MaidanskiUse macro to operate on a flag residing in GC_stop_count
2018-11-23 Ivan MaidanskiFix tests linkage with internal atomic_ops.o
2018-11-23 Ivan MaidanskiUpdate AUTHORS file (add Fabrice Fontaine)
2018-11-23 Fabrice FontaineFix linkage with a system libatomic_ops shared library
2018-11-23 Ivan MaidanskiFix test_cpp assertion violation in find-leak mode
2018-11-23 Ivan MaidanskiGuard against potential buffer overflow in CORD_next...
2018-11-23 Ivan MaidanskiFix 'collecting from unknown thread' abort in leak...
2018-11-23 Ivan MaidanskiFix 'too wide non-owner permissions are set for resourc...
2018-11-23 Ivan MaidanskiFix hbp overflow in GC_install_counts
2018-11-23 Petter A. UrkedalFix marks and hb_n_marks consistency when disclaim...
2018-11-23 Ivan MaidanskiFix lock assertion violation in get_index if GC_ALWAYS_...
2018-11-23 Ivan MaidanskiFix 'set_pht_entry_from_index_concurrent value is unkno...
2018-11-23 Ivan MaidanskiUpdate AUTHORS file
2018-11-23 WookeyUpdate documentation about arm64 ABI in gcconfig.h
2018-11-23 Ivan MaidanskiAdd paths to filenames mentioned in the copyright secti...
2018-11-23 Ivan Maidanski.gitignore: Ignore disclaim_weakmap_test executable...
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-10-03 Ivan MaidanskiCall real pthread_sigmask instead of its wrapper in...
2018-09-28 Ivan MaidanskiUse AO_or in async_set_pht_entry_from_index if available
2018-09-28 Ivan MaidanskiFix concurrent bitmap update in GC_dirty
2018-09-28 Ivan MaidanskiDefault to a single-threaded build for Nintendo, Orbis...
2018-09-28 Ivan MaidanskiTest marking of finalizer closure object in disclaim_test
2018-09-28 Ivan MaidanskiFix unneeded end_stubborn_change/ptr_store_and_dirty...
2018-09-28 Petter UrkedalFix marking of finalizer closure object
2018-09-28 Ivan MaidanskiRefine documentation in gc_disclaim.h
2018-09-28 Ivan MaidanskiSpecify register_disclaim_proc and finalized_malloc...
2018-09-28 Ivan MaidanskiFix comment typo in CMakeLists.txt
2018-09-11 Ivan MaidanskiFix GC_VSNPRINTF in cordprnt for DJGPP and MS VC for...
2018-09-11 Ivan MaidanskiFix missing curses.h in cord/de when compiling manually...
2018-09-11 Ivan MaidanskiEliminate 'different const qualifiers' MS VC warnings...
2018-09-05 Ivan MaidanskiAppVeyor CI: Tailor config for release-8_0
2018-09-05 Ivan MaidanskiTravis CI: Tailor config for release-8_0
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
2018-08-06 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes)
2018-08-06 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-08-03 Ivan MaidanskiConsistently use AS_HELP_STRING for configure new options
2018-08-03 Ivan MaidanskiFix incorrect roots order after root removal in remove_...
2018-08-01 Josh PetersonFix the build for Emscripten
next