platform/upstream/libgc.git
2018-06-04 Ivan MaidanskiTravis CI: Upgrade clang-4.0 to clang-5.0, and gcc...
2018-06-04 Ivan MaidanskiFix new and delete operators definition for DigitalMars...
2018-06-04 Ivan MaidanskiRequire DllMain-based thread registration when compilin...
2018-06-01 Ivan MaidanskiFix compilation by digimars.mak (DMC)
2018-06-01 Ivan MaidanskiNever return null pointer by C++ operator new (gc_cpp)
2018-06-01 Ivan MaidanskiWorkaround 'template-id not supported in this context...
2018-05-31 Ivan Maidanski.gitignore: Ignore gc.def (produced by digimars.mak)
2018-05-31 Ivan MaidanskiFix compilation by WCC makefile
2018-05-31 Ivan MaidanskiDo not redefine MSWIN32 macro (WCC)
2018-05-31 Ivan MaidanskiCleanup BCC makefile (remove absolute GC paths, fix...
2018-05-31 Ivan Maidanski.gitignore: Ignore *.tds files (generated by bcc)
2018-05-29 Ivan MaidanskiSuppress 'functions containing switch are not expanded...
2018-05-29 Ivan MaidanskiMake subthreadcreate test compilable even without libat...
2018-05-29 Ivan MaidanskiEliminate 'comparing signed and unsigned values' compil...
2018-05-29 Ivan MaidanskiEliminate 'possibly incorrect assignment in CORD_vsprin...
2018-05-29 Ivan MaidanskiTravis CI: Test USE_CUSTOM_SPECIFIC in 32-bit mode...
2018-05-25 Ivan MaidanskiTravis CI: Test MARK_BIT_PER_OBJ with USE_CUSTOM_SPECIF...
2018-05-25 Ivan MaidanskiTravis CI: Enable assertion checking for MARK_BIT_PER_OBJ
2018-05-25 Ivan MaidanskiHide value stored to thread-specific entries for a...
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...
next