platform/upstream/libgc.git
2017-11-03 Ivan MaidanskiFix double lock in a_set(f(a_get())) expression in...
2017-11-03 Ivan MaidanskiFix data race in a list referenced by A.aa (gctest)
2017-11-03 Ivan MaidanskiAvoid data race in finalized_count (gctest)
2017-11-02 Ivan MaidanskiEliminate TSan warning about A.dummy in gctest
2017-11-02 Ivan MaidanskiRevert 'Eliminate TSan warnings (false positives) in...
2017-11-01 Ivan MaidanskiEliminate TSan warnings (false positives) in gctest
2017-10-31 Ivan MaidanskiWorkaround TSan false positives in mark_from, push_...
2017-10-31 Ivan MaidanskiWorkaround TSan false positive in [set_]mark_bit_from_hdr
2017-10-31 Ivan MaidanskiWorkaround TSan false positive in invoke_finalizers
2017-10-29 Paul BonePrint time passed since GC initialization in GC_dump
2017-10-26 Ivan MaidanskiUpdate ChangeLog file
2017-10-26 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2017-10-25 Ivan MaidanskiUpdate ChangeLog file (v7.4 changes only)
2017-10-25 Ivan MaidanskiDo not use system clock consistently if NO_CLOCK
2017-10-25 Ivan MaidanskiTravis CI: Test NO_CLOCK
2017-10-24 Ivan MaidanskiMake extend_size_map() static
2017-10-23 Ivan MaidanskiFix typos in documentation (for extend_size_map and...
2017-10-20 Ivan MaidanskiAdd two-argument alloc_size attribute to calloc_explici...
2017-10-20 Ivan MaidanskiUse __declspec(allocator) for malloc-like prototypes...
2017-10-20 Ivan MaidanskiRevert 'Never try to include private/config.h'
2017-10-19 Ivan MaidanskiWorkaround Thread Sanitizer (TSan) false positive warni...
2017-10-18 Ivan MaidanskiRefine should_invoke_finalizers documentation
2017-10-18 Ivan MaidanskiNever try to include private/config.h
2017-10-17 Ivan Maidanski.gitignore: Do not ignore include/private/config.h
2017-10-17 Ivan MaidanskiUpdate AUTHORS file (add Erik M. Bray)
2017-10-17 Erik M. BrayUse mprotect instead of mmap in GC_unmap() on Cygwin
2017-10-16 Ivan MaidanskiFix 'package requirements (atomic_ops) were not met...
2017-10-16 Ivan MaidanskiAllow PKG_CHECK_MODULES in configure.ac to be commented...
2017-10-16 Ivan MaidanskiNew API function (GC_is_init_called) to check if BDWGC...
2017-10-12 Ivan MaidanskiTest GC initialization from non-main thread on FreeBSD...
2017-10-12 Ivan MaidanskiUpdate ChangeLog file
2017-10-12 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2017-10-12 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2017-10-09 Ivan MaidanskiSupport GC_init (and get_stack_base) from non-main...
2017-10-09 Ivan MaidanskiEliminate TSan warnings for all counters and A.aa varia...
2017-10-08 Ivan MaidanskiPrint realloc_count in gctest
2017-10-08 Ivan MaidanskiFix missing atomic_count and realloc_count incrementati...
2017-10-08 Ivan MaidanskiTravis CI: Pass --disable-shared option to OS X build...
2017-10-08 Ivan MaidanskiFix 'pthread_np.h: no such file' compiler error on...
2017-10-06 Ivan MaidanskiTravis CI: Test also 32-bit build with ASan (on OS...
2017-10-06 Ivan MaidanskiTravis CI: Test also with Leak Sanitizer (LSan)
2017-10-06 Ivan MaidanskiMove conditional GC_need_to_lock setting to gc_locks.h
2017-10-06 Ivan MaidanskiEliminate TSan warnings for print_proc variables assign...
2017-09-27 Ivan MaidanskiSupport GC_init (and get_stack_base) from non-main...
2017-09-27 Ivan MaidanskiFix data race in collectable_count (gctest)
2017-09-27 Ivan MaidanskiFix missing [un]collectable_count increments in gctest
2017-09-27 Ivan MaidanskiEliminate '-pedantic is not option that controls warnin...
2017-09-27 Ivan MaidanskiEliminate 'non-null arg compared to null' warning in...
2017-09-27 Ivan MaidanskiFix pthread_detach for threads not yet registered ...
2017-09-26 Ivan MaidanskiFix get_maps on proc maps file asynchronous growth
2017-09-26 Ivan MaidanskiFix pthread_join when thread is registered in thread...
2017-09-26 Ivan MaidanskiFix pthread_join to avoid thread removal on failure...
2017-09-26 Ivan MaidanskiFix removal of dead threads in a child process
2017-09-25 Ivan MaidanskiFix double lock in pthread_detach (Cygwin, winpthreads)
2017-09-25 Ivan MaidanskiDo not disable parallel mark for WRAP_MARK_SOME
2017-09-22 Ivan MaidanskiAlign local_mark_stack in help_marker explicitly
2017-09-19 Ivan MaidanskiFix thread id leaks in subthread_create and threadkey_test
2017-09-19 Ivan MaidanskiFix missing new-line at format strings end in subthread...
2017-09-19 Ivan MaidanskiFix infinite mark_some calls after memory mapping disap...
2017-09-19 Ivan MaidanskiFix 'undefined reference to GC_wait_for_reclaim' linker...
2017-09-19 Ivan MaidanskiAdd TODO item to suppress 'called on pointer without...
2017-09-19 Ivan MaidanskiEliminate 'boolean result used in bitwise op' cppcheck...
2017-09-18 Ivan MaidanskiFix USE_GET_STACKBASE_FOR_MAIN definition in gcconfig.h
2017-09-18 Ivan MaidanskiAllow custom N_LOCAL_ITERS and ENTRIES_TO_GET values
2017-09-18 Ivan MaidanskiFix missing started_thread_while_stopped call from...
2017-09-18 Ivan MaidanskiFix SIGSEGV in mark_from called from do_local_mark...
2017-08-30 Ivan MaidanskiFix typo in 'scale' documentation file
2017-08-30 Ivan MaidanskiRemove unnecessary type casts of printf arguments to...
2017-08-29 Ivan MaidanskiFix printf arguments type in print_callers
2017-08-28 Ivan MaidanskiFix assertion violation in return_single_freelist in...
2017-08-28 Ivan MaidanskiTravis CI: Test USE_CUSTOM_SPECIFIC
2017-08-28 Ivan MaidanskiFix GC_remove_specific invocation from remove_all_threa...
2017-08-28 Ivan MaidanskiEliminate 'memory leak' code defect in remove_specific
2017-08-25 Ivan MaidanskiSimplify THREAD_TABLE_INDEX expression for Win32/64
2017-08-24 Ivan MaidanskiAdd debug logging to new_thread about GC_threads hash...
2017-08-24 Ivan MaidanskiEliminate most of collisions in GC_threads on Linux/x64
2017-08-23 Ivan MaidanskiChange type of THREAD_TABLE_INDEX result to int in...
2017-08-22 Ivan MaidanskiFix deadlock in GC_help_marker caused by use of mark_cv...
2017-08-22 Ivan MaidanskiTravis CI: Test some --enable-munmap configurations...
2017-08-22 Ivan MaidanskiAvoid busy waiting in mark_thread while GC_parallel...
2017-08-21 Ivan MaidanskiEliminate unsigned fl_builder_count underflow in mark_t...
2017-08-19 Ivan MaidanskiAdd assertion that no hb_n_marks underflow occurs
2017-08-19 Ivan MaidanskiFix hb_n_marks underflow in clear_fl_marks if MARK_BIT_...
2017-08-19 Ivan MaidanskiUse MARK_BIT_PER_GRANULE instead of MARK_BIT_PER_OBJ...
2017-08-17 Ivan MaidanskiUpdate ChangeLog file
2017-08-17 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2017-08-17 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2017-08-16 Ivan MaidanskiFix visibility of __asan_default_options in case of...
2017-08-16 Ivan MaidanskiEliminate '-pedantic is not an option that controls...
2017-08-14 Ivan MaidanskiRemove redundant check that clear_fl_marks argument...
2017-08-09 Ivan MaidanskiAllow gctest and thread_leak_test with zero NTHREADS
2017-08-09 Ivan MaidanskiFix array_mark_proc to request global mark stack growth...
2017-08-09 Ivan MaidanskiDo not call BCOPY and BZERO if size is zero
2017-08-07 Ivan MaidanskiFix leak_test crash in print_callers if free() is redir...
2017-08-03 Ivan MaidanskiRefine collect_a_little documentation (better explain...
2017-08-03 Ivan MaidanskiTravis CI: Test configure --disable-docs
2017-08-03 Ivan MaidanskiDo not install documentation if configure --disable...
2017-08-02 Ivan MaidanskiFix undefined HEAP_START in register_dynamic_libraries
2017-08-02 Ivan MaidanskiFix bytes count passed to add_to_our_memory in backgrap...
2017-08-02 Ivan MaidanskiUse heap-allocated memory for local mark stack of non...
next