platform/upstream/libgc.git
2018-07-12 Ivan MaidanskiUpdate NT_MAKEFILE usage information in README files...
2018-07-12 Ivan MaidanskiFix Borland version in documentation to match that...
2018-07-11 Ivan MaidanskiFix GC_is_valid_displacement and GC_is_visible for...
2018-07-11 Ivan MaidanskiFix build for Android after enabling handle-fork by...
2018-07-11 Ivan MaidanskiUpdate AUTHORS file (add woollybah)
2018-07-11 Bruce A HendersonFix build for Nintendo platform
2018-07-11 Ivan MaidanskiFix 'pointer arithmetic with NULL' code defect in print...
2018-07-10 Ivan MaidanskiEliminate 'ptr arithmetic with NULL' cppcheck warning...
2018-07-10 Ivan MaidanskiEliminate 'condition is always true' cppcheck warning...
2018-07-10 Ivan MaidanskiEliminate 'scope of var can be reduced' cppcheck warnin...
2018-07-10 Ivan MaidanskiFix missing dirty and reachable_here calls in typed_test
2018-07-05 Ivan MaidanskiRemove PUSH_OBJ multi-line macro
2018-07-05 Ivan MaidanskiFix test_cpp failure in case GC_DEBUG is defined
2018-07-05 Ivan MaidanskiRemove multi-line macros (ITERATE_DL_HASHTBL_*) in...
2018-07-04 Ivan MaidanskiEliminate duplicate clear_mark_bit call when removing...
2018-07-03 Ivan MaidanskiRemove multi-line macro (FOR_EACH_PRED) in backgraph
2018-07-01 Ivan MaidanskiTravis CI: Test with explicit -D GC_DEBUG
2018-07-01 Ivan MaidanskiNew public API (PTR_STORE_AND_DIRTY) to simplify store...
2018-06-30 Ivan MaidanskiEliminate 'language extension used' Clang warning in...
2018-06-30 Ivan MaidanskiEliminate 'GC_DEBUG redefined' compiler warning in...
2018-06-30 Ivan MaidanskiCompute GC_CONS arguments just once
2018-06-29 Ivan MaidanskiSame type casts for GC_PTR_STORE arguments regardless...
2018-06-25 Ivan MaidanskiWorkaround 'condition is always false' VC++ warning...
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...
next