Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

8 check-ins tagged with "compile-time-print-checking"

2014-10-21
02:09
Include main.mk in the makefile integration for the codecheck1 tool. Also fix dependency issue with the MinGW makefiles. ... (Closed-Leaf check-in: 5ea84522 user: mistachkin tags: compile-time-print-checking)
2014-10-20
20:47
Improve makefile integration for the codecheck1 tool. ... (check-in: 5edc0193 user: mistachkin tags: compile-time-print-checking)
20:40
Fix harmless compiler warnings in the codecheck1 tool. ... (check-in: 9eb3b6ce user: mistachkin tags: compile-time-print-checking)
20:13
Add call to codecheck1 tool during the MinGW build process. ... (check-in: 7c250456 user: mistachkin tags: compile-time-print-checking)
19:25
Updates to Windows makefiles. ... (check-in: afc22726 user: mistachkin tags: compile-time-print-checking)
16:45
added json_new_string_f() to codecheck1's list. ... (check-in: 0237021d user: stephan tags: compile-time-print-checking)
15:14
Fix the build for windows. ... (check-in: 467eae24 user: drh tags: compile-time-print-checking)
15:01
Add a custom static analysis program that verifies the arguments to printf-style varargs routines used in Fossil. Adjust the source code to be more robust for printf format errors and to fix a few minor problems found by the static checker. ... (check-in: 0a7e326f user: drh tags: compile-time-print-checking)