Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-05-15Workaround 'function nested_sp is never used' cppcheck style warningIvan Maidanski
2018-02-16Convert GC source files to valid C++ codeIvan Maidanski
2018-02-09Fix 'anonymous type with no linkage used to declare variable' C++ errorIvan Maidanski
2018-01-24Run command passed to if_not_there directly from Makefile.directIvan Maidanski
2018-01-24Use HOST_ANDROID define instead of PLATFORM_ANDROIDZoltan Varga
2018-01-18Fix missing EOLn output in threadlibs toolIvan Maidanski
2018-01-17Fix threadlibs tool to output '-lpthread' for DragonFlyIvan Maidanski
2017-05-12Remove 'dist' target from Makefile.directIvan Maidanski
2017-05-03Remove GC_GNU_THREADS macro (HURD)Ivan Maidanski
2017-03-23Use sigsetjmp() in setjmp_t tool if availableIvan Maidanski
2017-03-23Fix tools/setjmp_t hang (OS X)Ivan Maidanski
2017-03-10Remove notes that K&R C compiler is unsupportedIvan Maidanski
2017-03-07Define CLANG/GNUC_PREREQ macros to check gcc/clang minimum versionIvan Maidanski
2017-02-21Fix various typos in comments and printed messagesKlemens Zwischenbrugger
2017-01-10Fix 'execvp argument incompatible pointer type' compiler warning (tools)Ivan Maidanski
2016-11-15Suppress 'tainted string passed to vulnerable operation' false defectsIvan Maidanski
2016-10-13Eliminate 'printf format specifier mismatch' compiler warning (tools)Ivan Maidanski
2016-10-13Workaround 'resource leak' error reported by cppcheck (tools, test)Ivan Maidanski
2016-10-13Eliminate 'unnecessary comparison of static strings' cppcheck warningIvan Maidanski
2016-10-05Eliminate 'address of local variable returned' static analyzer warningIvan Maidanski
2016-10-05Fix tools/setjmp_t to prevent nested_sp inliningIvan Maidanski
2016-08-26Eliminate 'value stored is never read' warning of Clang static analyzerIvan Maidanski
2016-02-17Fix 'signed-to-bigger-unsigned value assignment' warning in GC_setpagesizeIvan Maidanski
2013-11-17Bump version to 7.4.0; change policy regarding version numbersgc7_4_0Ivan Maidanski
2012-08-01Fix all address-of-dummy operations by using GC_approx_sp() insteadIvan Maidanski
2012-08-01Resolve GCC warning in setjmp_t.cIvan Maidanski
2012-08-01Fix all address-of-dummy operations by adding volatileIvan Maidanski
2012-06-16tools: Include proper header file for configuration macrosIvan Maidanski
2012-03-19Fix GC_ALPHA_VERSION comparison in gctest and tools filesIvan Maidanski
2012-03-05Replace pointer relational comparisons with non-pointer onesIvan Maidanski
2012-02-29tools: Prevent compiler warnings regarding unused argument and printfIvan Maidanski
2012-02-29tools: Change some functions declaration style from K-R to ANSI CIvan Maidanski
2011-12-22Remove trailing spaces at EOLn in all filesIvan Maidanski
2011-09-14Move and rename "callprocs" utility to tools/callprocs.sh.Ivan Maidanski
2011-08-25Move build tools sources from "extra" to "tools" folder.Ivan Maidanski