platform/upstream/libgc.git
2017-03-07 Ivan MaidanskiEliminate 'scope of variable can be reduced' cppcheck...
2017-03-07 Ivan MaidanskiTravis CI: Test also --enable-large-config --enable...
2017-03-07 Ivan MaidanskiTravis CI: Output gctest.log content
2017-03-07 Ivan MaidanskiDefine CLANG/GNUC_PREREQ macros to check gcc/clang...
2017-03-05 Ivan MaidanskiEliminate 'condition ret==NULL always true' cppcheck...
2017-03-03 Ivan MaidanskiTravis CI: Also test with Unexpected behavior sanitizer...
2017-03-03 Ivan MaidanskiFix 'overriding commands for target check-without-...
2017-03-02 Ivan MaidanskiUpdate AUTHORS file
2017-03-02 Mikael DjurfeldtFix 'size of tv is unknown' error in brief_async_signal...
2017-03-01 Ivan MaidanskiAdd Makefile target to run all tests without test-driver
2017-03-01 Ivan MaidanskiFix missing .exe for disclaim test filenames in Makefil...
2017-03-01 Ivan MaidanskiUpdate shared libraries version info to differentiate...
2017-03-01 Ivan MaidanskiMove libraries version info to the beginning of Makefile.am
2017-03-01 Max MouratovUpdate AUTHORS file
2017-02-28 Ivan MaidanskiEliminate 'checking unsigned variable < 0' cppcheck...
2017-02-28 Ivan MaidanskiFix name typos in GC_FAST_MALLOC_GRANS comment
2017-02-28 Ivan MaidanskiDefine GC_ASSERT(x) as C assert(x) for external clients...
2017-02-28 Ivan MaidanskiDocument GC_BUILTIN_ATOMIC macro (and gc_atomic_ops...
2017-02-28 Ivan MaidanskiDefine GC_PREFETCH_FOR_WRITE to __builtin_prefetch...
2017-02-28 Ivan MaidanskiEliminate 'label not used' cppcheck false warnings...
2017-02-27 Ivan MaidanskiTravis CI: Output config.h content
2017-02-27 Ivan MaidanskiTravis CI: Move cppcheck to parent (home) folder
2017-02-27 Ivan MaidanskiTravis CI: Reformat 'env' section (describe each config...
2017-02-20 Ivan MaidanskiFix typo in GC_AMIGA_GC documentation in README
2017-02-20 Ivan MaidanskiUpdate AUTHORS file
2017-02-20 Klemens ZwischenbruggerFix various typos in comments and printed messages
2017-02-15 Ivan MaidanskiDo not specify version info for test libraries (Automake)
2017-02-15 Ivan Maidanski.gitignore: Ignore *.sancov (generated by ASan)
2017-02-15 Ivan MaidanskiFix typo in Makefile.am comment
2017-02-14 Ivan MaidanskiTravis CI: Add source check by cppcheck
2017-02-14 Ivan MaidanskiTravis CI: Test -D LINT2 in Linux/x86 builds, not durin...
2017-02-14 Ivan MaidanskiTravis CI: fix -D KEEP_BACK_PTRS option passed to clang...
2017-02-14 Ivan MaidanskiTravis CI: fix 'bits/predefs.h not found' in CSA_CHECK...
2017-02-14 Ivan MaidanskiTravis CI: fix missing "fi" in the script
2017-02-14 Ivan MaidanskiEliminate 'value of GC_INLINE unknown' cppcheck info...
2017-02-14 Ivan MaidanskiTravis CI: Pass -D LINT2 to CFLAGS during test coverage...
2017-02-14 Ivan MaidanskiTravis CI: Add source check by Clang Static Analyzer
2017-02-14 Ivan MaidanskiWorkaround '!GC_page_size is always false' cppcheck...
2017-02-10 Ivan MaidanskiUpdate ChangeLog file
2017-02-10 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2017-02-10 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2017-02-02 Ivan MaidanskiTravis CI: Test --disable-static --disable-threads
2017-02-02 Ivan MaidanskiTravis CI: Test --enable-gc-assertions (only with ...
2017-02-02 Ivan MaidanskiTravis CI: Test --enable-munmap only once (for gcov...
2017-02-02 Ivan MaidanskiTravis CI: Test also --disable-gc-debug and --enable...
2017-02-02 Ivan MaidanskiTravis CI: Do not apply gcov to gc-debug code
2017-02-02 Ivan MaidanskiAdd Coveralls (test coverage status) badge to README
2017-02-02 Ivan MaidanskiTravis CI: Fix base directory for lcov
2017-02-01 Ivan MaidanskiTravis CI: Fix gcov exclude matrix and fix lcov usage
2017-02-01 Ivan MaidanskiTravis CI: Report test coverage for Linux/x64 (single...
2017-02-01 Ivan MaidanskiTravis CI: Refactoring (rename ENABLE_CPP variable...
2017-02-01 Ivan MaidanskiTravis CI: Refactoring (CFLAGS_EXTRA_M, wrap long lines)
2017-01-31 Ivan MaidanskiFix enable_parallel_mark condition in CMake script
2017-01-31 Ivan MaidanskiFix MS VC warning about compiling unused checksums...
2017-01-31 Ivan Maidanski.gitignore: Ignore coverage.info (generated by lcov)
2017-01-31 Ivan Maidanski.gitignore: Ignore all *.gc.log and *.tlog (generated...
2017-01-31 Ivan MaidanskiTravis CI: Fix linux/i686 build; set language to C++
2017-01-31 Ivan MaidanskiFix a typo in comment of GC_mark_some
2017-01-30 Ivan MaidanskiFix 'zero-size array is extension' Clang warning in...
2017-01-29 Ivan MaidanskiTravis CI: compile both for x86 and x64
2017-01-29 Ivan MaidanskiTravis CI: Exclude osx/gcc builds
2017-01-26 Ivan MaidanskiFix AO_compiler_barrier definition in gc_atomic_ops...
2017-01-26 Ivan MaidanskiAppveyor CI: build/test with GCJ support
2017-01-25 Ivan MaidanskiFix GCJ support in CMake build script
2017-01-25 Ivan MaidanskiAdd AO primitives implementation to GC based on C11...
2017-01-23 Ivan MaidanskiDo not x86 asm in PUSH_CONTENTS_HDR for NaCl
2017-01-19 Ivan MaidanskiRevert "Skip GC_DS_PER_OBJECT objs with negative descri...
2017-01-19 Ivan MaidanskiAdd assertion to allocobj that live unmarked object...
2017-01-18 Ivan MaidanskiEliminate 'GC_collecting is set but never used' code...
2017-01-18 Ivan MaidanskiAdd configure --enable-gcov option (enable code coverag...
2017-01-16 Ivan MaidanskiFix lack of 2 trailing zeros in _MSC_VER numbers
2017-01-14 Paul BoneNew API function (GC_dump_named) to produce named dumps
2017-01-13 Ivan Maidanski.gitignore: Ignore gcov c/h output files
2017-01-11 Ivan MaidanskiUse EXPECT FALSE for mark_from code documented as execu...
2017-01-11 Ivan MaidanskiFix gc_allocator.h file name in new_gc_alloc.h comment
2017-01-11 Ivan Maidanskiwindows-untested: Fix paths to gc_version.h
2017-01-11 Ivan MaidanskiFix gc_backptr.h, gc_mark.h, GC_DS_TAGS names in docume...
2017-01-09 Ivan MaidanskiFix 'execvp argument incompatible pointer type' compile...
2017-01-09 Ivan MaidanskiUpdate README regarding make cords with Makefile.direct
2017-01-09 Ivan MaidanskiDelete preprocessor output on make clean (Makefile...
2017-01-09 Ivan MaidanskiFix Makefile.direct recursive invocation
2016-12-28 Ivan MaidanskiFix a typo in push_roots comment
2016-12-23 Ivan MaidanskiFix typo in GC_build_fl_clear2 comment
2016-12-22 Ivan MaidanskiWorkaround 'condition is always true' cppcheck style...
2016-12-22 Ivan MaidanskiAdd minimal testing of GC_MALLOC_[ATOMIC_]WORDS and...
2016-12-22 Ivan MaidanskiEliminate 'array vs singleton' code defect in typed_tes...
2016-12-22 Ivan MaidanskiFix bm_huge initialization for 64-bit targets (gctest)
2016-12-22 Ivan MaidanskiRemove HIGH_BIT macro duplicating SIGNB
2016-12-22 Ivan MaidanskiEliminate 'memory leak' code defect for scratch-allocat...
2016-12-20 Ivan MaidanskiFix CMake tests build for Win32
2016-12-20 Ivan MaidanskiWorkaround 'resource leak' false positives in alloc_MS...
2016-12-20 Ivan MaidanskiFix (adjust) GC_scratch_alloc actual argument type
2016-12-19 Ivan MaidanskiFix storage class of local variable in register_dynamic...
2016-12-19 Ivan MaidanskiExecute more single-threaded GC tests by CMake
2016-12-19 Ivan Maidanski.gitignore: Add even more files generated by CMake
2016-12-19 Ivan MaidanskiSkip grungy_pages update when mark state invalid to...
2016-12-17 Ivan MaidanskiWorkaround 'value of AO_compiler_barrier unknown' cppch...
2016-12-17 Ivan MaidanskiDisable implicit multi-threaded mode for Win32 to avoid...
2016-12-17 Ivan MaidanskiWorkaround 'bad address arithmetic' static analysis...
2016-12-17 Ivan MaidanskiFix compilation for winpthreads if HANDLE_FORK
next