index
:
delta/bdwgc.git
add-long-weakref
draft-appveyor
draft-travis
fix_tsx_bug
freebsd-ports-devel-boehm-gc
freebsd-ports-devel-boehm-gc-integrate
gc6x-branch
gcc_boehmgc
ios-unified-ts-fix
jtotz-bdwgc-integrate
jtotz_bdwgc
master
mono_libgc
racket_gc
release-7_2
release-7_4
release-7_6
release-8_0
release-8_2
thread-suspend
github.com: ivmai/bdwgc.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Workaround 'x might be clobbered by longjmp' g++ warning in setjmp_t
Ivan Maidanski
2020-02-25
1
-1
/
+5
*
Fix 'conversion from string constant to char*' warning in setjmp_t.c
Ivan Maidanski
2020-02-21
1
-1
/
+1
*
Workaround 'condition x==2 is always false' cppcheck FP in setjmp_t
Ivan Maidanski
2020-02-15
1
-1
/
+3
*
Collapse multiple includes of windows.h
Ivan Maidanski
2019-09-14
1
-6
/
+1
*
Consistently define WIN32_LEAN_AND_MEAN/NOSERVICE before include windows.h
Ivan Maidanski
2018-06-20
1
-0
/
+5
*
Workaround 'function nested_sp is never used' cppcheck style warning
Ivan Maidanski
2018-05-15
1
-0
/
+3
*
Convert GC source files to valid C++ code
Ivan Maidanski
2018-02-16
2
-2
/
+16
*
Fix 'anonymous type with no linkage used to declare variable' C++ error
Ivan Maidanski
2018-02-09
1
-1
/
+1
*
Run command passed to if_not_there directly from Makefile.direct
Ivan Maidanski
2018-01-24
1
-3
/
+9
*
Use HOST_ANDROID define instead of PLATFORM_ANDROID
Zoltan Varga
2018-01-24
1
-1
/
+1
*
Fix missing EOLn output in threadlibs tool
Ivan Maidanski
2018-01-18
1
-1
/
+1
*
Fix threadlibs tool to output '-lpthread' for DragonFly
Ivan Maidanski
2018-01-17
1
-3
/
+3
*
Remove 'dist' target from Makefile.direct
Ivan Maidanski
2017-05-12
2
-22
/
+0
*
Remove GC_GNU_THREADS macro (HURD)
Ivan Maidanski
2017-05-03
1
-1
/
+1
*
Use sigsetjmp() in setjmp_t tool if available
Ivan Maidanski
2017-03-23
1
-3
/
+3
*
Fix tools/setjmp_t hang (OS X)
Ivan Maidanski
2017-03-23
1
-1
/
+1
*
Remove notes that K&R C compiler is unsupported
Ivan Maidanski
2017-03-10
1
-1
/
+0
*
Define CLANG/GNUC_PREREQ macros to check gcc/clang minimum version
Ivan Maidanski
2017-03-07
1
-1
/
+1
*
Fix various typos in comments and printed messages
Klemens Zwischenbrugger
2017-02-21
1
-1
/
+1
*
Fix 'execvp argument incompatible pointer type' compiler warning (tools)
Ivan Maidanski
2017-01-10
2
-2
/
+2
*
Suppress 'tainted string passed to vulnerable operation' false defects
Ivan Maidanski
2016-11-15
2
-5
/
+8
*
Eliminate 'printf format specifier mismatch' compiler warning (tools)
Ivan Maidanski
2016-10-13
1
-1
/
+1
*
Workaround 'resource leak' error reported by cppcheck (tools, test)
Ivan Maidanski
2016-10-13
1
-2
/
+8
*
Eliminate 'unnecessary comparison of static strings' cppcheck warning
Ivan Maidanski
2016-10-13
1
-1
/
+1
*
Eliminate 'address of local variable returned' static analyzer warning
Ivan Maidanski
2016-10-05
1
-0
/
+4
*
Fix tools/setjmp_t to prevent nested_sp inlining
Ivan Maidanski
2016-10-05
1
-3
/
+6
*
Eliminate 'value stored is never read' warning of Clang static analyzer
Ivan Maidanski
2016-08-26
1
-0
/
+3
*
Fix 'signed-to-bigger-unsigned value assignment' warning in GC_setpagesize
Ivan Maidanski
2016-02-17
1
-1
/
+1
*
Bump version to 7.4.0; change policy regarding version numbers
gc7_4_0
Ivan Maidanski
2013-11-17
2
-20
/
+4
*
Fix all address-of-dummy operations by using GC_approx_sp() instead
Ivan Maidanski
2012-08-01
1
-4
/
+5
*
Resolve GCC warning in setjmp_t.c
Ivan Maidanski
2012-08-01
1
-6
/
+6
*
Fix all address-of-dummy operations by adding volatile
Ivan Maidanski
2012-08-01
1
-1
/
+1
*
tools: Include proper header file for configuration macros
Ivan Maidanski
2012-06-16
3
-4
/
+4
*
Fix GC_ALPHA_VERSION comparison in gctest and tools files
Ivan Maidanski
2012-03-19
2
-0
/
+8
*
Replace pointer relational comparisons with non-pointer ones
Ivan Maidanski
2012-03-05
1
-1
/
+1
*
tools: Prevent compiler warnings regarding unused argument and printf
Ivan Maidanski
2012-02-29
3
-8
/
+16
*
tools: Change some functions declaration style from K-R to ANSI C
Ivan Maidanski
2012-02-29
2
-11
/
+8
*
Remove trailing spaces at EOLn in all files
Ivan Maidanski
2011-12-22
3
-6
/
+4
*
Move and rename "callprocs" utility to tools/callprocs.sh.
Ivan Maidanski
2011-09-14
1
-0
/
+4
*
Move build tools sources from "extra" to "tools" folder.
Ivan Maidanski
2011-08-25
6
-0
/
+315