Workaround 'redundant initialization for r' cppcheck false positive
[platform/upstream/libgc.git] / include /
2019-09-10 Ivan MaidanskiReplace push_one calls with push_many_regs one for...
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 MaidanskiDisable mprotect-based incremental GC if /proc roots...
2019-08-13 Ivan MaidanskiFix gc_allocator.h compilation by Clang
2019-07-16 Ivan MaidanskiWorkaround 'expression is only useful for its side...
2019-07-16 Ivan MaidanskiFix test_cpp fail when gc_cpp resides in a dll (Borland...
2019-07-05 Ivan MaidanskiNew macro (NO_MSGBOX_ON_ERROR) to avoid message box...
2019-06-26 Ivan MaidanskiFix 'const object must be initialized' MS VC error...
2019-06-25 Ivan MaidanskiFix 'redefinition of struct GC_ms_entry' compilation...
2019-06-25 Ivan MaidanskiFix 'GC_debug_header_size is deprecated' GCC warning
2019-06-21 Ivan MaidanskiFix fread failure after enable_incremental if malloc...
2019-06-18 Ivan MaidanskiFix 'external linkage required for var because of dllim...
2019-06-17 Ivan MaidanskiFix building of shared library with C++ support on...
2019-06-11 Maya RashishGet rid of some non-ELF ifdefs
2019-06-06 Peter WangFix 'ulong undefined' compilation error on AIX
2019-05-30 Ivan MaidanskiNew API standalone functions to acquire and release...
2019-05-29 Ivan MaidanskiFix 'unused function GC_add_map_entry' compiler warning
2019-05-29 Ivan MaidanskiFix 'unused function GC_lock' compiler warning
2019-05-27 Ivan MaidanskiDefine STATIC macro to static by default
2019-05-23 Ivan MaidanskiWorkaround spurious gctest exit in incremental mode...
2019-05-16 Jasper Lievisse... Use __data_start instead of _fdata on OpenBSD/mips64
2019-05-15 Jasper Lievisse... Fix word size and alignment for OpenBSD/mips64(el)
2019-05-15 Christian WeisgerberAdd support of OpenBSD/aarch64
2019-05-06 Brian J. CardiffAdd API functions to get and set the stack bottom of...
2019-04-26 Ivan MaidanskiReplace 'stack base' with 'stack bottom' in the documen...
2019-04-25 Ivan MaidanskiRefine do_blocking() documentation in gc.h
2019-04-17 Ivan MaidanskiEnable true incremental collection even if parallel...
2019-04-12 Ivan MaidanskiRefine flags field comment in pthread_support.h
2019-04-10 Ivan MaidanskiFix 'USE_MUNMAP requires USE_MMAP' compilation error...
2019-04-10 Ivan MaidanskiFix MPROTECT_VDB definition for single-threaded GC...
2019-04-10 Ivan MaidanskiFix 'un-mprotect failed' gctest error on Cygwin
2019-04-09 Ivan MaidanskiAdjust macro def/usage for AVR32, CRIS, NETBSD, OPENBSD...
2019-04-09 Ivan MaidanskiMove QNX and Emscripten macro definitions to proper...
2019-04-09 Ivan MaidanskiEnable sbrk-to-mmap fallback on major supported Unix...
2019-04-03 Ivan MaidanskiRefine GC_parallel documentation in gc.h
2019-04-03 Ivan MaidanskiFix a typo (GC_NPROCS spelling) in a comment in gc.h
2019-04-03 Ivan MaidanskiRemove a misleading comment about Solaris in gc.h
2019-04-03 Ivan MaidanskiAllow memory unmapping in case of MPROTECT_VDB
2019-04-02 Ivan MaidanskiAllow incremental GC on Cygwin
2019-04-02 Ivan MaidanskiRemove unused STACK_GRAN macro definitions
2019-04-02 Ivan MaidanskiFix OS_TYPE and USE_MMAP_ANON definitions for Cygwin/x64
2019-04-01 Ivan MaidanskiAvoid compiler warning about unused d in GC_CALLOC...
2019-03-25 Ivan MaidanskiRefine GC_INIT documentation about its multiple invocation
2019-03-25 Ivan MaidanskiUse KB/MB/GB abbreviations uniformly across entire...
2019-03-25 Ivan MaidanskiFix various typos mostly in documentation files
2019-03-22 Ivan MaidanskiRemove documentation specific to particular old BDWGC...
2019-02-13 Ivan MaidanskiFix 'wrong __data_start/_end pair' error on Android
2019-02-12 Michael HerringUse atomic primitives for Sony PlayStation Portable 2
2019-01-25 Ivan MaidanskiEnable mprotect-based incremental GC for Linux/arm...
2019-01-25 Ivan MaidanskiFix 'undefined reference to __data_start' linker error...
2019-01-24 Ivan MaidanskiWorkaround 'wrong __data_start/_end' if __end__ is...
2019-01-15 Ivan MaidanskiWorkaround 'local t shadows outer var' cppcheck warning...
2019-01-15 Jonas EchterhoffUse better precision Windows timers
2019-01-14 Ivan MaidanskiReport time with a nanosecond precision where available
2019-01-05 Ivan MaidanskiEnsure result of every variant of MS_TIME_DIFF has...
2019-01-05 Ivan MaidanskiFix BSD_TIME variant of MS_TIME_DIFF for the case of...
2019-01-05 Ivan MaidanskiAdd API for accessing incremental GC time limit with...
2019-01-05 Ivan MaidanskiFix invalid initializer of CLOCK_TYPE variables if...
2018-12-26 Jonas EchterhoffUse atomics on PS4
2018-12-05 Ivan MaidanskiDo not use 'ifndef AO_CLEAR' in mark, pthread_support...
2018-11-29 Ivan MaidanskiRefine HIDE_POINTER documentation for the case of the...
2018-11-29 Ivan MaidanskiFix GC_register_disclaim_proc for leak-finding mode
2018-11-28 Ivan MaidanskiPrefix internal durango_get_mem symbol with 'GC_'
2018-11-23 Ivan MaidanskiWorkaround '*_stubborn function is never used' cppcheck...
2018-11-22 Ivan MaidanskiFix 'collecting from unknown thread' abort in leak...
2018-11-22 Ivan MaidanskiWorkaround 'value of _MAX_PATH is unknown' cppcheck...
2018-11-21 Ivan MaidanskiTurn off parallel marker, thread-local allocation if...
2018-11-20 Ivan MaidanskiFix a deadlock in write_fault_handler if AO_or is emulated
2018-11-20 Ivan MaidanskiDo not use spin locks if AO test-and-set is emulated...
2018-11-20 Ivan MaidanskiFix deadlocks in write and suspend handlers if AO test...
2018-11-16 Ivan MaidanskiPrevent config macros redefinition undefined in gcconfig.h
2018-11-16 Ivan MaidanskiAvoid potential 'macro redefinition' errors for config...
2018-11-14 Ivan MaidanskiFix typo in '#endif' in gcconfig.h
2018-11-14 Ivan MaidanskiWorkaround cppcheck warnings regarding CLOCKS_PER_SEC...
2018-11-14 Ivan MaidanskiUse standalone private macro to guard against ptr_t...
2018-11-13 Ivan MaidanskiRemove redundant header double-inclusion checks in...
2018-11-13 Ivan MaidanskiWorkaround 'local address assignment to a global variab...
2018-11-12 Ivan MaidanskiEliminate 'casting signed to bigger unsigned int' CSA...
2018-11-09 Ivan MaidanskiAdjust #error messages format
2018-11-09 Ivan MaidanskiWorkaround '#error' cppcheck messages in backgraph...
2018-11-09 Ivan MaidanskiWorkaround 'local variable obj_displ shadows outer...
2018-11-09 Ivan MaidanskiWorkaround 'local variable end shadows outer symbol...
2018-11-09 Ivan MaidanskiFix 'set_pht_entry_from_index_concurrent value is unkno...
2018-11-08 Ivan MaidanskiPrevent double inclusion of javaxfc.h and private/speci...
2018-11-07 Ivan MaidanskiUse GC_WORD_MAX macro across all C source files
2018-10-29 Michael DeRoyEnable compilation without C runtime (Win32)
2018-10-26 Tautvydas ZilysSupport UWP/arm64 target
2018-10-22 WookeyUpdate documentation about arm64 ABI in gcconfig.h
2018-10-15 Ivan MaidanskiNew API function to get size of object debug header
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-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-19 Ivan MaidanskiDefault to a single-threaded build for Nintendo, Orbis...
2018-09-19 Ivan MaidanskiRefine documentation in gc_disclaim.h
next