platform/upstream/libgc.git
2018-08-15 Ivan MaidanskiTravis CI: Put GNU S/W download base URL in a dedicated...
2018-08-15 Ivan MaidanskiUpdate ChangeLog file
2018-08-15 Ivan MaidanskiRemove redundant checking of CPPCHECK macro in gc_cpp.h
2018-08-15 Ivan MaidanskiFix delete operator redirection if gc_cpp is built...
2018-08-15 Ivan MaidanskiFix 'undefined reference to GC_incremental' linker...
2018-08-15 Ivan MaidanskiUse include gc.h with the angle brackets in the man...
2018-08-14 Ivan MaidanskiTravis CI: Use TEST_MANUAL_VDB instead of MANUAL_VDB
2018-08-14 Ivan MaidanskiNew API to turn on manual VDB at runtime
2018-08-13 Ivan MaidanskiUpdate ChangeLog file (add v7.4.14 release date)
2018-08-13 Ivan MaidanskiUpdate ChangeLog file (add v7.2l release date)
2018-08-07 Ivan MaidanskiUpdate AUTHORS file
2018-08-07 Martin KoeppeInitial single-threaded support of Interix subsystem
2018-08-06 Ivan MaidanskiUpdate ChangeLog file
2018-08-06 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes)
2018-08-06 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-08-03 Ivan MaidanskiConsistently use AS_HELP_STRING for configure new options
2018-08-03 Ivan MaidanskiFix incorrect roots order after root removal in remove_...
2018-08-01 Josh PetersonFix the build for Emscripten
2018-08-01 Josh PetersonFix the build for N3DS
2018-08-01 Ivan MaidanskiUpdate AUTHORS file (add Josh Peterson)
2018-08-01 Josh PetersonFix the build for Orbis and PSP2
2018-07-31 Jonas EchterhoffFix compilation of darwin_stop_world for iOS 8+
2018-07-31 Jonas EchterhoffFix more compilation issues for XboxOne
2018-07-31 Ivan MaidanskiAllow register_main_static_data disabling in CMake...
2018-07-31 Ivan MaidanskiAllow dynamic_loading disabling in CMake script
2018-07-31 Ivan MaidanskiAllow mmap enabling in CMake script
2018-07-31 Ivan MaidanskiAllow threads_discovery disabling in CMake script
2018-07-30 Ivan MaidanskiFix wrong expression for ENDIF in CMakeLists.txt
2018-07-30 Ivan MaidanskiDefine DYNAMIC_LOADING for Darwin unless IGNORE_DYNAMIC...
2018-07-30 Michael DeRoyNew configure --disable-register-main-static-data option
2018-07-30 Michael DeRoyNew configure --disable-dynamic-loading option
2018-07-30 Michael DeRoyNew configure --enable-mmap option
2018-07-29 Ivan MaidanskiAdjust formatting of configure help messages and config...
2018-07-29 Ivan MaidanskiUpdate AUTHORS file (add Michael DeRoy)
2018-07-29 Michael DeRoyNew configure --disable-threads-discovery option
2018-07-28 Ivan MaidanskiTravis CI: Output content of disclaim_bench.log
2018-07-27 Ivan MaidanskiExport stop/start_world_external only for multi-threade...
2018-07-27 Ivan MaidanskiFix UNTESTED for multi-threaded API functions in gctest
2018-07-27 Jonas EchterhoffNew API to stop and start the GC world externally
2018-07-27 Ivan MaidanskiUpdate AUTHORS file (add Jonas Echterhoff)
2018-07-27 Jonas EchterhoffFix the BDWGC build on XboxOne
2018-07-27 Ivan MaidanskiFix suspend_thread_list in case of thread_suspend is...
2018-07-27 Jonathan ChambersPerform thread_suspend in loop as it may be interrupted...
2018-07-26 Ivan MaidanskiRemove PUSH_CONTENTS_HDR multi-line macro
2018-07-26 Ivan MaidanskiUpdate copyright information in alloc.c and gc.c
2018-07-25 Ivan MaidanskiAdd outermost parentheses to HCE definition
2018-07-22 Ivan MaidanskiUpdate copyright information in the documentation and...
2018-07-22 Ivan MaidanskiRemove libatomic_ops license information
2018-07-20 Ivan Maidanskiwindows-untested: Update copyright in gc.ver
2018-07-20 Ivan MaidanskiRemove info how to send bugs from README.cords
2018-07-20 Ivan MaidanskiDo not use NULL in gc_inline.h
2018-07-20 Ivan MaidanskiUpdate ChangeLog file
2018-07-20 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2018-07-20 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
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...
next