]> granicus.if.org Git - gc/shortlog
gc
2019-01-28 Ivan MaidanskiFix invalid initializer of CLOCK_TYPE variables if...
2019-01-28 Ivan MaidanskiSupport de_win.c compilation by Makefile.direct (cord/de)
2019-01-28 Ivan MaidanskiAvoid test.o rebuild on tests folder timestamp change...
2018-12-23 Ivan Maidanski[8.0.2] v8.0.2
2018-12-23 Ivan MaidanskiUpdate ChangeLog file (v8.0 changes)
2018-12-23 Ivan MaidanskiTurn on memory unmapping in BCC/DMC/NT/WCC makefiles...
2018-12-23 Ivan MaidanskiDocument HANDLE_FORK macro optional usage in Makefile...
2018-12-23 Ivan MaidanskiDo not prevent GC from looking at environment variables...
2018-12-23 Ivan MaidanskiTurn on gcj functionality in BCC, DMC, NT, OS/2, WCC...
2018-12-21 Ivan MaidanskiAbort with appropriate message if executable pages...
2018-12-21 Ivan MaidanskiAllow to force executable pages allocation in gctest
2018-12-21 Ivan MaidanskiDefine GC_ATOMIC_UNCOLLECTABLE and JAVA_FINALIZATION...
2018-12-21 Ivan MaidanskiDo not use 'ifndef AO_CLEAR' in mark, pthread_support...
2018-12-21 Ivan MaidanskiDo not use 'ifndef AO_CLEAR' in disclaim_weakmap_test
2018-12-21 Ivan MaidanskiEliminate 'assigned value never used' compiler warning...
2018-12-21 Ivan MaidanskiUpdate NO_EXECUTE_PERMISSION documentation
2018-12-21 Ivan MaidanskiDefault to non-executable memory allocation across...
2018-12-21 Ivan MaidanskiFix executable memory allocation in GC_unix_get_mem
2018-12-21 Ivan MaidanskiFix 'mprotect remapping failed' abort on NetBSD with...
2018-12-14 Ivan MaidanskiTravis CI: Remove testing with TSan in release-8_0...
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-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 MaidanskiTravis CI: Pass extra/gc.c to cppcheck --enable=unusedF...
2018-11-29 Ivan MaidanskiPrefix internal durango_get_mem symbol with 'GC_'
2018-11-29 Petter UrkedalAdd test using disclaim notifiers to implement a weak map
2018-11-29 Ivan MaidanskiFix GC_register_disclaim_proc for leak-finding mode
2018-11-27 Ivan MaidanskiTravis CI: Test with -D TEST_WITH_SYSTEM_MALLOC passed...
2018-11-27 Ivan MaidanskiTravis CI: Use latest (1.85) release version of cppcheck
2018-11-27 Ivan MaidanskiTravis CI: Pass -D GC_BUILTIN_ATOMIC to cppcheck, remov...
2018-11-26 Ivan MaidanskiTravis CI: Execute cppcheck without sudo and -U long
2018-11-26 Ivan MaidanskiWorkaround 'value of _MAX_PATH is unknown' cppcheck...
2018-11-26 Ivan MaidanskiWorkaround cppcheck warnings regarding CLOCKS_PER_SEC...
2018-11-26 Ivan MaidanskiWorkaround 'AST broken' syntax error reported by cppche...
2018-11-26 Ivan MaidanskiWorkaround 'GC_dump function is never used' cppcheck...
2018-11-26 Ivan MaidanskiEliminate 'function is never used' cppcheck warning...
2018-11-26 Ivan MaidanskiAdd initial testing of GC_enable/disable, MALLOC[_ATOMI...
2018-11-26 Ivan MaidanskiRemove strlen calls with a constant string argument...
2018-11-26 Ivan MaidanskiWorkaround 'nonlocal var will use ptr to local var...
2018-11-26 Ivan MaidanskiEliminate 'uninitialized var' cppcheck false positive...
2018-11-26 Ivan MaidanskiWorkaround 'local variable obj_displ shadows outer...
2018-11-26 Ivan MaidanskiWorkaround 'local variable end shadows outer symbol...
2018-11-26 Ivan MaidanskiAppveyor CI: Use 'make check-without-test-driver' for...
2018-11-26 Ivan MaidanskiAppveyor CI: Test with cygwin (32-bit) configuration
2018-11-26 Ivan MaidanskiAppveyor CI: Test with cygwin64 configuration
2018-11-26 Ivan MaidanskiAppveyor CI: Test with MinGW and mingw-w64 configurations
2018-11-26 Ivan MaidanskiAppveyor CI: Refactoring of script to use environment...
2018-11-26 Ivan MaidanskiTravis CI: Test with FIND_LEAK
2018-11-26 Ivan MaidanskiTravis CI: Test with AO_USE_PTHREAD_DEFS passed in...
2018-11-26 Ivan MaidanskiWorkaround 'local address assignment to a global variab...
2018-11-26 Ivan MaidanskiEliminate 'non-virtual destructor for class with inheri...
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)
next