]> granicus.if.org Git - gc/history - tools
Eliminate 'conversion from int to void*' MS VC warning in cordtest (x64)
[gc] / tools /
2018-06-20 Ivan MaidanskiConsistently define WIN32_LEAN_AND_MEAN/NOSERVICE befor...
2018-05-15 Ivan MaidanskiWorkaround 'function nested_sp is never used' cppcheck...
2018-02-16 Ivan MaidanskiConvert GC source files to valid C++ code
2018-02-09 Ivan MaidanskiFix 'anonymous type with no linkage used to declare...
2018-01-24 Ivan MaidanskiRun command passed to if_not_there directly from Makefi...
2018-01-24 Zoltan VargaUse HOST_ANDROID define instead of PLATFORM_ANDROID
2018-01-17 Ivan MaidanskiFix missing EOLn output in threadlibs tool
2018-01-17 Ivan MaidanskiFix threadlibs tool to output '-lpthread' for DragonFly
2017-05-12 Ivan MaidanskiRemove 'dist' target from Makefile.direct
2017-05-03 Ivan MaidanskiRemove GC_GNU_THREADS macro (HURD)
2017-03-23 Ivan MaidanskiUse sigsetjmp() in setjmp_t tool if available
2017-03-23 Ivan MaidanskiFix tools/setjmp_t hang (OS X)
2017-03-10 Ivan MaidanskiRemove notes that K&R C compiler is unsupported
2017-03-07 Ivan MaidanskiDefine CLANG/GNUC_PREREQ macros to check gcc/clang...
2017-02-20 Klemens Zwischenbr... Fix various typos in comments and printed messages
2017-01-09 Ivan MaidanskiFix 'execvp argument incompatible pointer type' compile...
2016-11-15 Ivan MaidanskiSuppress 'tainted string passed to vulnerable operation...
2016-10-13 Ivan MaidanskiEliminate 'printf format specifier mismatch' compiler...
2016-10-13 Ivan MaidanskiWorkaround 'resource leak' error reported by cppcheck...
2016-10-13 Ivan MaidanskiEliminate 'unnecessary comparison of static strings...
2016-10-05 Ivan MaidanskiEliminate 'address of local variable returned' static...
2016-10-05 Ivan MaidanskiFix tools/setjmp_t to prevent nested_sp inlining
2016-08-26 Ivan MaidanskiEliminate 'value stored is never read' warning of Clang...
2016-06-30 Ivan MaidanskiMerge branch 'generalize-alloc-via-ok_freelist'
2016-06-21 Ivan MaidanskiMerge branch 'thread-suspend'
2016-02-17 Ivan MaidanskiFix 'signed-to-bigger-unsigned value assignment' warnin...
2014-05-17 Ivan MaidanskiMerge branch 'ancient-releases'
2013-11-17 Ivan MaidanskiBump version to 7.4.0; change policy regarding version... gc7_4_0
2013-09-15 Ivan MaidanskiMerge (dummy) remote-tracking branch 'pcpa/master'
2013-09-15 Ivan MaidanskiMerge (dummy) branch 'fnlz-requires-all-interior'
2013-09-14 Ivan MaidanskiMerge (dummy) remote-tracking branch 'paurkedal/t/threa...
2013-09-14 Ivan MaidanskiMerge (dummy) remote-tracking branch 'paurkedal/remove...
2013-09-14 Ivan MaidanskiMerge (dummy) remote-tracking branch 'paurkedal/finaliz...
2012-08-01 Ivan MaidanskiFix all address-of-dummy operations by using GC_approx_...
2012-08-01 Ivan MaidanskiResolve GCC warning in setjmp_t.c
2012-08-01 Ivan MaidanskiFix all address-of-dummy operations by adding volatile
2012-06-16 Ivan Maidanskitools: Include proper header file for configuration...
2012-03-20 Ivan MaidanskiDummy merge branch 'iphone_libgc_6x'
2012-03-20 Ivan MaidanskiMerge branch 'symbian-port'
2012-03-19 Ivan MaidanskiFix GC_ALPHA_VERSION comparison in gctest and tools...
2012-03-18 Ivan MaidanskiMerge with symbian_libgc_7x branch
2012-03-05 Ivan MaidanskiReplace pointer relational comparisons with non-pointer...
2012-02-29 Ivan Maidanskitools: Prevent compiler warnings regarding unused argum...
2012-02-29 Ivan Maidanskitools: Change some functions declaration style from...
2011-12-22 Ivan MaidanskiRemove trailing spaces at EOLn in all files
2011-09-14 Ivan MaidanskiMove and rename "callprocs" utility to tools/callprocs.sh.
2011-08-25 Ivan MaidanskiMove build tools sources from "extra" to "tools" folder.