]> granicus.if.org Git - gc/history - cord
Eliminate 'conversion from int to void*' MS VC warning in cordtest (x64)
[gc] / cord /
2019-07-25 Ivan MaidanskiEliminate 'conversion from int to void*' MS VC warning...
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-07 Ivan MaidanskiEliminate 'possible loss of data' compiler warning...
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-06 Victor RomeroDo not build the tests by default (CMake)
2019-06-06 Ivan MaidanskiAdd cordtest to CMake script and rename cord/cord execu...
2019-06-05 Ivan MaidanskiMove CMake cord specification and cord executable to...
2019-02-26 Ivan MaidanskiFix 'duplicate symbol' error for tests using multiple...
2019-01-06 Ivan MaidanskiReplace "msecs" with "ms" in all comments and messages
2018-12-27 Ivan MaidanskiSupport de_win.c compilation by Makefile.direct (cord/de)
2018-11-22 Ivan MaidanskiTurn off leak detection mode explicitly in cord/de
2018-11-22 Ivan MaidanskiPrint relevant message in tests not appropriate for...
2018-11-12 Ivan MaidanskiGuard against potential buffer overflow in CORD_next...
2018-11-12 Ivan MaidanskiWorkaround 'potential non-terminated string' false...
2018-11-12 Ivan MaidanskiEliminate 'casting signed to bigger unsigned int' CSA...
2018-09-07 Ivan MaidanskiFix GC_VSNPRINTF in cordprnt for DJGPP and MS VC for...
2018-09-07 Ivan MaidanskiFix missing curses.h in cord/de when compiling manually...
2018-09-06 Ivan MaidanskiEliminate 'different const qualifiers' MS VC warnings...
2018-09-04 Ivan Maidanski[8.0.0] v8.0.0
2018-09-04 Max MouratovFix comment typos in backgraph.c, de.c, gcconfig.h
2018-07-01 Ivan MaidanskiNew public API (PTR_STORE_AND_DIRTY) to simplify store...
2018-06-21 Ivan MaidanskiAdd GC_reachable_here after GC_END_STUBBORN_CHANGE...
2018-06-20 Ivan MaidanskiConsistently define WIN32_LEAN_AND_MEAN/NOSERVICE befor...
2018-06-18 Ivan MaidanskiEliminate 'declaration of var hides global declaration...
2018-06-04 Ivan MaidanskiEliminate 'cast between incompatible function types...
2018-05-29 Ivan MaidanskiEliminate 'possibly incorrect assignment in CORD_vsprin...
2018-05-23 Ivan MaidanskiFix cords for MANUAL_VDB
2018-05-23 Ivan MaidanskiTurn on incremental mode in cordtest cord/de and static...
2018-02-21 Jay KrellEliminate C++ warning about deprecated register keyword...
2018-02-20 Jay KrellFix 'invalid conversion from const char* to char*'...
2018-02-14 Ivan MaidanskiConvert cord source files to valid C++ code
2018-02-08 Ivan MaidanskiConvert cord tests to valid C++ code
2017-11-29 Ivan MaidanskiEliminate 'this statement may fall through' GCC warnings
2017-07-20 Ivan MaidanskiReplace deprecated rewind to fseek in cordxtra
2017-04-20 Ivan MaidanskiEliminate 'possible loss of data' compiler warnings...
2017-04-19 Ivan MaidanskiRemove version info in 'de' cord test application
2017-04-19 Ivan MaidanskiExpand tabs to spaces in de_win.rc (tests)
2017-03-16 Ivan MaidanskiWorkaround 'WinMain() is never used' cppcheck false...
2017-03-07 Ivan MaidanskiDefine CLANG/GNUC_PREREQ macros to check gcc/clang...
2017-03-03 Ivan MaidanskiFix 'overriding commands for target check-without-...
2017-03-01 Ivan MaidanskiAdd Makefile target to run all tests without test-driver
2017-03-01 Ivan MaidanskiUpdate shared libraries version info to differentiate...
2017-03-01 Ivan MaidanskiMove libraries version info to the beginning of Makefile.am
2016-12-09 Ivan MaidanskiEliminate 'use of vulnerable sprintf' code defect in...
2016-12-09 Ivan MaidanskiWorkaround 'potential multiplication overflow' code...
2016-10-28 Ivan MaidanskiEliminate 'unsafe vsprintf is deprecated' compiler...
2016-10-28 Ivan MaidanskiEliminate 'possible integer underflow' code defect...
2016-10-27 Ivan MaidanskiWorkaround 'pos_*, [r]iter, dump never used' cppcheck...
2016-10-27 Ivan MaidanskiEliminate 'CORD_*printf is never used' cppcheck style...
2016-10-26 Ivan MaidanskiFix conditional expression in pos_fetch, next non-macro...
2016-10-20 Ivan MaidanskiEliminate 'printf format specifies type void*' GCC...
2016-09-28 Ivan MaidanskiEliminate 'write to memory that was const-qualified...
2016-09-28 Ivan MaidanskiRevert "Workaround 'struct member Generic::null never...
2016-09-28 Ivan MaidanskiFix CORD_substr_closure for the case when CORD_from_fn...
2016-09-12 Ivan MaidanskiWorkaround 'va_list used before va_start' cppcheck...
2016-09-01 Ivan MaidanskiWorkaround 'struct member Generic::null never used...
2016-08-29 Ivan MaidanskiEliminate 'checking if unsigned variable is <0' cppchec...
2016-08-29 Ivan MaidanskiEliminate 'condition is always true' cppcheck style...
2016-08-27 Ivan MaidanskiEliminate 'scope of variable can be reduced' cppcheck...
2016-06-30 Ivan MaidanskiMerge branch 'generalize-alloc-via-ok_freelist'
2016-06-21 Ivan MaidanskiMerge branch 'thread-suspend'
2016-03-02 Ivan MaidanskiFix filename printing in cordtest
2016-03-02 Ivan MaidanskiFix 'CORD_iter5 unused result' code defect in cordxtra
2016-02-16 Ivan MaidanskiFix 'implicit declaration of function' compiler warning...
2016-02-15 Ivan MaidanskiFix null-pointer dereferences on out-of-memory in cord/de
2016-02-12 Ivan MaidanskiFix missing numeric casts in cord
2016-02-12 Ivan Maidanskicord/de: Change main() declaration style from K-R to...
2016-02-12 Ivan MaidanskiFix 'unused label' compiler warning in cord/de
2016-02-12 Ivan MaidanskiRemove duplicate new-line in OUT_OF_MEMORY message...
2016-02-12 Ivan MaidanskiEliminate 'divide by zero' compiler warning in cordtest
2016-02-12 Ivan MaidanskiFix GC initialization in de_win for Cygwin
2016-02-12 Ivan MaidanskiFix de_win WndProc prototype parameters for 64-bit...
2016-02-11 Ivan MaidanskiFix null-pointer dereferences in case of out-of-memory...
2015-09-18 Ivan MaidanskiFix 'value truncated' compiler warning in CORD_cat...
2015-05-17 Ivan MaidanskiMerge branch 'profiling-callbacks'
2015-03-07 Ivan MaidanskiMerge branch 'master' into ios-unified-ts-fix
2015-01-07 Bruce HoultFix OSX issue with snprintf wrapper macro
2014-11-04 Ivan MaidanskiMerge remote-tracking branch 'robovm/thread_get_state_s...
2014-10-21 Ivan MaidanskiFix missing cord_pos.h, ec.h among installed headers...
2014-08-02 Ivan MaidanskiFix Unicode Win32 API calls in cord de_win
2014-06-22 Ivan MaidanskiFix vsprintf_args initialization/cleanup in CORD_vsprin...
2014-06-22 Ivan MaidanskiFix 'implicit declaration of vsnprintf' GCC warning...
2014-06-18 Ivan MaidanskiFix unresolved vsnprintf in misc.c and snprintf in...
2014-06-15 Ivan MaidanskiFix signedness of char values passed to isspace, iscntr...
2014-06-14 Ivan MaidanskiEliminate warnings detected by Cppcheck in cord de...
2014-05-17 Ivan MaidanskiMerge branch 'ancient-releases'
2014-05-17 Ivan MaidanskiMerge tag 'gc6_3alpha5' into ancient-releases
2014-05-17 Hans Boehmgc6.2alpha5 tarball import gc6_2alpha5
2014-05-17 Hans Boehmgc6.2alpha4 tarball import gc6_2alpha4
2014-05-17 Ivan MaidanskiMerge tag 'gc6_1' into ancient-releases
2014-05-17 Hans Boehmgc6.0alpha8 tarball import gc6_0alpha8
2014-05-17 Hans Boehmgc6.0alpha3 tarball import gc6_0alpha3
2014-05-17 Ivan MaidanskiMerge tag 'gc5_3' into ancient-releases
2014-05-17 Hans Boehmgc5.0alpha4 tarball import gc5_0alpha4
2014-05-17 Ivan MaidanskiMerge tag 'gc5_0alpha3' into ancient-releases
2014-05-17 Hans Boehmgc5.0alpha2 tarball import gc5_0alpha2
2014-05-17 Hans Boehmgc5.0alpha1 tarball import gc5_0alpha1
next