platform/upstream/libgc.git
2018-03-06 Ivan MaidanskiFix 'pthreads not supported by GC' configure error...
2018-03-05 Ivan MaidanskiUpdate ChangeLog file
2018-03-05 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2018-03-05 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-03-02 Ivan MaidanskiTravis CI: Test compilation of C files by clang++
2018-03-02 Ivan MaidanskiChange backtrace-specific code to comply with C++11...
2018-03-02 Ivan MaidanskiWorkaround missing extern 'C' for _DYNAMIC in link...
2018-03-01 Ivan MaidanskiWrap remaining extern symbols in .c files into EXTERN_C...
2018-03-01 Ivan Maidanskiwindows-untested: Add gc_alloc_ptrs.h source file
2018-03-01 Ivan MaidanskiEliminate 'unused const variable' C++ warnings for...
2018-03-01 Ivan MaidanskiFix missing GC_generic_malloc_words_small implementatio...
2018-03-01 Ivan MaidanskiFix missing explicit cast of si_addr to char* in write_...
2018-03-01 Ivan MaidanskiTravis CI: Test javaxfc.h symbols linkage in case of...
2018-03-01 Ivan MaidanskiEliminate 'unused const variable' Clang warning for...
2018-03-01 Ivan MaidanskiFix linkage of javaxfc.h symbols for the case of compil...
2018-02-28 Ivan MaidanskiMove include gcconfig.h ouf of extern 'C' block
2018-02-28 Ivan MaidanskiFix include gc_gcj.h in thread_local_alloc.c
2018-02-28 Ivan MaidanskiReplace conditional extern 'C' blocks begin/end with...
2018-02-28 Ivan MaidanskiRemove a redundant check of __cplusplus in Symbian...
2018-02-28 Ivan MaidanskiRemove API symbols renaming in WCC_MAKEFILE
2018-02-28 Ivan MaidanskiTravis CI: Output content of threadkey_test.log
2018-02-28 Ivan MaidanskiDeclare all internal functions in private headers inste...
2018-02-28 Ivan MaidanskiFix typo in AIX macro name
2018-02-28 Ivan MaidanskiEliminate warning about unused start_routine for Orbis...
2018-02-27 Ivan MaidanskiFix GC_free_bytes[] linkage for the case of compilation...
2018-02-27 Ivan MaidanskiFix dbg_mlc.c/o file name in documentation
2018-02-26 Hans BoehmAvoid potential race when accessing size_map table
2018-02-26 Ivan MaidanskiRevert 'Workaround TSan false positives in extend_size_map'
2018-02-26 Ivan MaidanskiAlways include gc_atomic_ops.h unless threads are disabled
2018-02-26 Ivan MaidanskiFix Haiku/amd64 support
2018-02-26 Jay KrellFiddle with linkage to make extra/gc.c valid C++ code
2018-02-26 Jay KrellChange Darwin-specific code to comply with C++11 standard
2018-02-22 Ivan MaidanskiFix missing new-line in GC_INFOLOG_PRINTF call in ABORT...
2018-02-22 Ivan MaidanskiReport errno in case of sem_wait failure in GC_pthread_...
2018-02-22 Ivan MaidanskiOmit register keyword in performance-critical code...
2018-02-22 Ivan MaidanskiFix type of local variables receiving result of PHT_HASH
2018-02-22 Jay KrellEliminate C++ warnings about deprecated register keywor...
2018-02-21 Jay KrellEliminate C++ warning about deprecated register keyword...
2018-02-20 Jay KrellFix 'invalid conversion from const char* to char*'...
2018-02-20 Ivan MaidanskiFix 'anonymous type with no linkage used to declare...
2018-02-20 Ivan MaidanskiUpdate AUTHORS file
2018-02-20 Aurelien LarcherDo not use alternate thread library on Solaris
2018-02-20 Shea LevyMerge RISCV 32/64-bit configurations definition
2018-02-20 Ivan MaidanskiTravis CI: Test compilation of GC/cord C files as C...
2018-02-20 Ivan MaidanskiUpdate AUTHORS file
2018-02-20 Kimura WataruWorkaround Clang optimizer bug crashing clear_stack_inn...
2018-02-19 Ivan MaidanskiFix man section number (3)
2018-02-19 Ivan MaidanskiUpdate AUTHORS file (add Shea Levy)
2018-02-19 Shea LevyAdd initial RISC-V support
2018-02-16 Ivan MaidanskiConvert GC source files to valid C++ code
2018-02-14 Ivan MaidanskiFix 'implicit conversion from size_t to int changes...
2018-02-14 Ivan MaidanskiNew API function (get_size_map_at) to get content of...
2018-02-14 Ivan MaidanskiConvert cord source files to valid C++ code
2018-02-12 Jay KrellChange pointer arguments of push_all[_eager]/conditiona...
2018-02-12 Hans BoehmAvoid potential race between realloc and clear_hdr_mark...
2018-02-09 Ivan MaidanskiRevert 'Workaround TSan false positive about clear_hdr_...
2018-02-09 Ivan MaidanskiTravis CI: Test compiling GC/cord tests as C++ ones...
2018-02-09 Ivan MaidanskiFix build of cord tests as C++ files (Makefile.direct)
2018-02-09 Ivan MaidanskiFix 'anonymous type with no linkage used to declare...
2018-02-09 Ivan MaidanskiReplace GC_MALLOC(sizeof T) with GC_NEW(T) in tests
2018-02-08 Ivan MaidanskiConvert remaining GC tests to valid C++ code
2018-02-08 Ivan MaidanskiFix arg type of continue_reclaim prototype after the...
2018-02-08 Ivan MaidanskiFix arguments delimiter in pcr_interface.c (PCR)
2018-02-08 Ivan MaidanskiChange type of hb_sz field (of hblkhdr) from size_t...
2018-02-08 Ivan MaidanskiTravis CI: Test compilation of C tests as C++ ones
2018-02-08 Ivan MaidanskiConvert cord tests to valid C++ code
2018-02-08 Jay KrellCompile some GC tests as C++ to test extern 'C' in...
2018-02-08 Ivan MaidanskiPut GC internal function prototypes in tests into exter...
2018-02-07 Ivan MaidanskiPut variable/function declarations into extern 'C'...
2018-02-07 Ivan MaidanskiMake uniform the comment for the end of extern 'C'...
2018-02-07 Jay KrellPut variable/function declarations into extern 'C'...
2018-02-07 Ivan MaidanskiCollapse multiple BCOPY_EXISTS macro definitions
2018-02-07 Ivan MaidanskiAdd GC prefix to _MSVC_DBG_H macro
2018-02-06 Jonathan ChambersInitial support of WinRT
2018-02-05 Jay KrellConvert tests to valid C++ code
2018-02-05 Ivan MaidanskiUpdate AUTHORS file (add Jay Krell)
2018-02-05 Jay KrellFix typo in comment in specific.h
2018-02-02 Ivan MaidanskiDo not push 'cpsr' register on Darwin/arm
2018-02-02 Jonathan ChambersDo not push frame pointer on Darwin/arm and Darwin...
2018-02-02 Jonathan ChambersImplement FindTopOfStack(0) for ARM and AArch64 (Darwin)
2018-02-02 Ivan MaidanskiAlways fail if FindTopOfStack(0) is not implemented...
2018-02-02 Ivan MaidanskiDefine macro to specify the environment file name exten...
2018-02-01 Ivan MaidanskiDefine ABORT() using _CrtDbgBreak (if available) on...
2018-02-01 Jonathan ChambersFix 'undefined reference to __builtin_unwind_init'...
2018-02-01 Jonathan ChambersAvoid SIGSEGV during GC_INIT on some Android devices
2018-02-01 Jonathan ChambersInitial support of Sony PlayStation Portable 2
2018-01-31 Ivan MaidanskiRemove ARM32 macro duplicate definition for Nintendo...
2018-01-31 Jonathan ChambersNew macro ALWAYS_SMALL_CLEAR_STACK to avoid clearing...
2018-01-31 Ivan MaidanskiDo not define clear_stack_inner and next_random_no...
2018-01-30 Ivan MaidanskiWorkaround 'address of auto-variable returned' cppcheck...
2018-01-30 Jonathan ChambersInitial support of Xbox One (DURANGO) target
2018-01-29 Jonathan ChambersInitial support of Orbis target
2018-01-27 Ivan MaidanskiRemove duplicate definition of ALIGNMENT macro for...
2018-01-27 Jonathan ChambersInitial support of Nintendo platform
2018-01-26 Ivan MaidanskiUpdate ChangeLog file
2018-01-26 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2018-01-25 Peter WangDefine HEURISTIC2 when STACKBOTTOM is not defined for...
2018-01-24 Ivan MaidanskiRun command passed to if_not_there directly from Makefi...
2018-01-24 Peter WangFix 'undeclared identifier USRSTACK' compiler error...
2018-01-24 Ivan MaidanskiUpdate ChangeLog file
next