]> git.ozlabs.org Git - ccan/history - tools/tools.h
tools/ccanlint: add args to main.
[ccan] / tools / tools.h
2016-09-30 Kevin Lockeconfigurator: Add output cflag option and macro
2016-02-05 Rusty Russellccanlint: make _info ported an empty string on success.
2016-02-03 Rusty Russelltools: commit missing support for _info ported flag.
2015-09-09 Andrew Jefferyccanlint: Add cflags support to _info
2014-06-10 Rusty Russelltools: use tal/grab_file
2012-12-07 Rusty Russellccanlint: fix --compiler and --cflags options to apply...
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-11-12 Rusty Russelltools: enhance get_libs to get libraries for tests...
2012-11-12 Rusty Russelltools: add testdepends handling in _info.
2012-09-10 Rusty Russellccanlint: recurse to get -l options.
2012-09-10 Rusty Russelltools: more intelligent caching for compile _info.
2012-03-19 Rusty RussellMerge branch 'ccantool'
2012-03-19 Rusty Russelltools: explicit find_ccan_dir()
2011-12-02 Rusty Russellccanlint: remove argument to -k/--keep
2011-08-29 Rusty Russelltools: simplify get_safe_ccan_deps
2011-03-22 Rusty Russelltools: fix up warnings with -Wwrite-strings.
2011-03-01 Rusty Russellccanlint: read config.h to get compilation flags at...
2011-01-09 Rusty Russellccanlint: -k should not pollute module directory.
2010-11-14 Rusty Russellccanlint: make compile commands return output.
2010-11-03 Rusty Russelltools: new "configurator" tool.
2010-09-14 Rusty Russelltools: restore -Wmissing-prototypes -Wmissing-declarations
2010-09-10 Rusty Russellccanlint: use familiar names for temporary files, show...
2010-09-09 Rusty Russellccanlint: print out compile targets for -vv.
2010-08-30 Rusty Russelltools: add build_verbose to show every command executed.
2010-08-27 Rusty Russellccanlint: chdir to temporary dir so gcov files land...
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-04-09 Rusty Russellccanlint: timeout, and implement -t option for quicker...
2010-02-11 Rusty RussellFix Joey's report of rename failing across moint points.
2010-02-01 Rusty Russellccanlint: fix directory issues properly.
2010-01-06 Rusty RussellRemove old run-tests, clean up #includes to all be...
2009-11-21 Rusty RussellNew asort routine; unf. breaks under -Wmissing-prototyp...
2009-10-07 Rusty Russelltools/ccanlint: build tests are now compulsory
2009-09-28 Rusty RussellFix "make check": this is temporary until we use ccanli...
2009-09-25 Rusty RussellNow we compile everything into the tmp dir.
2009-09-25 Rusty Russellccanlint: only compile _info once; speeds tdb test...
2009-09-25 Rusty RussellUse -O not -O3: reduces ccan/tdb test time from 24...
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-05-28 Rusty RussellRename _info.c to _info: this means we can simple compi...
2009-03-02 Rusty RussellFrom: "Timothy B. Terriberry" <tterribe@xiph.org>
2008-11-12 Rusty RussellAdd --function= arg to doc_extract so we can use it...
2008-08-19 Rusty Russell--direct for ccan_depends
2008-08-19 Rusty RussellNon-compiling version of ccan_depends by default.
2008-08-04 Rusty Russellmerge
2008-08-03 dineshDeleting duplicate grab_file in tools/
2008-07-28 Rusty RussellUse new string.h strsplit() everywhere.
2008-06-29 Rusty RussellCompile fixes
2008-06-29 Rusty RussellSplit tools unto parts for fixing run_tests to link...