]> git.ozlabs.org Git - ccan/history - tools/depends.c
tal: fix skipping tal in samba-allocs benchmark.
[ccan] / tools / depends.c
2012-12-07 Rusty Russellccanlint: fix --compiler and --cflags options to apply...
2012-12-03 Rusty Russelltools: use tal/path instead of opencoding most paths.
2012-12-03 Rusty Russelltools: use tal instead of talloc.
2012-12-03 Rusty Russelltools: use rbuf instead of grab_file.
2012-11-22 Rusty Russelltools: don't assume modules are immediately below ccan...
2012-11-21 Rusty Russelltools: fix dependencies.
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-27 Rusty Russelltools: don't use __attribute__
2011-12-02 Rusty Russellccanlint: remove argument to -k/--keep
2011-09-12 Rusty Russelltools: fix realloc bug.
2011-08-30 Rusty Russellccanlint: handle duplicate dependencies in _info
2011-08-29 Rusty Russelltools: simplify get_safe_ccan_deps
2011-04-27 Rusty Russelltools: always include config.h before anything else.
2011-03-22 Rusty Russelltools: fix up warnings with -Wwrite-strings.
2011-03-08 Joey Adamstools: Fixed unchecked *strrchr in a couple places.
2011-03-08 Joey Adamstools: Added "-I." to fix ccan_depends --compile
2011-03-01 Rusty Russellccanlint: read config.h to get compilation flags at...
2011-01-18 Rusty Russellstrsplit: remove nump argument
2010-11-14 Rusty Russellccanlint: make compile commands return output.
2010-09-10 Rusty Russellccanlint: use familiar names for temporary files, show...
2010-06-07 Rusty Russellccanlint: Add -k option to keep results.
2010-02-01 Rusty Russellccanlint: fix directory issues properly.
2010-01-06 Rusty RussellFix getting sub-depends.
2009-09-25 Rusty Russellccanlint: only compile _info once; speeds tdb test...
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-05-28 Rusty RussellJoey's patch to ignore ccan/ lines in #include.
2008-11-10 Rusty RussellSimplify -I lines: change includes to ccan/
2008-11-10 Rusty RussellRename string to str, and split into three modules.
2008-08-19 Rusty Russell--direct for ccan_depends
2008-08-19 Rusty RussellNon-compiling version of ccan_depends by default.
2008-08-15 Rusty Russellgrab_fd and grab_file: add a size arg, use everywhere.
2008-08-05 Rusty RussellMake depends build the _info files (easier for Dinesh...
2008-07-28 Rusty RussellUse new string.h strsplit() everywhere.
2008-07-28 Rusty RussellProper recursive dependencies (came from libantithread...
2008-06-29 Rusty RussellSplit tools unto parts for fixing run_tests to link...