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