platform/upstream/libgc.git
2020-02-17 Ivan MaidanskiWorkaround 'NULL==*flh is always true' cppcheck style...
2020-02-17 Ivan MaidanskiWorkaround 'me->thread_blocked is always 1' cppcheck...
2020-02-15 Ivan MaidanskiWorkaround 'firstpass is always true' cppcheck FP in...
2020-02-15 Ivan MaidanskiWorkaround 'condition x==2 is always false' cppcheck...
2020-02-13 John David... Fix STACKBOTTOM on 32-bit HP/UX 11.11
2020-02-13 Ivan MaidanskiUpdate AUTHORS file (add John David Anglin)
2020-02-13 John David... Fix mmap() failures on HP/UX
2020-02-12 Ivan MaidanskiEliminate 'cast between incompatible function types...
2020-02-11 Ivan MaidanskiRevert 'Call GC_thr_init only once'
2020-02-11 Ivan MaidanskiImplement set_marker_thread_name on Windows 10
2020-02-11 Ivan MaidanskiCall GC_thr_init only once
2020-02-07 Ivan MaidanskiFix pthread_setname_np detection on Linux and snprintf...
2020-02-06 Ivan MaidanskiSet name of GC marker threads
2020-01-30 Ivan MaidanskiUpdate AUTHORS file
2020-01-30 ssrliveCheck leak of objects allocated by CRT malloc in gctest...
2020-01-30 Ivan MaidanskiAppVeyor CI: Test MS VC single-threaded GC-debug build
2020-01-24 Ivan MaidanskiAppVeyor CI: Test cygwin64 single-threaded build with...
2020-01-24 Ivan MaidanskiWorkaround 'blocks>1 is always true' cppcheck FP in...
2020-01-24 Ivan MaidanskiFix missing OS_TYPE definition for some targets
2020-01-24 Ivan MaidanskiEliminate memory leak reported in add_current_malloc_he...
2020-01-23 Ivan MaidanskiDefine GC_win32_free_heap API function for all Windows...
2019-11-12 Ivan MaidanskiRemove obsolete information in README.darwin
2019-11-09 Ivan MaidanskiFix abort in GC_printf when gctest is built as WinMain...
2019-11-07 Ivan MaidanskiTravis CI: Test configure --disable-throw-bad-alloc...
2019-11-07 Ivan MaidanskiBuild gctba library
2019-11-04 Ivan MaidanskiCompile C++ code with exception handling enabled in...
2019-11-04 Ivan MaidanskiMove GC_throw_bad_alloc definition to new C++ file
2019-10-29 Ivan MaidanskiFix 'write to GC log failed' error (Cygwin)
2019-10-29 Ivan MaidanskiUpdate AUTHORS file (add Thomas Thiriez)
2019-10-29 Thomas ThiriezAllocate start_info struct on the stack in GC_pthread_c...
2019-10-21 Ivan MaidanskiWorkaround 'possible null dereference in frame->savedSP...
2019-10-21 Ivan MaidanskiDo not use iOS private symbols
2019-10-15 Ivan Maidanski.gitignore: Collapse multiple lib*.so items in a single one
2019-10-15 Ivan MaidanskiAppVeyor CI: Test MS VC build with -D GC_NO_INLINE_STD_NEW
2019-10-15 Ivan MaidanskiNew macro to avoid system-wide new/delete inlining...
2019-10-12 Ivan MaidanskiRemove a note in README.macros that work in progress
2019-10-11 Ivan MaidanskiUpdate AUTHORS file
2019-10-11 Dima PasechnikFix 'traceable but uncollectible memory' wording in...
2019-10-11 Ivan MaidanskiFix gc_cpp.h file name in comments after renaming
2019-10-11 Ivan MaidanskiUpdate ChangeLog file
2019-10-10 Ivan MaidanskiUpdate ChangeLog file (v8.0 changes)
2019-10-10 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes)
2019-10-10 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2019-10-07 Ivan MaidanskiUpdate AUTHORS file
2019-10-07 Sorawee PorncharoenwaseFix a typo in 'primitives' word in ChangeLog
2019-10-07 Jonathan ChambersAdd dummy target for mono client
2019-10-04 Ivan MaidanskiWorkaround 'condition is redundant or null deref is...
2019-10-04 Ivan MaidanskiWorkaround 'condition *flh==0 is always true' cppcheck...
2019-10-04 Ivan MaidanskiFix GC_new_hblk prototype in a comment
2019-10-04 Ivan MaidanskiCheck thread is alive on each SuspendThread loop iterat...
2019-10-03 Ivan MaidanskiDo not hold GC_fault_handler_lock when in Sleep (Win32)
2019-10-03 Ivan MaidanskiWorkaround 'label handle_thr_start is not used' cppchec...
2019-10-02 Ivan MaidanskiUse CreateThread without GC_ prefix in gctest
2019-10-02 Ivan MaidanskiFix 'ACCESS_VIOLATION in marker' GC warning on Win32...
2019-09-26 Ivan MaidanskiWorkaround 'condition appendToFile is always false...
2019-09-25 Ivan MaidanskiSet GC_collecting hint for GC_collect_a_little_inner...
2019-09-25 Ivan MaidanskiPrevent use of unsaved thread context registers in...
2019-09-24 Ivan MaidanskiRemove redundant GC_with_callee_saves_pushed call in...
2019-09-23 Ivan MaidanskiReformat code of GC_push_roots
2019-09-16 Ivan MaidanskiAdd assertion that thread is suspended when using conte...
2019-09-16 Ivan MaidanskiAdd debug messages on thread suspend/resume (Win32)
2019-09-14 Ivan MaidanskiCollapse multiple includes of windows.h
2019-09-14 Ivan MaidanskiEliminate 'static GC_sysinfo definition has incomplete...
2019-09-12 Ivan MaidanskiAppVeyor CI: Test mingw build with -D CONSOLE_LOG
2019-09-12 Ivan MaidanskiNew macro (CONSOLE_LOG) to enable logging to console...
2019-09-11 Ivan MaidanskiDo not define GC_write_cs for Xbox One target
2019-09-10 Ivan MaidanskiWorkaround 'argument to function is always 1' cppcheck...
2019-09-10 Ivan MaidanskiWorkaround 'redundant initialization for r' cppcheck...
2019-09-10 Ivan MaidanskiWorkaround 'cnt var assigned but not used' cppcheck...
2019-09-10 Ivan MaidanskiRemove redundant check of GC_free argument in register_...
2019-09-10 Ivan MaidanskiReplace push_one calls with push_many_regs one for...
2019-09-10 Ivan MaidanskiFix incorrect code generation by MS VC caused by excess...
2019-09-05 Ivan MaidanskiAppVeyor CI: Test mingw64 build with -D NO_RETRY_GET_TH...
2019-09-05 Jonathan ChambersPrevent GetThreadContext failure (Windows)
2019-09-05 Ivan MaidanskiRefactoring of WoW64 workaround (Win32)
2019-09-04 Ivan MaidanskiDefine OS_TYPE and DATAEND for UWP targets
2019-08-29 Ivan MaidanskiPrevent WARN of incompatible incremental GC if default...
2019-08-29 Ivan MaidanskiDisable mprotect-based incremental GC if /proc roots...
2019-08-29 Ivan MaidanskiFix a typo in GC_init comment
2019-08-27 Ivan MaidanskiUpdate ChangeLog file
2019-08-26 Ivan MaidanskiUpdate ChangeLog file (v8.0 changes)
2019-08-26 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes)
2019-08-26 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2019-08-22 Ivan MaidanskiTravis CI: Test cmake build w/o threads, test it w...
2019-08-22 Ivan MaidanskiAppVeyor CI: Test cmake build with "DllMain to track...
2019-08-22 Ivan MaidanskiEnable multi-threaded builds by CMake
2019-08-22 Ivan MaidanskiRefactoring of CMake script to use ANDROID/APPLE/CYGWIN...
2019-08-22 Ivan MaidanskiCode refactoring of MAKE_BACK_GRAPH definition in CMake...
2019-08-21 Ivan MaidanskiFix cmake_minimum_required specification
2019-08-21 Ivan MaidanskiFix HOST determination in CMake script
2019-08-21 Ivan MaidanskiCause fatal error in case of incompatible arguments...
2019-08-21 Ivan MaidanskiFix tests build by CMake on Cygwin
2019-08-21 Ivan MaidanskiAdd staticrootstest to CMake script
2019-08-21 Ivan MaidanskiFix subexpression widening in memhash() of disclaim_wea...
2019-08-21 Ivan MaidanskiEliminate 'conversion from size_t to int' MSVC warning...
2019-08-21 Ivan MaidanskiEliminate 'conversion from size_t to int' MSVC warning...
2019-08-14 Ivan MaidanskiWorkaround 'condition (pred&1)==0 is always false'...
2019-08-14 Ivan MaidanskiFix 'condition pred!=NULL is always true' compiler...
2019-08-13 Ivan MaidanskiTravis CI: Test CMake builds
2019-08-13 Ivan MaidanskiFix gc_allocator.h compilation by Clang
next