]> git.ozlabs.org Git - ccan/history - tools
order: Module for comparison callbacks
[ccan] / tools /
2015-06-18 Rusty Russellccanlint: handle circular test-depends.
2015-05-28 Rusty Russelltal: rename tal_dup to tal_dup_arr, make tal_dup simpler.
2015-05-24 Rusty Russelltools: add HAVE_UNALIGNED_ACCESS test.
2015-04-10 Peter Barkerccanlint: avoid segfault when module_builds' linking...
2015-03-30 Rusty Russelltools/ccanlint: slight neatening of license logic.
2015-03-30 Peter Barkerccanlint - avoid e.g. GPL vs LGPL mismatch in license...
2014-11-10 Rusty Russellccanlint: offer to insert license comments where they...
2014-11-10 Rusty Russellccanlint: check all headers for examples.
2014-10-27 David Gibsonmem: Implement memrchr()
2014-10-13 Rasmus Villemoesconfigurator: Fix CTZ detection
2014-08-01 Rusty Russelltools/ccanlint: add global .valgrind_suppressions file.
2014-07-29 Cody P Schaferconfigurator: add BUILTIN_CTZ*, BUILTIN_FFS, and ICCARM...
2014-06-23 Rusty Russelltools/configurator: set HAVE_CLOCK_GETTIME even if...
2014-06-21 Cody P Schafercompiler: Add PURE_FUNCTION
2014-06-16 David Gibsonccan: Correct some poor conventions in _info includes
2014-06-10 Rusty Russellio failtest timer tools: fallout from time changes.
2014-06-10 Rusty Russelltools: use tal/grab_file
2014-05-27 Rusty Russelltools/ccanlint: detect more unmentioned dependencies.
2014-05-27 Rusty Russelltools/ccanlint: don't assert on relative directories...
2014-02-06 Rusty Russelltools/configurator: add HAVE_SYS_TERMIOS_H
2013-04-01 Rusty Russellccanlint: --deps-fail-ignore.
2013-03-31 Rusty Russellccanlint: don't crash if given bad directory name.
2013-01-14 Rusty Russellccanlint: fix stack smash.
2013-01-12 Rusty Russellccanlint: handle when _info doesn't compile.
2013-01-03 Rusty RussellMerge branch 'rfc822'
2013-01-03 Rusty Russellccanlint: ignore "unused" non-ccan dependencies.
2012-12-17 Rusty Russellconfigurator: fix single-arg case.
2012-12-07 Rusty Russellccanlint: fix --compiler and --cflags options to apply...
2012-12-03 Rusty Russelltools: manifest.c should use path_canon.
2012-12-03 Rusty Russellccanlint: remove redundant num_lines in struct ccan_file.
2012-12-03 Rusty Russellccanlint: print module name properly for nested modules.
2012-12-03 Rusty Russelltools: use tal/path instead of opencoding most paths.
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-12-03 Rusty Russellccanlint: handle nested modules when mentioned in examples.
2012-12-03 Rusty Russelltools: don't abort on malformed documentation lines.
2012-11-22 Rusty Russellconfigurator: test for HAVE_FCHDIR
2012-11-22 Rusty Russellweb: generate correct pages for submodules.
2012-11-22 Rusty Russelltools: don't assume modules are immediately below ccan...
2012-11-21 Rusty Russelltools: fix dependencies.
2012-11-21 Rusty Russellccanlint: fix _info documentation addition.
2012-11-12 Rusty Russellccanlint: detect unused dependencies, too.
2012-11-12 Rusty Russellccanlint: add testdepends support.
2012-11-12 Rusty Russelltools: enhance get_libs to get libraries for tests...
2012-11-12 Rusty Russelltools: add testdepends handling in _info.
2012-10-31 Rusty Russellccanlint: add #line directives to examples.
2012-10-31 Rusty Russellccanlint: Understand Creative Commons Zero license.
2012-10-22 Rusty Russellccanlint: remove unused variables.
2012-10-05 Rusty Russellccanlint: fix coverage display for gcov 4.7
2012-09-10 Rusty Russellfailtest, tools: update for new timespec-using ccan...
2012-09-10 Rusty Russellccanlint: don't remove HAVE_STRUCT_TIMESPEC when testin...
2012-09-10 Rusty Russellconfigurator: add library testing
2012-09-10 Rusty Russellccanlint: make sure examples get correct -l options.
2012-09-10 Rusty Russellccanlint: recurse to get -l options.
2012-09-10 Rusty Russelltools: more intelligent caching for compile _info.
2012-09-10 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2012-07-18 Rusty Russellccanlint: make depends_accurate test more accurate.
2012-06-08 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2012-06-08 Rusty Russellconfigurator: add HAVE_ERR_H test.
2012-05-28 Michael Ellermantools/create-ccan-tree: Add basic waf support
2012-05-28 Jeremy Kerrtools/create-ccan-tree: Add --build-type=automake
2012-05-28 Jeremy Kerrtools/create-ccan-tree: Add --build-type=TYPE
2012-05-28 Jeremy Kerrtools/create-ccan-tree: replace --exclude-tests with...
2012-05-28 Jeremy Kerrtools: ccan_depends requires a config.h
2012-05-17 Jeremy Kerrtools: Add create-ccan-tree utility
2012-03-27 Rusty Russellccanlint: module_links test must link with module.
2012-03-27 Rusty Russellccanlint: tests_compile_coverage needs GCC.
2012-03-27 Rusty Russellccanlint: add ilog dependency.
2012-03-27 Rusty Russelliscsi: use <sys/filio.h> on Solaris.
2012-03-27 Rusty Russelltools: don't use __attribute__
2012-03-27 Rusty Russelltools: fix bogus unreachable return.
2012-03-27 Rusty Russelltools/configurator: fix test for /proc/self/maps.
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 Russellccanlint: handle -x correctly with multiple modules.
2012-03-19 Rusty Russelltools: determing ccan directory differently
2012-03-19 Rusty Russelltools: split out manifest from ccanlint
2012-02-14 Rusty Russellconfigurator: define HAVE_CCAN.
2011-12-12 Andrey SmirnovMakefile, configurator: Add additional debug flags...
2011-12-07 Rusty Russelltools/doc_extract: trim trailing blank lines on sections.
2011-12-07 Rusty Russelltools/doc_extract: simplify handling fields with spaces...
2011-12-05 Rusty Russellccanlint: use ccan/autodata
2011-12-05 Rusty Russellconfigurator: HAVE_SECTION_START_STOP
2011-12-05 Rusty Russellconfigurator: HAVE_PROC_SELF_MAPS
2011-12-02 Rusty Russellccanlint: remove argument to -k/--keep
2011-12-02 Rusty Russellccanlint: use -t for --target not --timeout
2011-12-02 Rusty Russellccanlint: use traversal to trim tests we want to skip.
2011-12-02 Rusty Russellccanlint: use node traverse for --target.
2011-12-02 Rusty Russellccanlint: use dgraph module.
2011-12-02 Rusty Russellccanlint: remove wart from info options.
2011-12-02 Rusty Russellccanlint: parse --verbose before anything else.
2011-12-01 Rusty Russellccanlint: get rid of separate class of compulsory tests.
2011-12-01 Rusty Russelltlist: remove type arg from tlist_top(), tlist_tail()
2011-11-30 Rusty Russelltdb2: add a capability list from the header.
2011-11-29 Rusty Russellconfigurator: HAVE_BACKTRACE
2011-11-29 Rusty Russellccanlint: fix depends_build_without_features
2011-11-16 Rusty Russellccanlint: fix --test-dep-graph
2011-11-15 Rusty Russellccanlint: make fewer tests compulsory.
next