]> granicus.if.org Git - gc/shortlog
gc
2019-10-21 Ivan MaidanskiDo not use iOS private symbols master
2019-10-15 Ivan Maidanski.gitignore: Collapse multiple lib*.so items in a single one
2019-10-15 Ivan MaidanskiAppVeyor CI: Test MS VC build with -D GC_NO_INLINE_STD_NEW
2019-10-15 Ivan MaidanskiNew macro to avoid system-wide new/delete inlining...
2019-10-12 Ivan MaidanskiRemove a note in README.macros that work in progress
2019-10-11 Ivan MaidanskiUpdate AUTHORS file
2019-10-11 Dima PasechnikFix 'traceable but uncollectible memory' wording in...
2019-10-11 Ivan MaidanskiFix gc_cpp.h file name in comments after renaming
2019-10-11 Ivan MaidanskiUpdate ChangeLog file
2019-10-10 Ivan MaidanskiUpdate ChangeLog file (v8.0 changes)
2019-10-10 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes)
2019-10-10 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2019-10-07 Ivan MaidanskiUpdate AUTHORS file
2019-10-07 Sorawee PorncharoenwaseFix a typo in 'primitives' word in ChangeLog
2019-10-07 Jonathan ChambersAdd dummy target for mono client
2019-10-04 Ivan MaidanskiWorkaround 'condition is redundant or null deref is...
2019-10-04 Ivan MaidanskiWorkaround 'condition *flh==0 is always true' cppcheck...
2019-10-04 Ivan MaidanskiFix GC_new_hblk prototype in a comment
2019-10-04 Ivan MaidanskiCheck thread is alive on each SuspendThread loop iterat...
2019-10-03 Ivan MaidanskiDo not hold GC_fault_handler_lock when in Sleep (Win32)
2019-10-03 Ivan MaidanskiWorkaround 'label handle_thr_start is not used' cppchec...
2019-10-02 Ivan MaidanskiUse CreateThread without GC_ prefix in gctest
2019-10-02 Ivan MaidanskiFix 'ACCESS_VIOLATION in marker' GC warning on Win32...
2019-09-26 Ivan MaidanskiWorkaround 'condition appendToFile is always false...
2019-09-25 Ivan MaidanskiSet GC_collecting hint for GC_collect_a_little_inner...
2019-09-25 Ivan MaidanskiPrevent use of unsaved thread context registers in...
2019-09-24 Ivan MaidanskiRemove redundant GC_with_callee_saves_pushed call in...
2019-09-23 Ivan MaidanskiReformat code of GC_push_roots
2019-09-16 Ivan MaidanskiAdd assertion that thread is suspended when using conte...
2019-09-16 Ivan MaidanskiAdd debug messages on thread suspend/resume (Win32)
2019-09-14 Ivan MaidanskiCollapse multiple includes of windows.h
2019-09-14 Ivan MaidanskiEliminate 'static GC_sysinfo definition has incomplete...
2019-09-12 Ivan MaidanskiAppVeyor CI: Test mingw build with -D CONSOLE_LOG
2019-09-12 Ivan MaidanskiNew macro (CONSOLE_LOG) to enable logging to console...
2019-09-11 Ivan MaidanskiDo not define GC_write_cs for Xbox One target
2019-09-10 Ivan MaidanskiWorkaround 'argument to function is always 1' cppcheck...
2019-09-10 Ivan MaidanskiWorkaround 'redundant initialization for r' cppcheck...
2019-09-10 Ivan MaidanskiWorkaround 'cnt var assigned but not used' cppcheck...
2019-09-10 Ivan MaidanskiRemove redundant check of GC_free argument in register_...
2019-09-10 Ivan MaidanskiReplace push_one calls with push_many_regs one for...
2019-09-10 Ivan MaidanskiFix incorrect code generation by MS VC caused by excess...
2019-09-05 Ivan MaidanskiAppVeyor CI: Test mingw64 build with -D NO_RETRY_GET_TH...
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 MaidanskiPrevent WARN of incompatible incremental GC if default...
2019-08-29 Ivan MaidanskiDisable mprotect-based incremental GC if /proc roots...
2019-08-29 Ivan MaidanskiFix a typo in GC_init comment
2019-08-27 Ivan MaidanskiUpdate ChangeLog file
2019-08-26 Ivan MaidanskiUpdate ChangeLog file (v8.0 changes)
2019-08-26 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes)
2019-08-26 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2019-08-22 Ivan MaidanskiTravis CI: Test cmake build w/o threads, test it w...
2019-08-22 Ivan MaidanskiAppVeyor CI: Test cmake build with "DllMain to track...
2019-08-22 Ivan MaidanskiEnable multi-threaded builds by CMake
2019-08-22 Ivan MaidanskiRefactoring of CMake script to use ANDROID/APPLE/CYGWIN...
2019-08-22 Ivan MaidanskiCode refactoring of MAKE_BACK_GRAPH definition in CMake...
2019-08-21 Ivan MaidanskiFix cmake_minimum_required specification
2019-08-21 Ivan MaidanskiFix HOST determination in CMake script
2019-08-21 Ivan MaidanskiCause fatal error in case of incompatible arguments...
2019-08-21 Ivan MaidanskiFix tests build by CMake on Cygwin
2019-08-21 Ivan MaidanskiAdd staticrootstest to CMake script
2019-08-21 Ivan MaidanskiFix subexpression widening in memhash() of disclaim_wea...
2019-08-21 Ivan MaidanskiEliminate 'conversion from size_t to int' MSVC warning...
2019-08-21 Ivan MaidanskiEliminate 'conversion from size_t to int' MSVC warning...
2019-08-14 Ivan MaidanskiWorkaround 'condition (pred&1)==0 is always false'...
2019-08-14 Ivan MaidanskiFix 'condition pred!=NULL is always true' compiler...
2019-08-13 Ivan MaidanskiTravis CI: Test CMake builds
2019-08-13 Ivan MaidanskiFix gc_allocator.h compilation by Clang
2019-08-13 Ivan MaidanskiEliminate 'treating c input as c++ when in C++ mode...
2019-08-02 Ivan MaidanskiFix 'wrong finalization data' gctest failure on Windows
2019-07-30 Ivan MaidanskiAppVeyor CI: Print .gc.log on gctest failure for mingw...
2019-07-30 Ivan MaidanskiAppVeyor CI: Fix passing -D NO_MSGBOX_ON_ERROR to cmake...
2019-07-30 Ivan MaidanskiFix passing CFLAGS_EXTRA to compiler in CMake script
2019-07-30 Ivan MaidanskiAppVeyor CI: Do not pass -v to cmake
2019-07-30 Ivan MaidanskiAppVeyor CI: Pass -D NO_MSGBOX_ON_ERROR to CMake (MS...
2019-07-30 Ivan MaidanskiAppVeyor CI: Turn on verbose mode during cmake build
2019-07-30 Ivan MaidanskiSupport CFLAGS_EXTRA to pass extra user-defined compile...
2019-07-26 Ivan MaidanskiFix test_cpp failure caused by arbitrary link order...
2019-07-26 Ivan MaidanskiPass -D GC_DLL -fvisibility=hidden if default configure...
2019-07-25 Ivan MaidanskiAppVeyor CI: Add builds based on NT_MAKEFILE
2019-07-25 Ivan MaidanskiEliminate 'conversion from int to void*' MS VC warning...
2019-07-25 Ivan MaidanskiWorkaround 'typedef ignored on left of' MSVC warning...
2019-07-24 Ivan MaidanskiAppVeyor CI: Remove building redundant check-cpp target...
2019-07-24 Ivan MaidanskiTravis CI: Remove building redundant check-cpp target...
2019-07-24 Ivan MaidanskiCompile gc.c unless building static libraries (NT_MAKEF...
2019-07-24 Ivan MaidanskiBuild cord.lib by Makefile.direct, NT_MAKEFILE, OS2_MAK...
2019-07-24 Ivan MaidanskiFix gccpp.lib dependency in NT_MAKEFILE
2019-07-23 Ivan Maidanski.gitignore: Ignore all *.a files in the base folder
2019-07-22 Ivan MaidanskiCompile msvc_dbg.c by CMake script (MS VC)
2019-07-22 Ivan MaidanskiReplace _M_AMD64 macro with _M_X64
2019-07-19 Ivan MaidanskiRename make_as_lib option to enable_static in NT_MAKEFI...
2019-07-19 Ivan MaidanskiBuild shared libraries by default (WCC_MAKEFILE)
2019-07-19 Ivan MaidanskiRename nothreads option to disable_threads in NT_MAKEFILE
2019-07-19 Ivan MaidanskiBuild gccpp library by Makefile.direct, NT_MAKEFILE...
2019-07-17 Ivan MaidanskiUpdate README.cmake regarding Unix, C++ and tests
2019-07-17 Ivan MaidanskiRemove gc.mak script (MS VC)
2019-07-17 Ivan Maidanski.gitattributes: Update after BCC_MAKEFILE removal
2019-07-17 Ivan MaidanskiRemove Borland-specific Makefile (BCC_MAKEFILE)
2019-07-17 Ivan MaidanskiEnable CMake-based build for Borland and Watcom compilers
next