summaryrefslogtreecommitdiff
path: root/tools/ccanlint/ccanlint.h
AgeCommit message (Expand)Author
2015-04-10ccanlint: avoid segfault when module_builds' linking failsPeter Barker
2013-04-01ccanlint: --deps-fail-ignore.Rusty Russell
2012-12-07ccanlint: fix --compiler and --cflags options to apply to _info files as well.Rusty Russell
2012-12-03tools: use tal instead of talloc.Rusty Russell
2012-09-10tools: more intelligent caching for compile _info.Rusty Russell
2012-03-19tools: explicit find_ccan_dir()Rusty Russell
2012-03-19tools: split out manifest from ccanlintRusty Russell
2011-12-05ccanlint: use ccan/autodataRusty Russell
2011-12-02ccanlint: remove argument to -k/--keepRusty Russell
2011-12-02ccanlint: use traversal to trim tests we want to skip.Rusty Russell
2011-12-02ccanlint: use node traverse for --target.Rusty Russell
2011-12-02ccanlint: use dgraph module.Rusty Russell
2011-12-02ccanlint: remove wart from info options.Rusty Russell
2011-12-01ccanlint: get rid of separate class of compulsory tests.Rusty Russell
2011-09-12ccanlint: compile tests in parallelRusty Russell
2011-09-12ccanlint: infrastructure to run commands async.Rusty Russell
2011-08-30ccanlint: add coverage variant of files.Rusty Russell
2011-08-30ccanlint: keep separate array of compiled versions.Rusty Russell
2011-08-30ccanlint: run tests under valgrind initially.Rusty Russell
2011-08-30ccanlint: add is_excluded() helper.Rusty Russell
2011-08-24ccanlint: allow per-file restrictions, so we don't have to remove all tests.Rusty Russell
2011-07-21ccanlint: add simple check for comment referring to LICENSE file.Rusty Russell
2011-07-19ccanlint: make a license enum, and parse the license string to set it.Rusty Russell
2011-04-27tools: always include config.h before anything else.Rusty Russell
2011-03-22ccanlint: exit with non-zero exit status if a test fails.Rusty Russell
2011-03-22tools: fix up warnings with -Wwrite-strings.Rusty Russell
2011-03-01ccanlint: --compiler and --cflags options.Rusty Russell
2011-03-01ccanlint: read config.h to get compilation flags at runtime.Rusty Russell
2011-01-18ccanlint: fix _info option handlingRusty Russell
2011-01-17ccanlint: score_file_error() takes printf-formatRusty Russell
2011-01-07ccanlint: list dependencies by keyRusty Russell
2010-12-13ccanlint: report valgrind "definite" leaks.Rusty Russell
2010-11-23ccanlint: build depends if necessaryRusty Russell
2010-11-17ccanlint: add ccanlint section to _infoRusty Russell
2010-11-15ccanlint: print error information even if we pass.Rusty Russell
2010-11-10ccanlint: clarify different -v levels.Rusty Russell
2010-11-09ccanlint: rework so checks have more structure.Rusty Russell
2010-11-04ccanlint: add --targetRusty Russell
2010-11-04ccanlint: try running example code.Rusty Russell
2010-10-08ccanlint: use opt package.Rusty Russell
2010-10-06ccanlint: load file contents on demand, fix names for extracted examples.Rusty Russell
2010-09-25tools/ccanlint: extract examples in separate test.Rusty Russell
2010-08-30ccanlint: use up to three -v to mean more verbosity.Rusty Russell
2010-08-27ccanlint: use gcov to rate test coverage (score out of 5)Rusty Russell
2010-06-07ccanlint: Add -k option to keep results.Rusty Russell
2010-06-07ccanlint: make sure fullname is always full path name.Rusty Russell
2010-04-09ccanlint: timeout, and implement -t option for quicker tests.Rusty Russell
2010-04-09From: Joseph Adams <joeyadams3.14159@gmail.com>Rusty Russell
2010-02-02ccanlint: fix directory issues properly.Rusty Russell
2010-01-19Make manifest code do chdir into appropriate directory.Rusty Russell