]> git.ozlabs.org Git - ccan/history - tools/ccanlint/ccanlint.c
ccanlint: drop -d, interpret any arguments as directories, and allow multiple.
[ccan] / tools / ccanlint / ccanlint.c
2011-10-05 Rusty Russellccanlint: drop -d, interpret any arguments as directori...
2011-08-29 Rusty Russellccanlint: add is_excluded() helper.
2011-08-24 Rusty Russellccanlint: allow per-file restrictions, so we don't...
2011-03-25 Rusty Russellccanlint: fix listing of dependencies
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-17 Rusty Russelltools: fix ctype.h and string usage.
2011-03-01 Rusty Russellccanlint: don't crash when given --target=hash_if and...
2011-03-01 Rusty Russellccanlint: --compiler and --cflags options.
2011-03-01 Rusty Russellccanlint: read config.h to get compilation flags at...
2011-01-22 Rusty Russellccanlint: always print \n at end of error message.
2011-01-18 Rusty Russellstrsplit: remove nump argument
2011-01-09 Rusty Russellccanlint: -k all
2011-01-09 Rusty Russellccanlint: -k should not pollute module directory.
2011-01-17 Rusty Russellccanlint: fix trailing / in -d.
2011-01-17 Rusty Russellccanlint: score_file_error() takes printf-format
2011-01-07 Rusty Russellccanlint: print keys in output
2011-01-07 Rusty Russellccanlint: list dependencies by key
2011-01-07 Joey Adamsccanlint: added --test-dep-graph option
2010-12-13 Rusty Russellccanlint: fix bogus strerror printing when unknown...
2010-11-23 Rusty Russellccanlint: fix -x core dump
2010-11-17 Rusty Russellccanlint: add ccanlint section to _info
2010-11-17 Rusty Russellccanlint: override _info's Fails: with --target
2010-11-14 Rusty Russellccanlint: only print 5 lines of output unless -vv
2010-11-15 Rusty Russellccanlint: print error information even if we pass.
2010-11-14 Rusty Russellccanlint: minor print formatting cleanup.
2010-11-15 Rusty Russellccanlint: don't skip every second question
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-03 Rusty Russellccanlint: make tests non-compulsory, always print score.
2010-10-26 Rusty Russellopt: change / separator to |
2010-10-08 Rusty Russellccanlint: use opt package.
2010-10-06 Rusty Russellccanlint: really fix failing test logic.
2010-10-06 Rusty Russellccanlint: make sure we stop on failure of compulsory...
2010-09-26 Rusty Russellccanlint: handle gcov where there's actually no C code
2010-09-13 Rusty Russellccanlint: append NULL terminator to generated dependencies.
2010-09-09 Rusty Russellccanlint: print out compile targets for -vv.
2010-09-09 Rusty Russellccanlint: allow _info file to specify tests not to...
2010-08-30 Rusty Russellccanlint: fix compiler warning about return value of...
2010-08-30 Rusty Russellccanlint: use up to three -v to mean more verbosity.
2010-08-27 Rusty Russellccanlint: chdir to temporary dir so gcov files land...
2010-08-27 Rusty Russellccanlint: clean up code which outputs results, handle...
2010-06-07 Rusty Russellccanlint: Add -k option to keep results.
2010-04-09 Rusty Russelltools: fastcheck adjust; 750ms works well for me.
2010-04-09 Rusty Russellccanlint: timeout, and implement -t option for quicker...
2010-04-09 Rusty Russellccanlint: cleanup listing code, make print in topo...
2010-04-09 Rusty RussellFrom: Joseph Adams <joeyadams3.14159@gmail.com>
2010-02-02 Rusty Russellccanlint: fix scoring, add score details to --verbose.
2010-02-01 Rusty Russellccanlint: fix directory issues properly.
2010-01-19 Rusty RussellMake manifest code do chdir into appropriate directory.
2009-10-07 Rusty Russelltools/ccanlint: build tests are now compulsory
2009-09-29 Rusty Russelltools: more build convenience work
2009-09-25 Rusty Russellccanlint: don't use total_score to separate kinds of...
2009-09-12 Rusty RussellBuild tests for ccan.
2009-09-08 Rusty RussellDon't run dependent tests if one fails.
2009-09-08 Rusty RussellDependency checking (make sure .o files exist, prereq...
2009-09-08 Rusty RussellIdris' dependency work.
2009-06-05 Rusty RussellImplementation of auto-depends, based on Idris's start.
2008-06-28 Rusty RussellFix crash on compulsory test fail.
2008-06-02 Rusty RussellMove modules to ccan/ tools to tools/