]> git.ozlabs.org Git - ccan/history - tools/ccanlint/Makefile
tools/ccanlint: compile cleanly with -Wextra.
[ccan] / tools / ccanlint / Makefile
2016-04-29 David GibsonClean up use of 'rm' in Makefiles
2014-06-10 Rusty Russelltools: use tal/grab_file
2012-12-03 Rusty Russelltools: use tal/path instead of writing own path handlers.
2012-12-03 Rusty Russelltools: use tal instead of talloc.
2012-12-03 Rusty Russelltools: use rbuf instead of grab_file.
2012-03-27 Rusty Russellccanlint: add ilog dependency.
2012-03-19 Rusty RussellMerge branch 'ccantool'
2012-03-19 Rusty Russelltools: move config.h reading to its own file
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: use traversal to trim tests we want to skip.
2011-12-02 Rusty Russellccanlint: use dgraph module.
2011-12-01 Rusty Russellccanlint: get rid of separate class of compulsory tests.
2011-09-12 Rusty Russellccanlint: infrastructure to run commands async.
2011-08-24 Rusty Russellccanlint: use ccan/time
2011-08-24 Rusty Russelltools: reorder object files into alphabetical order.
2011-07-21 Rusty Russellccanlint: add simple check for comment referring to...
2011-03-17 Rusty Russelltools: fix ctype.h and string usage.
2011-01-07 Rusty Russellstr: strcount
2011-01-04 Rusty Russellccanlint: make get_manifest cache manifests
2010-11-17 Rusty Russellccanlint: run tests in alphabetical order
2010-11-04 Rusty Russellccanlint: try running example code.
2010-11-03 Rusty Russelltools: new "configurator" tool.
2010-10-26 Rusty Russellopt: wean off getopt_long, beef up tests.
2010-10-08 Rusty Russellccanlint: use opt package.
2010-04-09 Rusty RussellFrom: Joseph Adams <joeyadams3.14159@gmail.com>
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-12 Rusty RussellBuild tests for ccan.
2009-09-08 Rusty RussellDependency checking (make sure .o files exist, prereq...
2009-07-18 Rusty RussellMerge.
2009-07-09 Joey AdamsMake ccanlint core objects depend on generated-init...
2009-06-05 Rusty RussellImplementation of auto-depends, based on Idris's start.
2009-05-28 Rusty RussellMove ccanlint tests into subdirectories.
2009-05-28 Rusty RussellMake ccanlint tests all positive: ie. "has _info.c...
2008-11-15 Rusty RussellNew ccanlint test: _info.c must have some package docum...
2008-11-13 Rusty RussellBroaden use of doc_extract code, put in ccanlint, and...
2008-11-10 Rusty RussellRename string to str, and split into three modules.
2008-08-15 Rusty Russellgrab_fd and grab_file: add a size arg, use everywhere.
2008-07-28 Rusty RussellUse new string.h strsplit() everywhere.
2008-06-23 Rusty RussellFix up Makefile for "make ccanlint"
2008-06-02 Rusty RussellMove modules to ccan/ tools to tools/