]> git.ozlabs.org Git - ccan/history - tools/ccanlint/tests/examples_compile.c
ccanlint: keep separate array of compiled versions.
[ccan] / tools / ccanlint / tests / examples_compile.c
2011-08-30 Rusty Russellccanlint: keep separate array of compiled versions.
2011-08-29 Rusty Russellccanlint: rename obj_list in examples_compile.c to...
2011-03-22 Rusty Russelltools: fix up warnings with -Wwrite-strings.
2011-03-17 Rusty Russelltools: fix ctype.h and string usage.
2011-03-01 Rusty Russellccanlint: prepend module headers before standard ones.
2011-03-01 Rusty Russellccanlint: read config.h to get compilation flags at...
2011-01-28 Rusty Russellccanlint: fix SEGV when example has format string.
2011-01-09 Rusty Russellccanlint: -k should not pollute module directory.
2011-01-17 Rusty Russellccanlint: score_file_error() takes printf-format
2011-01-07 Rusty Russellccanlint: list dependencies by key
2011-01-07 Rusty Russellccanlint: rename test keys
2011-01-04 Rusty Russellccanlint: compile modules required by examples.
2010-12-06 Rusty Russellccanlint: ignore comments when parsing examples.
2010-12-06 Rusty Russellccanlint: show example we actually compiled when we...
2010-12-06 Rusty Russellccanlint: examples_compile depends on build, which...
2010-12-06 Rusty Russellccanlint: fix usage of static funcs
2010-12-01 Rusty RussellMerge branch 'tdb2'
2010-11-23 Rusty Russellccanlint: build depends if necessary
2010-11-15 Rusty Russellccanlint: remove -Werror, use output of compile command...
2010-11-14 Rusty Russellccanlint: make compile commands return output.
2010-11-10 Rusty Russellccanlint: fix --target=examples-compile
2010-11-10 Rusty Russellccanlint: use isspace instead of isblank
2010-11-10 Rusty Russellccanlint: tweak example compilation.
2010-11-10 Rusty Russellccanlint: fix abort when -vv used and examples don...
2010-11-10 Rusty RussellMerge branch 'ronnie'
2010-11-09 Rusty Russellccanlint: rework so checks have more structure.
2010-11-07 Rusty Russellccanlint: fix compilation of chained examples.
2010-11-04 Rusty Russellccanlint: fix wrong initialization in example compilation.
2010-11-04 Rusty Russellccanlint: try running example code.
2010-11-03 Rusty Russellccanlint: make tests non-compulsory, always print score.
2010-11-03 Rusty Russellccanlint: with -vv, give details on attempts to compile...
2010-10-20 Rusty Russelltools: fixes for 64-bit.
2010-10-07 Rusty Russellccanlint: yet more modifications to example extraction...
2010-10-06 Rusty Russellccanlint: yet more heuristics for compiling examples.
2010-10-06 Rusty Russellccanlint: more heuristics for compiling examples.
2010-10-06 Rusty Russellccanlint: more heuristics for compiling examples.
2010-10-06 Rusty Russellccanlint: add somefunc() to help examples compile.
2010-10-06 Rusty Russellccanlint: actually try to compile examples.