platform/upstream/libgc.git
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...
2019-06-18 Ivan MaidanskiBuild gc as a shared library by default (CMake)
2019-06-18 Ivan MaidanskiFix 'external linkage required for var because of dllim...
2019-06-17 Ivan MaidanskiEnable test_cpp in CMake script
2019-06-17 Ivan MaidanskiFix building of shared library with C++ support on...
2019-06-15 Ivan MaidanskiMove test executable files produced by CMake to the...
2019-06-15 Victor RomeroRename libgc-lib.a to libgc.a in CMake script
2019-06-14 Ivan MaidanskiRemove gcmt-dll generation by CMake
2019-06-14 Ivan MaidanskiRemove gcmt-lib generation by CMake
2019-06-14 Ivan MaidanskiRestrict CMake project to C-only language unless enable...
2019-06-14 Ivan MaidanskiFix gc_cpp.cc compilation by CMake if enable_single_obj...
2019-06-13 Ivan Maidanski.gitignore: Ignore CMake-generated libgc.dll.a
2019-06-11 Ivan MaidanskiRemove unnecessary checks of __ELF__ for NaCl
2019-06-11 Ivan Maidanski.gitignore: Ignore CMake-generated libgc.a
2019-06-11 Ivan MaidanskiUpdate AUTHORS file (add Maya Rashish)
2019-06-11 Maya RashishGet rid of some non-ELF ifdefs
2019-06-10 Peter WangFix mmap(PROT_NONE) failure on AIX
2019-06-07 Ivan MaidanskiAdd CMake option to compile all library .c files into...
2019-06-07 Victor RomeroFix build for OS X (CMake)
2019-06-07 Victor RomeroDefine _CRT_SECURE_NO_DEPRECATE macro in CMake script...
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
next