platform/upstream/libgc.git
2018-06-22 Ivan MaidanskiFix mark stack overflow checking in push_selected
2018-06-22 Ivan MaidanskiAdd GC_reachable_here after GC_dirty in GC source
2018-06-21 Ivan MaidanskiAdd GC_reachable_here after GC_END_STUBBORN_CHANGE...
2018-06-21 Ivan MaidanskiAdd GC_reachable_here after GC_END_STUBBORN_CHANGE...
2018-06-20 Ivan MaidanskiTurn on GC assertions in NT_MAKEFILE for debug builds
2018-06-20 Ivan MaidanskiFix NT_MAKEFILE for VS 2017
2018-06-20 Ivan MaidanskiReally use C11 static_assert if available (GCC/Clang...
2018-06-20 Ivan MaidanskiAdd missing type casts in remap and register_my_thread_...
2018-06-20 Ivan MaidanskiFix VirtualQuery call in case of malloc failure (Win32)
2018-06-20 Ivan MaidanskiEliminate 'switch statement contains no case label...
2018-06-20 Ivan MaidanskiDo not include windows.h when compiling gc_cpp.cc
2018-06-20 Ivan MaidanskiFast fail on invalid CPU parameter passed to NT_MAKEFILE
2018-06-20 Ivan MaidanskiConsistently define WIN32_LEAN_AND_MEAN/NOSERVICE befor...
2018-06-19 Ivan MaidanskiTravis CI: Test compilation with -std=gnu11 option...
2018-06-19 Ivan Maidanski.gitignore: Ignore '.vs' folders
2018-06-19 Ivan MaidanskiAdd cpu, make_as_lib, nothreads options to NT_MAKEFILE
2018-06-19 Ivan MaidanskiSuppress 'non-member operator new/delete may not be...
2018-06-19 Ivan MaidanskiDo not include 'new' standard header from gc_cpp.h...
2018-06-18 Ivan MaidanskiEliminate 'declaration of var hides global declaration...
2018-06-18 Ivan MaidanskiEliminate 'variable might be uninitialized' warning...
2018-06-18 Ivan MaidanskiRemove duplicate local variable in reclaim_block
2018-06-18 Ivan MaidanskiDelete log files produced by gctest and test_cpp on...
2018-06-18 Ivan MaidanskiFix dependency on gc_cpp source in BCC_MAKEFILE and...
2018-06-15 Ivan MaidanskiDo not specify throw(bad_alloc) in gc_cpp.h
2018-06-14 Ivan MaidanskiFix large object base computation in PUSH_CONTENTS...
2018-06-14 Ivan MaidanskiUse atomic allocation for leafs in reverse_test (gctest)
2018-06-14 Ivan MaidanskiFix typos in ChangeLog and generic_malloc
2018-06-14 Ivan MaidanskiFix comment about inv_sz computation in setup_header
2018-06-14 Ivan MaidanskiFix result computation in n_set_marks
2018-06-13 Ivan MaidanskiRemove unnecessary type casts in n_set_marks
2018-06-13 Ivan MaidanskiFix multi-threaded gctest for the case of NTHREADS...
2018-06-13 Ivan MaidanskiSkip typed_test in gctest if NO_TYPED_TEST macro is...
2018-06-13 Ivan MaidanskiUpdate AUTHORS file (add Jared McNeill and Leonardo...
2018-06-13 Leonardo TaccariAdd support for NetBSD/aarch64
2018-06-09 Ivan MaidanskiFix 'need explicit cast to convert' compiler error...
2018-06-08 Ivan MaidanskiFix 'collecting from unknown thread' abort in leak...
2018-06-08 Ivan MaidanskiFix 'scope of var can be reduced' cppcheck warnings...
2018-06-08 Ivan MaidanskiMatch GC_NOEXCEPT definition between gc_cpp.h and gc_al...
2018-06-08 Ivan MaidanskiUse noexcept specifier in gc_cpp if C++11
2018-06-07 Ivan MaidanskiFix gctest in leak-finding mode
2018-06-07 Ivan MaidanskiReformat code and comments in gc_allocator.h
2018-06-07 Ivan MaidanskiTravis CI: Workaround gcc-8 ASan internal error (use...
2018-06-07 Ivan MaidanskiUse noexcept in gc_allocator
2018-06-06 Ivan MaidanskiNever return null by C++ GC allocators
2018-06-06 Ivan MaidanskiTravis CI: Upgrade gcc-7 to gcc-8
2018-06-06 Ivan MaidanskiWorkaround 'dynamic exception specifications deprecated...
2018-06-04 Ivan MaidanskiEliminate 'cast between incompatible function types...
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...
next