index
:
ccan.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
ccanlint
/
file_analysis.c
Age
Commit message (
Expand
)
Author
2015-04-10
ccanlint: avoid segfault when module_builds' linking fails
Peter Barker
2012-12-03
ccanlint: remove redundant num_lines in struct ccan_file.
Rusty Russell
2012-12-03
tools: use tal instead of talloc.
Rusty Russell
2012-12-03
tools: use rbuf instead of grab_file.
Rusty Russell
2012-12-03
tools: don't abort on malformed documentation lines.
Rusty Russell
2012-09-10
tools: more intelligent caching for compile _info.
Rusty Russell
2012-03-19
tools: move config.h reading to its own file
Rusty Russell
2012-03-19
tools: split out manifest from ccanlint
Rusty Russell
2011-09-27
htable: clean up interface, document htable_type better.
Rusty Russell
2011-08-30
ccanlint: add coverage variant of files.
Rusty Russell
2011-08-30
ccanlint: keep separate array of compiled versions.
Rusty Russell
2011-07-21
ccanlint: handle DOS-style \r\n lines when parsing.
Rusty Russell
2011-07-21
ccanlint: add simple check for comment referring to LICENSE file.
Rusty Russell
2011-04-02
asort: Use qsort_r if the system provides it.
Andreas Schlick
2011-03-22
ccanlint: roughly handle multiple conditions on #if line.
Rusty Russell
2011-03-17
tools: fix ctype.h and string usage.
Rusty Russell
2011-03-16
tools: actually add non-source files to other_files in manifest
Rusty Russell
2011-03-01
ccanlint: handle weird directories.
Rusty Russell
2011-01-18
strsplit: remove nump argument
Rusty Russell
2011-01-17
ccanlint: score_file_error() takes printf-format
Rusty Russell
2011-01-13
htable: fix type of cmpfn in htable_type
Rusty Russell
2011-01-04
ccanlint: make get_manifest cache manifests
Rusty Russell
2010-11-23
ccanlint: build depends if necessary
Rusty Russell
2010-11-17
ccanlint: run tests in alphabetical order
Rusty Russell
2010-11-10
ccanlint: list file errors in order they are encountered.
Rusty Russell
2010-11-09
ccanlint: rework so checks have more structure.
Rusty Russell
2010-11-04
ccanlint: try running example code.
Rusty Russell
2010-10-06
ccanlint: load file contents on demand, fix names for extracted examples.
Rusty Russell
2010-09-25
tools/ccanlint: extract examples in separate test.
Rusty Russell
2010-06-07
ccanlint: make sure fullname is always full path name.
Rusty Russell
2010-02-02
ccanlint: fix directory issues properly.
Rusty Russell
2010-01-19
Make manifest code do chdir into appropriate directory.
Rusty Russell
2009-09-25
ccanlint: compile and run tests.
Rusty Russell
2009-09-12
Build tests for ccan.
Rusty Russell
2009-09-08
Dependency checking (make sure .o files exist, prereq to building)
Rusty Russell
2009-05-28
Rename _info.c to _info: this means we can simple compile *.c.
Rusty Russell
2009-05-28
Store pristine contents of files: based on Joey's patch.
Rusty Russell
2009-03-29
Enhance file_analysis preprocessor a little more, use in idempotent test.
Rusty Russell
2009-03-29
Somewhat decent cpp analysis for ccanlint.
Rusty Russell
2009-02-14
Teach ccanlint about API tests.
Rusty Russell
2008-11-13
Broaden use of doc_extract code, put in ccanlint, and fix ccanlint
Rusty Russell
2008-11-10
Rename string to str, and split into three modules.
Rusty Russell
2008-08-15
grab_fd and grab_file: add a size arg, use everywhere.
Rusty Russell
2008-06-02
Move modules to ccan/ tools to tools/
Rusty Russell