]> git.ozlabs.org Git - ccan/history - tools/ccanlint/ccanlint.h
tools: Fixed unchecked *strrchr in a couple places.
[ccan] / tools / ccanlint / ccanlint.h
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/