]> git.ozlabs.org Git - ccan/history - tools/ccanlint/Makefile
ccanlint: make get_manifest cache manifests
[ccan] / tools / ccanlint / Makefile
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/