platform/upstream/libgc.git
2018-10-09 Ivan MaidanskiEliminate 'pointer targets differ in signedness' compil...
2018-10-04 Ivan MaidanskiUpdate ChangeLog file (v8.0 changes)
2018-10-04 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes)
2018-10-04 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-10-03 Ivan MaidanskiFix memory allocation on GCF (Linux/x64)
2018-10-03 Ivan MaidanskiFix 'USE_MUNMAP macro redefinition' error for NaCl
2018-10-03 Ivan MaidanskiRemove extra USE_MMAP definition for Interix
2018-09-28 Ivan MaidanskiCall real pthread_sigmask instead of its wrapper in...
2018-09-26 Ivan MaidanskiPrevent a deadlock in suspend_thread and after process...
2018-09-26 Ivan MaidanskiUse AO_or in async_set_pht_entry_from_index if available
2018-09-25 Ivan MaidanskiFix concurrent bitmap update in GC_dirty
2018-09-22 Ivan MaidanskiRemove unused clear_pht_entry_from_index macro
2018-09-22 Ivan MaidanskiRefine documentation in gc_disclaim.h about closure...
2018-09-21 Ivan MaidanskiFix disclaim_test failure in case of GC_DEBUG
2018-09-19 Ivan MaidanskiDefault to a single-threaded build for Nintendo, Orbis...
2018-09-19 Ivan MaidanskiTest marking of finalizer closure object in disclaim_test
2018-09-19 Petter UrkedalFix marking of finalizer closure object
2018-09-19 Ivan MaidanskiFix unneeded end_stubborn_change/ptr_store_and_dirty...
2018-09-19 Ivan MaidanskiRefine documentation in gc_disclaim.h
2018-09-18 Ivan MaidanskiFix comment typo in CMakeLists.txt
2018-09-18 Ivan MaidanskiSpecify register_disclaim_proc and finalized_malloc...
2018-09-07 Ivan MaidanskiFix GC_VSNPRINTF in cordprnt for DJGPP and MS VC for...
2018-09-07 Ivan MaidanskiFix missing curses.h in cord/de when compiling manually...
2018-09-06 Ivan MaidanskiEliminate 'different const qualifiers' MS VC warnings...
2018-09-06 Ivan MaidanskiTravis CI: Output content of disclaim_test.log
2018-09-06 Ivan MaidanskiBump libgc version (for development of 8.2 release)
2018-09-04 Ivan Maidanski[8.0.0] v8.0.0
2018-09-04 Ivan MaidanskiUpdate ChangeLog file
2018-09-04 Ivan MaidanskiReally fix 'potential unsafe sign check of a bitwise...
2018-09-04 Ivan MaidanskiAdd Codecov.io badge to README
2018-09-04 Ivan MaidanskiTravis CI: Send code coverage reports to Codecov as...
2018-09-04 Max MouratovFix comment typos in backgraph.c, de.c, gcconfig.h
2018-08-31 Ivan MaidanskiReplace some FIXME items with TODO ones
2018-08-31 Ivan MaidanskiEliminate 'unused variable old_maps_size' compiler...
2018-08-31 Ivan MaidanskiRemove MIN_WORDS macro from gc_priv.h
2018-08-31 Ivan MaidanskiWorkaround 'bad pointer arithmetic' false waring in...
2018-08-31 Ivan MaidanskiEliminate 'potential unsafe sign check of a bitwise...
2018-08-31 Ivan MaidanskiEliminate 'comparison is always false' code defect...
2018-08-30 Ivan MaidanskiEliminate 'poor global variable name' code defect in...
2018-08-30 Ivan MaidanskiAdd LGTM.com code quality badges to README.md
2018-08-30 Ivan MaidanskiUpdate AUTHORS file (add Demyan Kimitsa)
2018-08-30 Demyan KimitsaFix start_world not resuming all threads on Darwin
2018-08-17 Ivan MaidanskiFix indentation of 'define GC_DATAEND' in gc.h
2018-08-15 Ivan MaidanskiTravis CI: Fix missing semicolon at the end of GNU_DOWN...
2018-08-15 Ivan MaidanskiUpdate ChangeLog file (add v7.6.8 release date)
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...
next