platform/upstream/libgc.git
2018-05-24 Ivan MaidanskiFix GC_out_of_line_malloc in new_gc_alloc.h for out...
2018-05-24 Ivan MaidanskiFix test_cpp for MANUAL_VDB
2018-05-24 Ivan MaidanskiTurn on incremental mode in test_cpp
2018-05-24 Ivan MaidanskiDo not install gc_allocator.h, gc_disclaim.h unless...
2018-05-23 Ivan Maidanskiwindows-untested: Update after include/weakpointer...
2018-05-23 Ivan MaidanskiRemove C++ WeakPointer and CleanUp API which lacks...
2018-05-23 Ivan MaidanskiTravis CI: Test Makefile.direct with MANUAL_VDB
2018-05-23 Ivan MaidanskiFix cords for MANUAL_VDB
2018-05-23 Ivan MaidanskiFix staticroots and trace tests for MANUAL_VDB
2018-05-23 Ivan MaidanskiFix typo in comment for CORD_ec_flush_buf prototype
2018-05-23 Ivan MaidanskiTurn on incremental mode in cordtest cord/de and static...
2018-05-22 Ivan MaidanskiCollapse multiple page_was_dirty, remove_protection...
2018-05-19 Ivan MaidanskiFix FAST_MALLOC_GRANS and malloc_many for MANUAL_VDB
2018-05-19 Ivan MaidanskiEnable compilation for Cygwin with MPROTECT_VDB
2018-05-18 Ivan MaidanskiTravis CI: Test MANUAL_VDB with --disable-munmap
2018-05-18 Ivan MaidanskiTravis CI: Do not require pkg-config
2018-05-18 Ivan MaidanskiDo not use PKG_CHECK_MODULES in configure
2018-05-18 Ivan MaidanskiFix comments style in configure.ac and Makefile.am
2018-05-18 Ivan MaidanskiTravis CI: Test MANUAL_VDB (w/o parallel mark)
2018-05-18 Ivan MaidanskiFix missing GC_dirty calls for GC-allocated objects...
2018-05-17 Ivan MaidanskiRename GC_dirty_async back to GC_dirty
2018-05-17 Ivan MaidanskiHide and rename GC_dirty to GC_dirty_async[_inner]
2018-05-16 Ivan MaidanskiRemove code duplication in gcj_malloc and malloc_explic...
2018-05-16 Ivan MaidanskiAdd assertions to finalize and threads support for...
2018-05-15 Ivan MaidanskiWorkaround 'function nested_sp is never used' cppcheck...
2018-05-15 Ivan Maidanskiwindows-untested: Update after stubborn.c file removal
2018-05-15 Ivan MaidanskiRemove stubborn.c file
2018-05-15 Ivan MaidanskiFix return type in GC_set_warn_proc API documentation
2018-05-15 Ivan MaidanskiRemove stubborn objects allocation code completely
2018-05-08 Ivan MaidanskiFix tests for GC compiled with MANUAL_VDB
2018-05-08 Ivan MaidanskiKeep pointer to the start of previous entry in remove_s...
2018-05-08 Ivan MaidanskiFix missing GC_dirty invocation from debug_end_stubborn...
2018-05-08 Ivan MaidanskiEliminate source code duplication in stubborn.c
2018-05-08 Ivan MaidanskiFix assertion violation and partial overlapping in...
2018-05-08 Ivan MaidanskiDo not merge dynamic root with the existing static...
2018-05-07 Ivan MaidanskiFix potential null dereference in GC_CONS
2018-05-07 Ivan MaidanskiTravis CI: Workaround 'pcr_interface.c is not analyzed...
2018-05-07 Ivan MaidanskiTravis CI: Test -D DEBUG_DIRTY_BITS properly
2018-05-07 Ivan MaidanskiFix infinite restarting of mark_some when a static...
2018-05-07 Ivan MaidanskiTurn on incremental collection in gctest also if DEFAUL...
2018-05-04 Ivan MaidanskiRemove unnecessary argument casts in add_roots_inner...
2018-05-04 Ivan MaidanskiDo not rebuild_root_index unless remove_root_at_pos...
2018-05-04 Ivan MaidanskiTravis CI: Test explicit DEFAULT_VDB
2018-05-04 Ivan MaidanskiAllow passing -D DEFAULT_VDB to CFLAGS
2018-05-04 Ivan MaidanskiReally abort if failed to read /proc for library regist...
2018-05-03 Ivan MaidanskiWorkaround 'class C does not have a copy constructor...
2018-05-03 Ivan MaidanskiWorkaround 'opposite expression on both sides of &...
2018-05-03 Ivan MaidanskiUpdate AUTHORS file (add Naoyuki Sawa)
2018-05-03 Naoyuki SawaFix register_dynamic_libraries on Windows 10
2018-04-27 Ivan MaidanskiRemove unused HAVE_EXECINFO_H macro definition in configure
2018-04-27 Ivan MaidanskiRemove unused HAVE_GETCONTEXT macro definition in configure
2018-04-27 Ivan MaidanskiRemove explicit HAVE_DL_ITERATE_PHDR definition in...
2018-04-26 Ivan MaidanskiFix syntax of conditional operator in with_callee_saves...
2018-04-26 Ivan MaidanskiAvoid multiple 'getcontext failed' warnings if getconte...
2018-04-24 Ivan MaidanskiTravis CI: test --enable-large-config and LINT2 with...
2018-04-24 Ivan MaidanskiTravis CI: test --enable-gc-debug in 32-bit mode (linux)
2018-04-24 Ivan MaidanskiUpdate ChangeLog file
2018-04-24 Ivan MaidanskiInstall gc.3 man page instead of copying gc.man to...
2018-04-24 Jonathan ChambersExpose API to control rate and max prior attempts of...
2018-04-23 Jonathan ChambersExpose API to control the minimum bytes allocated befor...
2018-04-22 Ivan MaidanskiUpdate ChangeLog file
2018-04-20 Ivan MaidanskiUpdate ChangeLog file (add gc-7.6.6 release date, list...
2018-04-20 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2018-04-19 Ivan MaidanskiEliminate 'boolean result used in bitwise operation...
2018-04-19 Ivan MaidanskiWorkaround gctest hang on kFreeBSD if thread-local...
2018-04-19 Ivan MaidanskiUse THREAD_EQUAL consistently to compare pthread_t...
2018-04-19 Ivan MaidanskiUpdate ChangeLog file (add gc-7.4.12 release date)
2018-04-19 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-04-14 Ivan MaidanskiTravis CI: Test with disabled memory unmapping
2018-04-14 Ivan MaidanskiEnable memory unmapping by default
2018-04-13 Ivan MaidanskiFix 'unexpected newline after ELSE' CMake error
2018-04-13 Ivan MaidanskiAppveyor CI: Remove unexpected trailing '.' from cmake...
2018-04-13 Ivan MaidanskiAppveyor CI: Build/test with GC assertion checking
2018-04-13 Ivan MaidanskiComment out unused enable_cplusplus option in CMake...
2018-04-13 Ivan MaidanskiAllocate non-executable memory by default (CMake)
2018-04-13 Ivan MaidanskiTurn on atomic uncollectable functionality by default...
2018-04-13 Ivan MaidanskiTurn on gcj, disclaim and java finalization by default...
2018-04-13 Ivan MaidanskiAllow gc_assertions enabling in CMake script
2018-04-13 Ivan MaidanskiAllow gc_debug, redirect_malloc, large_config options...
2018-04-11 Ivan MaidanskiTravis CI: Test with disabled and manual handle-fork
2018-04-11 Ivan MaidanskiAvoid 'Unexpected heap growth' in 64-bit multi-threaded...
2018-04-10 Ivan MaidanskiAllow subthreadcreate_test to be compiled with zero...
2018-04-10 Ivan MaidanskiAvoid potential data race during GC_dump execution
2018-04-10 Ivan MaidanskiRemove assertion about held lock from apply_to_all_blocks
2018-04-10 Ivan MaidanskiAvoid potential data race during apply_to_each_object...
2018-04-10 Ivan MaidanskiAvoid potential race in print_static_roots called by...
2018-04-06 Ivan MaidanskiAdd assertions about held lock for apply_to_each_object...
2018-04-06 Ivan MaidanskiFix null dereference in print_callers on backtrace_symb...
2018-04-06 Ivan MaidanskiFix null pointer dereference in get_private_path_and_ze...
2018-04-06 Ivan MaidanskiFix missing SIGBUS handler setup for kFreeBSD
2018-04-06 Ivan MaidanskiDefine GC_FREEBSD_THREADS and GC_ADD_CALLER macros...
2018-04-06 Ivan MaidanskiDo not declare dl_iterate_phdr as weak for kFreeBSD
2018-04-06 Ivan MaidanskiDo not match kFreeBSD by FreeBSD host string pattern...
2018-04-05 Ivan MaidanskiDetermine whether to use compiler TLS for kFreeBSD...
2018-04-05 Ivan MaidanskiEliminate 'there is pointer arithmetic with NULL' cppch...
2018-04-04 Ivan MaidanskiDo not resend the restart signal to threads that are...
2018-04-04 Ivan MaidanskiTravis CI: Remove duplicate build configuration (linux...
2018-04-02 Ivan MaidanskiReplace GC_NO_RETRY_SIGNALS environment variable with...
2018-04-02 Ivan MaidanskiHandle pthread restart signals loss if retry_signals
2018-04-02 Ivan MaidanskiFix a typo in WARN message of resend_lost_signals
next