platform/upstream/libgc.git
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
2016-12-17 Ivan MaidanskiWorkaround 'checking unsigned value is negative' code...
2016-12-17 Ivan MaidanskiWorkaround 'null pointer dereference' false positive...
2016-12-16 Ivan MaidanskiEliminate 'integer shift by a negative amount' code...
2016-12-16 Ivan MaidanskiFix typo in GET_MEM comment
2016-12-14 Ivan Maidanski.gitignore: Properly ignore sym-linked folders of code...
2016-12-13 Ivan MaidanskiDo not print n_rescuing_pages value if incremental...
2016-12-12 Ivan MaidanskiFix GC_noop6 definition to avoid its calls to be optimi...
2016-12-12 Ivan MaidanskiPut invariant name in quotes to make mark_state comment...
2016-12-12 Ivan Maidanski.gitignore: Ignore folders and files of static code...
2016-12-10 Ivan MaidanskiFix GC_mark_stack_top assertion violation properly...
2016-12-10 Ivan MaidanskiFix assertion in GC_steal_mark_stack for non-heap regions
2016-12-09 Ivan MaidanskiFix gc_cleanup destructor for non-heap objects (gc_cpp)
2016-12-09 Ivan MaidanskiWorkaround 'index out of bounds' UBSan false warning...
2016-12-09 Ivan MaidanskiEliminate 'use of vulnerable sprintf' code defect in...
2016-12-09 Ivan MaidanskiWorkaround 'potential multiplication overflow' code...
2016-12-09 Ivan MaidanskiSupport CFLAGS_EXTRA to pass extra user-defined compile...
2016-12-08 Ivan MaidanskiRemove page_was_dirty and remove_protection duplicate...
2016-12-07 Ivan MaidanskiFix '~' operator application to unsigned values shorter...
2016-12-07 Ivan MaidanskiFix 'bogus LR' detection in FindTopOfStack (Darwin)
2016-12-07 Ivan MaidanskiEnable mprotect-based incremental GC for Win64 (GCC)
2016-12-07 Ivan MaidanskiWorkaround 'pointer used before comparison to null...
2016-12-07 Ivan MaidanskiFix '32-bit value shift followed by expansion to 64...
2016-12-06 Ivan MaidanskiFix 'GC_written_pages never read' code defect (GWW_VDB)
2016-12-05 Ivan MaidanskiFix 'context local variable might be clobbered by setjm...
2016-12-05 Ivan MaidanskiFix message of VDB implementation used if MPROTECT_VDB...
2016-12-05 Ivan MaidanskiTest GCJ object creation with length-based descriptor...
2016-12-05 Ivan MaidanskiFix potential data race in GC_SysVGetDataStart (SPARC)
2016-12-05 Ivan MaidanskiFix a typo in comment in GC_SysVGetDataStart
2016-11-28 Ivan MaidanskiTravis CI configuration: turn on pointer backtracing
2016-11-28 Ivan MaidanskiTravis CI configuration: also build and test C++
2016-11-27 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2016-11-27 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2016-11-26 Ivan MaidanskiSuppress 'use of GNU address-of-label extension' warnin...
2016-11-25 Ivan MaidanskiSuppress 'taking address of label non-standard' GCC...
2016-11-23 Ivan MaidanskiFix Solaris/sparc detection in case of strict C complia...
2016-11-22 Ivan MaidanskiReport gcc/clang pedantic warnings (configure)
2016-11-19 Ivan MaidanskiFix assertion violation in GC_repeat_read if --enable...
2016-11-19 Ivan MaidanskiFix threaded tests runtime crash if GC_NO_THREAD_REDIRE...
2016-11-19 Ivan MaidanskiFix initsecondarythread_test runtime failure if GC...
next