platform/upstream/libgc.git
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...
2017-07-31 Ivan MaidanskiFix 'use' word omission in ChangeLog
2017-07-31 Ivan MaidanskiDo not use asm in GC_pause
2017-07-21 Ivan MaidanskiNew API function (GC_is_incremental_mode)
2017-07-21 Ivan MaidanskiFix GC_incremental declaration/definition type mismatch
2017-07-21 Ivan MaidanskiFix deadlock in GC_suspend_thread when thread is rebuil...
2017-07-21 Ivan MaidanskiWorkaround false 'uninitialized var use' code defect...
2017-07-21 Ivan MaidanskiEliminate CSA warning of non-virtual destructor in...
2017-07-21 Ivan MaidanskiEliminate CSA warning about incorrect cast applied...
2017-07-21 Ivan MaidanskiEliminate CSA warning about narrowing cast in CleanUp...
2017-07-21 Ivan MaidanskiEliminate CSA warning of staticroot that can be a local...
2017-07-20 Ivan MaidanskiEliminate CSA warning of unmodified non-const static...
2017-07-20 Ivan MaidanskiDo not use tkill (Android)
2017-07-20 Ivan MaidanskiSpecify that unused select() result is intentional
2017-07-20 Ivan MaidanskiReplace deprecated rewind to fseek in cordxtra
2017-07-19 Ivan MaidanskiUpdate AUTHORS file
2017-07-19 Tautvydas ZilysPublic API (GC_deinit) to allow Win32 critical sections...
2017-07-18 Ivan MaidanskiTravis CI: Test with --enable-static
2017-07-18 Ivan MaidanskiBuild only shared libraries by default (configure)
2017-07-14 Ivan MaidanskiRefactoring of USE_MMAP/USE_MMAP_ANON pairs definition...
2017-07-14 Ivan MaidanskiFix SIGSEGV in GC_is_marked when gc_cleanup is used...
2017-07-13 Ivan MaidanskiFix atomic_ops build in Makefile.direct for Solaris
2017-07-13 Ivan MaidanskiRemove name of optional arguments of operator new and...
2017-07-11 Ivan MaidanskiFix push_complex_descriptor to avoid unlimited global...
2017-07-11 Ivan MaidanskiFix deadlock in GC_suspend_thread when thread is finished
2017-07-11 Ivan Maidanski.gitignore: Ignore .log and .trs files for test_atomic_ops
2017-07-10 Ivan MaidanskiTravis CI: Workaround 'real_malloc is never called...
2017-07-10 Ivan MaidanskiWorkaround 'GCC_ATOMIC_TEST_AND_SET_TRUEVAL unknown...
2017-07-08 Ivan MaidanskiUpdate ChangeLog file
2017-07-08 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2017-07-08 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2017-07-06 Ivan MaidanskiTravis CI: Change --with-checksums to --enable-checksum...
2017-07-06 Ivan MaidanskiRename with_checksums to enable_checksums option in...
2017-07-06 Ivan MaidanskiChange configure --with-checksums to --enable-checksums...
2017-06-29 Ivan Maidanskiwindows-untested: Do not build checksums.c
2017-06-29 Ivan MaidanskiTravis CI: Test --disable-munmap
2017-06-29 Ivan MaidanskiFix configure --disable-munmap handling
2017-06-29 Ivan MaidanskiCall WARN() if GC_mprotect_dirty_init cannot succeed...
2017-06-29 Ivan MaidanskiTravis CI: Test --enable-munmap with OS X
2017-06-29 Ivan MaidanskiTravis CI: Test --enable-handle-fork
2017-06-29 Ivan MaidanskiDecide between memory unmapping and mprotect-based...
2017-06-28 Ivan MaidanskiFix gctest crash if configure --enable-handle-fork...
2017-06-27 Ivan MaidanskiImply configure --single-obj-compilation if --disable...
2017-06-23 Ivan MaidanskiMake GC_INIT optional for clients even if thread-local...
2017-06-23 Ivan MaidanskiCheck thread_local is initialized before accessing...
2017-06-23 Ivan MaidanskiEnsure GC initialized when atfork_prepare is called...
2017-06-23 Ivan MaidanskiTravis CI: Test explicit -D DEFAULT_STACK_MAYBE_SMALL"
2017-06-22 Peter WangFix gctest failure if PARALLEL_MARK (musl)
2017-06-21 Ivan MaidanskiUpdate AUTHORS file
2017-06-21 Jukka JylankiDocument STACK_NOT_SCANNED macro in gcconfig.h (Emscripten)
2017-06-20 Ivan MaidanskiBetter document minimum value of size argument for...
2017-06-20 Ivan MaidanskiAdd minimal testing of GC_set_bit (gctest)
2017-06-20 HamayamaFix typed_test to prevent fails in malloc_explicitly_ty...
2017-06-20 Ivan MaidanskiFix compilation error in get_main_stack_base (Emscripten)
2017-06-20 Ivan MaidanskiPrevent abort in register_data_segments for Symbian...
2017-06-20 Ivan MaidanskiUpdate AUTHORS file (add Hamayama)
2017-06-20 HamayamaFix null dereference in reclaim_block if DONT_ADD_BYTE_...
2017-06-20 Ivan MaidanskiFix text formatting in gcinterface.md
2017-06-20 Ivan MaidanskiTravis CI: Add test with -D DONT_ADD_BYTE_AT_END
2017-06-20 Ivan MaidanskiConvert overview.html, tree.html to Markdown format
2017-06-16 Ivan MaidanskiConvert gcdescr.html, gcinterface.html to Markdown...
2017-06-16 Ivan MaidanskiFix compiler intrinsics support check failure in 'make...
2017-06-16 Ivan MaidanskiFix ALL_INTERIOR_POINTERS name in comments and document...
2017-06-16 Ivan MaidanskiConsistently use 'msec' instead of 'ms' in comments...
2017-06-16 Ivan MaidanskiUpdate bdwgc mailing list online archive link in docume...
2017-06-16 Ivan MaidanskiUpdate GCJ link in documentation
2017-06-16 Ivan MaidanskiDocument GWW_VDB in gcdescr.html
2017-06-15 Ivan MaidanskiTravis CI: Update after changing configure to use atomi...
2017-06-15 Ivan MaidanskiUse compiler atomic intrinsics by default if available...
2017-06-14 Ivan MaidanskiAdd test_atomic_ops to perform minimal testing of used...
2017-06-14 Ivan Maidanski.gitignore: Ignore test_atomic_ops
2017-06-13 Ivan MaidanskiTravis CI: Scan pcr_interface.c, real_malloc.c in extra...
2017-06-13 Ivan MaidanskiMove pcr_interface.c, real_malloc.c to 'extra' folder
2017-06-13 Ivan MaidanskiUpdate Download information in GC overview document
2017-06-09 Ivan MaidanskiTravis CI: Use configure --with-checksums instead of...
2017-06-09 Ivan MaidanskiCompile checksums.c only if --with-checksums is given...
2017-06-09 Ivan MaidanskiSupport with_checksums option in CMake script
2017-06-09 Ivan MaidanskiDo not produce .tar.bz2 distribution file (configure)
2017-06-08 Ivan MaidanskiFix non-Linux configure-based builds
2017-06-08 Ivan MaidanskiFix pthread_start compilation if single-obj-compilation...
2017-06-08 Ivan MaidanskiFix PCR-Makefile by removing compilation of a missing...
2017-06-07 Ivan MaidanskiDo not compile pcr_interface.c and real_malloc.c except...
2017-06-07 Ivan Maidanskiwindows-untested: Do not build gc_dlopen/pcr_interface...
next