platform/upstream/libgc.git
2019-06-07 Victor RomeroSupport header files installation in CMake script
2019-06-06 Ivan MaidanskiAppveyor CI: Turn on build_test and enable_cplusplus...
2019-06-06 Victor RomeroDo not build the tests by default (CMake)
2019-06-06 Peter WangFix 'ulong undefined' compilation error on AIX
2019-06-06 Ivan MaidanskiAppveyor CI: Pass --build-config to ctest again
2019-06-06 Ivan MaidanskiAdd cordtest to CMake script and rename cord/cord execu...
2019-06-05 Ivan Maidanski.gitignore: Ignore CMake-generated files in cord folder
2019-06-05 Ivan MaidanskiMove CMake cord specification and cord executable to...
2019-06-05 Victor RomeroDefine _CRT_SECURE_NO_DEPRECATE macro in CMake script...
2019-06-05 Ivan MaidanskiAdd tracetest and disclaim tests to CMake script
2019-06-05 Ivan MaidanskiTurn off C++ API in CMake script by default
2019-06-05 Ivan MaidanskiSupport enable_sigrt_signals option by CMake script
2019-06-04 Ivan MaidanskiAppveyor CI: Pass CMAKE_OPTIONS to cmake only when...
2019-06-04 Ivan Maidanski.gitignore: Ignore libgcmt-dll.dll.a (produced by CMake)
2019-05-31 Ivan MaidanskiTravis CI: Output content of threadleaktest.log
2019-05-30 Ivan MaidanskiUpdate AUTHORS file (add Victor Romero)
2019-05-30 Victor RomeroGroup all options near the top of CMake script
2019-05-30 Victor RomeroUpgrade cmake_minimum_required(version) to 3.1
2019-05-30 Ivan MaidanskiFix 'GC_old_bus_handler defined but not used' compiler...
2019-05-30 Ivan MaidanskiNew API standalone functions to acquire and release...
2019-05-30 Ivan MaidanskiRename NO values to OFF in CMake script
2019-05-30 Ivan MaidanskiWorkaround 'checking if unsigned i < 0' cppcheck FP...
2019-05-29 Ivan MaidanskiEliminate 'struct member os_callback is never used...
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-27 Ivan MaidanskiUse lowercase naming of commands in CMake scripts
2019-05-23 Ivan MaidanskiWorkaround spurious gctest exit in incremental mode...
2019-05-17 Ivan MaidanskiUpdate ChangeLog file
2019-05-17 Ivan MaidanskiUpdate ChangeLog file (v8.0 changes)
2019-05-17 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes)
2019-05-17 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2019-05-16 Jasper Lievisse... Use __data_start instead of _fdata on OpenBSD/mips64
2019-05-15 Ivan MaidanskiUpdate AUTHORS file (add Jasper Lievisse Adriaanse)
2019-05-15 Jasper Lievisse... Fix word size and alignment for OpenBSD/mips64(el)
2019-05-15 Ivan MaidanskiUpdate AUTHORS file (add Christian Weisgerber)
2019-05-15 Christian WeisgerberAdd support of OpenBSD/aarch64
2019-05-06 Ivan MaidanskiUpdate AUTHORS file (add Brian J. Cardiff)
2019-05-06 Brian J. CardiffAdd API functions to get and set the stack bottom of...
2019-04-29 Ivan MaidanskiFix first_thread stack_base initialzation if custom...
2019-04-26 Ivan MaidanskiReplace 'stack base' with 'stack bottom' in the documen...
2019-04-26 Ivan MaidanskiFix the stack bottom variable name in README
2019-04-25 Ivan MaidanskiRefine do_blocking() documentation in gc.h
2019-04-25 Ivan MaidanskiAdd assertion that GC is initialized to base incrementa...
2019-04-25 Ivan MaidanskiExplicitly zero-initialize trace_buf
2019-04-25 Ivan MaidanskiCheck real-symbols are already initialized in pthread_j...
2019-04-23 Ivan MaidanskiWorkaround 'duplicate expression for condition and...
2019-04-22 Ivan MaidanskiFix save_callers for multi-threaded case if built-in...
2019-04-19 Ivan MaidanskiRemove Win32 main_thread static variable if threads...
2019-04-17 Ivan MaidanskiSimplify logged message in scratch_recycle
2019-04-17 Ivan MaidanskiEnable true incremental collection even if parallel...
2019-04-16 Ivan MaidanskiComments reformatting in mark.c to properly delimit...
2019-04-16 Ivan MaidanskiSimplify loops of collect_a_little/stopped_mark invokin...
2019-04-12 Ivan MaidanskiAllow GC_PAUSE_TIME_TARGET environment variable values...
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 MaidanskiTravis CI: Add a test of configure --enable-mmap (Linux)
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-06 Ivan MaidanskiUpdate ChangeLog file
2019-04-06 Ivan MaidanskiUpdate ChangeLog file (v8.0 changes)
2019-04-06 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes)
2019-04-06 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2019-04-05 Ivan MaidanskiAppveyor/Travis CI: Test with GC time limit set to...
2019-04-04 Ivan MaidanskiFix typos in documentation (regarding 'non-incremental')
2019-04-04 Ivan MaidanskiUpdate documentation about the incremental collector...
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-03 Ivan MaidanskiAppveyor CI: Do not use GC_PREFER_MPROTECT_VDB together...
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-02 Ivan MaidanskiAvoid rare 'Unexpected heap growth' in multi-threaded...
2019-04-02 Ivan MaidanskiAppveyor CI: Test MinGW with -D GC_PREFER_MPROTECT_VDB
2019-04-01 Ivan MaidanskiAvoid compiler warning about unused d in GC_CALLOC...
2019-04-01 Ivan MaidanskiAdd testing of GC_CALLOC/MALLOC_EXPLICITLY_TYPED (gctest)
2019-03-27 Ivan MaidanskiUpdate ChangeLog file
2019-03-27 Ivan MaidanskiUpdate ChangeLog file (v8.0 changes)
2019-03-27 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes)
2019-03-27 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2019-03-26 Ivan MaidanskiAdjust highlighting of API prototypes in gcinterface.md
2019-03-26 Ivan MaidanskiFix a typo in gcinterface.md after recent documentation...
2019-03-26 Ivan MaidanskiFix printf format specifier in simple_example.md
2019-03-26 Ivan MaidanskiReformat gc.man (wrap long lines)
2019-03-26 Ivan MaidanskiUpdate the documentation to match the current GC implem...
2019-03-25 Ivan MaidanskiAdjust formatting of numbered lists in README.md to...
2019-03-25 Ivan MaidanskiFix incorrect markup formatting in documentation
2019-03-25 Ivan MaidanskiFix configure message about 'AIX gcc optimization fix'
2019-03-25 Ivan MaidanskiRefine GC_INIT documentation about its multiple invocation
2019-03-25 Ivan MaidanskiRemove 'distributed ports', 'scalable versions' section...
2019-03-25 Ivan MaidanskiRemove 'current users' section from overview.md
2019-03-25 Ivan MaidanskiUpdate the ASCII diagrams describing the tree structure...
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 MaidanskiTravis CI: Do not scan real_malloc.c to workaround...
next