]> git.ozlabs.org Git - ccan/history - tools/ccanlint/ccanlint.h
ccanlint: check unused result.
[ccan] / tools / ccanlint / ccanlint.h
2015-04-10 Peter Barkerccanlint: avoid segfault when module_builds' linking...
2013-04-01 Rusty Russellccanlint: --deps-fail-ignore.
2012-12-07 Rusty Russellccanlint: fix --compiler and --cflags options to apply...
2012-12-03 Rusty Russelltools: use tal instead of talloc.
2012-09-10 Rusty Russelltools: more intelligent caching for compile _info.
2012-03-19 Rusty RussellMerge branch 'ccantool'
2012-03-19 Rusty Russelltools: explicit find_ccan_dir()
2012-03-19 Rusty Russelltools: split out manifest from ccanlint
2011-12-05 Rusty Russellccanlint: use ccan/autodata
2011-12-02 Rusty Russellccanlint: remove argument to -k/--keep
2011-12-02 Rusty Russellccanlint: use traversal to trim tests we want to skip.
2011-12-02 Rusty Russellccanlint: use node traverse for --target.
2011-12-02 Rusty Russellccanlint: use dgraph module.
2011-12-02 Rusty Russellccanlint: remove wart from info options.
2011-12-01 Rusty Russellccanlint: get rid of separate class of compulsory tests.
2011-09-12 Rusty Russellccanlint: compile tests in parallel
2011-09-12 Rusty Russellccanlint: infrastructure to run commands async.
2011-08-30 Rusty Russellccanlint: add coverage variant of files.
2011-08-30 Rusty Russellccanlint: keep separate array of compiled versions.
2011-08-29 Rusty Russellccanlint: run tests under valgrind initially.
2011-08-29 Rusty Russellccanlint: add is_excluded() helper.
2011-08-24 Rusty Russellccanlint: allow per-file restrictions, so we don't...
2011-07-21 Rusty Russellccanlint: add simple check for comment referring to...
2011-07-19 Rusty Russellccanlint: make a license enum, and parse the license...
2011-04-27 Rusty Russelltools: always include config.h before anything else.
2011-03-22 Rusty Russellccanlint: exit with non-zero exit status if a test...
2011-03-22 Rusty Russelltools: fix up warnings with -Wwrite-strings.
2011-03-01 Rusty Russellccanlint: --compiler and --cflags options.
2011-03-01 Rusty Russellccanlint: read config.h to get compilation flags at...
2011-01-18 Rusty Russellccanlint: fix _info option handling
2011-01-17 Rusty Russellccanlint: score_file_error() takes printf-format
2011-01-07 Rusty Russellccanlint: list dependencies by key
2010-12-13 Rusty Russellccanlint: report valgrind "definite" leaks.
2010-12-01 Rusty RussellMerge branch 'tdb2'
2010-11-23 Rusty Russellccanlint: build depends if necessary
2010-11-17 Rusty Russellccanlint: add ccanlint section to _info
2010-11-15 Rusty Russellccanlint: print error information even if we pass.
2010-11-10 Rusty Russellccanlint: clarify different -v levels.
2010-11-10 Rusty RussellMerge branch 'ronnie'
2010-11-09 Rusty Russellccanlint: rework so checks have more structure.
2010-11-04 Rusty Russellccanlint: add --target
2010-11-04 Rusty Russellccanlint: try running example code.
2010-10-08 Rusty Russellccanlint: use opt package.
2010-10-06 Rusty Russellccanlint: load file contents on demand, fix names for...
2010-09-25 Rusty Russelltools/ccanlint: extract examples in separate test.
2010-08-30 Rusty Russellccanlint: use up to three -v to mean more verbosity.
2010-08-27 Rusty Russellccanlint: use gcov to rate test coverage (score out...
2010-06-07 Rusty Russellccanlint: Add -k option to keep results.
2010-06-07 Rusty Russellccanlint: make sure fullname is always full path name.
2010-04-09 Rusty Russellccanlint: timeout, and implement -t option for quicker...
2010-04-09 Rusty RussellFrom: Joseph Adams <joeyadams3.14159@gmail.com>
2010-02-01 Rusty Russellccanlint: fix directory issues properly.
2010-01-19 Rusty RussellMake manifest code do chdir into appropriate directory.
2009-09-25 Rusty Russellccanlint: only compile _info once; speeds tdb test...
2009-09-25 Rusty Russellccanlint: don't use total_score to separate kinds of...
2009-09-25 Rusty Russellccanlint: compile and run tests.
2009-09-12 Rusty RussellBuild tests for ccan.
2009-09-08 Rusty RussellDependency checking (make sure .o files exist, prereq...
2009-06-05 Rusty RussellImplementation of auto-depends, based on Idris's start.
2009-05-28 Rusty RussellStore pristine contents of files: based on Joey's patch.
2009-03-29 Rusty RussellEnhance file_analysis preprocessor a little more, use...
2009-03-29 Rusty RussellSomewhat decent cpp analysis for ccanlint.
2009-02-14 Rusty RussellTeach ccanlint about API tests.
2008-11-13 Rusty RussellBroaden use of doc_extract code, put in ccanlint, and...
2008-06-02 Rusty RussellMove modules to ccan/ tools to tools/