platform/upstream/libgc.git
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
2018-04-02 Ivan MaidanskiDefine static resend_lost_signals(), restart_all()...
2018-03-30 Ivan MaidanskiUnblock only GC signals in suspend_handler (TSan)
2018-03-29 Ivan MaidanskiAdd assertions about held lock when accessing all_botto...
2018-03-29 Ivan MaidanskiUpdate top_index entry pointer only when the entry...
2018-03-29 Ivan MaidanskiTravis CI: Fix TSan builds after enabling handle-fork...
2018-03-29 Ivan MaidanskiAcknowledge thread restart from suspend_handler (NetBSD)
2018-03-29 Ivan MaidanskiMinimize delay between sem_post and sigsuspend in suspe...
2018-03-28 Ivan MaidanskiEnable handle-fork by default
2018-03-27 Ivan MaidanskiSupport Haiku multi-threaded build by CMake
2018-03-27 Ivan MaidanskiAccept Android platform by both CMake and configure
2018-03-26 Ivan MaidanskiReduce probability of collision in threads hashtable...
2018-03-26 Ivan MaidanskiDo not use AO_store in FAST_MALLOC_GRANS() in the singl...
2018-03-23 Ivan MaidanskiInclude malloc.c in extra/gc.c after include gc_inline.h
2018-03-23 Ivan MaidanskiAvoid potential race between malloc_kind and mark_threa...
2018-03-23 Ivan MaidanskiFix thread_suspend fail for threads registered from...
2018-03-22 Ivan MaidanskiExplicitly unblock GC signals on GC initialization
2018-03-22 Ivan MaidanskiMatch GC_FAST_MALLOC_GRANS formal and actual arguments...
2018-03-22 Ivan MaidanskiFix assertion violation in DllMain of win32_threads
2018-03-22 Ivan MaidanskiCheck consistency of descr, adjust, clear arguments...
2018-03-21 Ivan MaidanskiFix ASSERT_CANCEL_DISABLED violation in try_to_collect_...
2018-03-20 Ivan MaidanskiFix unbounded heap growth in case of intensive disappea...
2018-03-19 Ivan MaidanskiUse OPT_RA instead of STORE_DEBUG_INFO in dbg_mlc
2018-03-15 Ivan MaidanskiFix 'scope of var can be reduced' cppcheck err in enque...
2018-03-15 Ivan MaidanskiAdd assertions to ensure ADD_CALL_CHAIN is called holdi...
2018-03-15 Ivan MaidanskiFix comment for debug_generic_malloc_inner[_ignore_off_...
2018-03-15 Ivan MaidanskiFix the collector hang when it is configured with ...
2018-03-13 Ivan MaidanskiAccess finalize_now atomically to avoid TSan warning...
2018-03-13 Ivan MaidanskiTravis CI: Test pointer backtracing full support with...
2018-03-13 Ivan MaidanskiUse atomic load/store for the concurrently accessed...
2018-03-13 Ivan MaidanskiEliminate TSan warning about non-atomic read in store_b...
2018-03-09 Ivan MaidanskiAvoid potential race in SET_MARK_BIT_EXIT_IF_SET if...
2018-03-07 Ivan MaidanskiReally use AO_load/store in realloc, clear_hdr_marks...
2018-03-07 Ivan MaidanskiAvoid potential race when storing oh_back_ptr during...
2018-03-06 Ivan MaidanskiWorkaround sem_wait failure in pthread_create on Haiku
2018-03-06 Ivan MaidanskiWorkaround Haiku pthread_join failure in subthreadcreat...
2018-03-06 Ivan MaidanskiRevert 'Report errno in case of sem_wait failure in...
2018-03-06 Ivan MaidanskiAvoid duplication of code handling pthreads case in...
2018-03-06 Ivan MaidanskiFix 'pthreads not supported by GC' configure error...
2018-03-05 Ivan MaidanskiUpdate ChangeLog file
2018-03-05 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2018-03-05 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-03-02 Ivan MaidanskiTravis CI: Test compilation of C files by clang++
2018-03-02 Ivan MaidanskiChange backtrace-specific code to comply with C++11...
2018-03-02 Ivan MaidanskiWorkaround missing extern 'C' for _DYNAMIC in link...
2018-03-01 Ivan MaidanskiWrap remaining extern symbols in .c files into EXTERN_C...
2018-03-01 Ivan Maidanskiwindows-untested: Add gc_alloc_ptrs.h source file
2018-03-01 Ivan MaidanskiEliminate 'unused const variable' C++ warnings for...
2018-03-01 Ivan MaidanskiFix missing GC_generic_malloc_words_small implementatio...
2018-03-01 Ivan MaidanskiFix missing explicit cast of si_addr to char* in write_...
2018-03-01 Ivan MaidanskiTravis CI: Test javaxfc.h symbols linkage in case of...
2018-03-01 Ivan MaidanskiEliminate 'unused const variable' Clang warning for...
2018-03-01 Ivan MaidanskiFix linkage of javaxfc.h symbols for the case of compil...
2018-02-28 Ivan MaidanskiMove include gcconfig.h ouf of extern 'C' block
2018-02-28 Ivan MaidanskiFix include gc_gcj.h in thread_local_alloc.c
2018-02-28 Ivan MaidanskiReplace conditional extern 'C' blocks begin/end with...
2018-02-28 Ivan MaidanskiRemove a redundant check of __cplusplus in Symbian...
2018-02-28 Ivan MaidanskiRemove API symbols renaming in WCC_MAKEFILE
2018-02-28 Ivan MaidanskiTravis CI: Output content of threadkey_test.log
2018-02-28 Ivan MaidanskiDeclare all internal functions in private headers inste...
2018-02-28 Ivan MaidanskiFix typo in AIX macro name
2018-02-28 Ivan MaidanskiEliminate warning about unused start_routine for Orbis...
next