]> git.ozlabs.org Git - ccan/history - tools
alignof, array_size, crc: provide comments to allow testing examples.
[ccan] / tools /
2010-11-04 Rusty Russellccanlint: try running example code.
2010-11-03 Rusty Russellccanlint: make tests non-compulsory, always print score.
2010-11-03 Rusty Russellccanlint: with -vv, give details on attempts to compile...
2010-11-03 Rusty Russelltools: new "configurator" tool.
2010-10-26 Rusty Russellopt: wean off getopt_long, beef up tests.
2010-10-26 Rusty Russellopt: change / separator to |
2010-10-20 Rusty Russelltools: fixes for 64-bit.
2010-10-17 Rusty Russelllicence->license: US English is the standard for code.
2010-10-08 Rusty Russellccanlint: use opt package.
2010-10-07 Rusty Russellccanlint: yet more modifications to example extraction...
2010-10-07 Rusty Russellccanlint: rename files on collision even with keep...
2010-10-07 Rusty Russelltools: fix bug in doc-extract, handle spaces in summary...
2010-10-06 Rusty Russellccanlint: yet more heuristics for compiling examples.
2010-10-06 Rusty Russellccanlint: more heuristics for compiling examples.
2010-10-06 Rusty Russelltools: "See Also:" can be a section in documentation...
2010-10-06 Rusty Russellccanlint: more heuristics for compiling examples.
2010-10-06 Rusty Russellccanlint: really fix failing test logic.
2010-10-06 Rusty Russellccanlint: link api tests against compiled objects
2010-10-06 Rusty Russellccanlint: add somefunc() to help examples compile.
2010-10-06 Rusty Russellccanlint: actually try to compile examples.
2010-10-06 Rusty Russellccanlint: load file contents on demand, fix names for...
2010-10-06 Rusty Russellccanlint: make sure we stop on failure of compulsory...
2010-10-05 Rusty Russellccanlint: fix -k has_examples
2010-09-26 Rusty Russellccanlint: handle gcov where there's actually no C code
2010-09-25 Rusty Russelltools/ccanlint: extract examples in separate test.
2010-09-14 Rusty Russelltools: restore -Wmissing-prototypes -Wmissing-declarations
2010-09-13 Rusty Russellccanlint: append NULL terminator to generated dependencies.
2010-09-10 Rusty Russellccanlint: use familiar names for temporary files, show...
2010-09-10 Rusty Russellccanlint: don't run valgrind tests in test dir.
2010-09-09 Rusty Russellccanlint: print out compile targets for -vv.
2010-09-09 Rusty Russellccanlint: allow _info file to specify tests not to...
2010-08-30 Rusty Russellccanlint: fix valgrind test.
2010-08-30 Rusty Russellccanlint: fix compiler warning about return value of...
2010-08-30 Rusty Russelltools: only print out creating directory the first...
2010-08-30 Rusty Russellccanlint: fix abort on "-d ..".
2010-08-30 Rusty Russellccanlint: use up to three -v to mean more verbosity.
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-08-27 Rusty Russellccanlint: clean up code which outputs results, handle...
2010-06-07 Rusty Russellccanlint: don't setpgid on running commands: we want...
2010-06-07 Rusty Russellccanlint: Add -k option to keep results.
2010-06-07 Rusty Russellccanlint: make sure fullname is always full path name.
2010-05-11 Rusty Russellccanlint: put generated _info in correct directory.
2010-04-09 Rusty Russelltools: fastcheck adjust; 750ms works well for me.
2010-04-09 Rusty Russellccanlint: optimize the timeout case
2010-04-09 Rusty Russellccanlint: always catch timeouts, and force kill valgrin...
2010-04-09 Rusty Russellccanlint: timeout, and implement -t option for quicker...
2010-04-09 Rusty Russellccanlint: clean up test short descriptions
2010-04-09 Rusty Russellccanlint: cleanup listing code, make print in topo...
2010-04-09 Rusty RussellFrom: Joseph Adams <joeyadams3.14159@gmail.com>
2010-02-24 Rusty Russelltools: fix warnings from Ubuntu strict compiler.
2010-02-11 Rusty RussellFix Joey's report of rename failing across moint points.
2010-02-02 Rusty Russellccanlint: fix scoring, add score details to --verbose.
2010-02-01 Rusty Russellccanlint: fix directory issues properly.
2010-02-01 Rusty RussellFix valgrind running with debugger.
2010-01-19 Rusty RussellMake manifest code do chdir into appropriate directory.
2010-01-18 Rusty RussellNew test: run tests under valgrind.
2010-01-06 Rusty RussellFix getting sub-depends.
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-29 Rusty Russelltools: more build convenience work
2009-09-29 Rusty Russelltools: fix compile warning under Ubuntu
2009-09-28 Rusty RussellFix "make check": this is temporary until we use ccanli...
2009-09-28 Rusty RussellMore test fixes.
2009-09-25 Rusty RussellNow we compile everything into the tmp dir.
2009-09-25 Rusty Russellccan_depends: Fix up after tools changes.
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-25 Rusty Russellccanlint: compile and run tests.
2009-09-12 Rusty RussellBuild tests for ccan.
2009-09-08 Rusty RussellDon't run dependent tests if one fails.
2009-09-08 Rusty RussellDependency checking (make sure .o files exist, prereq...
2009-09-08 Rusty RussellIdris' dependency work.
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 RussellRename _info.c to _info: this means we can simple compi...
2009-05-28 Rusty RussellMove ccanlint tests into subdirectories.
2009-05-28 Rusty RussellMake ccanlint tests all positive: ie. "has _info.c...
2009-05-28 Rusty RussellJoey's patch to ignore ccan/ lines in #include.
2009-05-28 Rusty RussellJoey's template fixes.
2009-05-28 Rusty RussellStore pristine contents of files: based on Joey's patch.
2009-04-09 Rusty RussellAllow things without test/ dirs to be modules.
2009-04-07 Rusty RussellAdd ability for _info to specify libraries (particularl...
2009-04-07 Rusty RussellFix struct line spacing (opening bracked on same line...
2009-04-07 Rusty RussellJoey found a bug. Bad Rusty, use sentinal attribute.
2009-03-29 Rusty RussellEnhance file_analysis preprocessor a little more, use...
2009-03-29 Rusty RussellSomewhat decent cpp analysis for ccanlint.
2009-03-29 Rusty RussellAnother Joey fix:
2009-03-29 Rusty RussellPatch from Joey Adams:
2009-03-02 Rusty RussellFrom: "Timothy B. Terriberry" <tterribe@xiph.org>
2009-03-02 Rusty RussellFrom: "Timothy B. Terriberry" <tterribe@xiph.org>
2009-02-25 Rusty RussellMajor cleanup of makefiles, api tests.
2009-02-25 Rusty RussellUse array_size module
2009-02-14 Rusty RussellTeach ccanlint about API tests.
2008-12-08 Rusty RussellRemove _infotojson (unused for now)
2008-12-07 Rusty RussellWe no longer make ccan/foo.o files, so use libccan...
next