]> granicus.if.org Git - gc/shortlog
gc
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
2019-07-16 Ivan MaidanskiFix a typo in control_chars() comment in de_win.c
2019-07-16 Ivan MaidanskiEliminate 'conversion may lose significant digits'...
2019-07-16 Ivan MaidanskiEliminate 'comparing signed and unsigned values' BCC...
2019-07-16 Ivan MaidanskiSuppress warnings in test_tinyfl() of gctest reported...
2019-07-16 Ivan MaidanskiFix typo in SMakefile filename in README
2019-07-16 Ivan MaidanskiWorkaround 'expression is only useful for its side...
2019-07-16 Ivan MaidanskiFix test_cpp fail when gc_cpp resides in a dll (Borland...
2019-07-16 Ivan Maidanskiwindows-untested: Remove all contents
2019-07-16 Ivan MaidanskiDo not build tests by default (Makefile.direct and...
2019-07-16 Ivan MaidanskiRename gc68060.lib to gc.lib, cord/cord68060.lib to...
2019-07-16 Ivan MaidanskiFix cordtest build in SMakefile.amiga
2019-07-07 Ivan MaidanskiRename gc64.dll to gc.dll and gc[64]_dll.lib to gc...
2019-07-07 Ivan Maidanski.gitignore: Ignore de.dir produced by CMake
2019-07-07 Ivan MaidanskiAppVeyor CI: enable_werror for all cmake builds
2019-07-07 Ivan MaidanskiAppVeyor CI: Fail cmake build if deprecated macro and...
2019-07-07 Ivan MaidanskiEliminate 'possible loss of data' compiler warning...
2019-07-07 Ivan MaidanskiEliminate 'possible loss of data' compiler warning...
2019-07-07 Ivan MaidanskiSupport enable_werror option in CMake script
2019-07-05 Ivan MaidanskiRemove dependency on user32.dll import library from...
2019-07-05 Ivan MaidanskiNew macro (NO_MSGBOX_ON_ERROR) to avoid message box...
2019-07-01 Ivan MaidanskiUpdate ChangeLog file
2019-06-30 Ivan MaidanskiUpdate ChangeLog file (v8.0 changes)
2019-06-30 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes)
2019-06-30 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2019-06-26 Ivan MaidanskiAppVeyor CI: Fix cmake Release build by passing --config
2019-06-26 Ivan MaidanskiFix 'const object must be initialized' MS VC error...
2019-06-25 Ivan MaidanskiFix 'redefinition of struct GC_ms_entry' compilation...
2019-06-25 Ivan MaidanskiFix 'GC_debug_header_size is deprecated' GCC warning
2019-06-24 Ivan MaidanskiTravis CI: Replace clang-5.0 with clang (update to...
2019-06-21 Ivan MaidanskiTravis CI: Fix out-of-memory during cppcheck build
2019-06-21 Ivan MaidanskiUpdate AUTHORS file (add iarspider)
2019-06-21 Ivan RFix 'ISO C++17 does not allow dynamic exception spec...
2019-06-21 Ivan MaidanskiFix 'while clause does not guard' GCC warning in GC_par...
2019-06-21 Ivan MaidanskiFix fread failure after enable_incremental if malloc...
2019-06-21 Ivan MaidanskiDo not use Manual VDB mode if C malloc is redirected
2019-06-19 Victor RomeroSpecify rules for installing targets in CMake script
2019-06-19 Ivan Maidanski.gitignore: Ignore libgccpp shared and static libraries...
2019-06-19 Ivan MaidanskiBuild gc_cpp.cc as gccpp library by CMake script
2019-06-19 Ivan MaidanskiCompile 'de' test GUI app with resources by CMake script
2019-06-19 Ivan MaidanskiFix 'cordtest: command not found' in Makefile.direct
2019-06-19 Ivan Maidanski.gitignore: Ignore libcord shared and static libraries...
2019-06-19 Ivan MaidanskiFix 'unresolved external symbol _main' in gctest report...
2019-06-19 Ivan MaidanskiBuild libcord by CMake script
2019-06-18 Ivan MaidanskiAppVeyor CI: Add CMake build with the default release...
2019-06-18 Ivan MaidanskiAppVeyor CI: Test CMake build with enable_large_config
2019-06-18 Ivan MaidanskiAppVeyor CI: Add CMake build with disabled shared libraries
2019-06-18 Ivan MaidanskiGenerate cordtest and de executable files in GC base...
next