Rusty Russell
|
caf366998b
tools: fix up warnings with -Wwrite-strings.
|
15 years ago |
Joey Adams
|
5079b95c11
tools: Fixed unchecked *strrchr in a couple places.
|
15 years ago |
Joey Adams
|
c67c37e8d2
tools: Added "-I." to fix ccan_depends --compile
|
15 years ago |
Rusty Russell
|
104125b2dd
ccanlint: read config.h to get compilation flags at runtime.
|
15 years ago |
Rusty Russell
|
1004442253
strsplit: remove nump argument
|
15 years ago |
Rusty Russell
|
03a596908b
ccanlint: make compile commands return output.
|
15 years ago |
Rusty Russell
|
63bceea014
ccanlint: use familiar names for temporary files, show them with -vv.
|
15 years ago |
Rusty Russell
|
fb4c4c3ddc
ccanlint: Add -k option to keep results.
|
16 years ago |
Rusty Russell
|
747a69435d
ccanlint: fix directory issues properly.
|
16 years ago |
Rusty Russell
|
90f958f9fe
Fix getting sub-depends.
|
16 years ago |
Rusty Russell
|
3612661714
ccanlint: only compile _info once; speeds tdb test from 18 to 16 seconds.
|
16 years ago |
Rusty Russell
|
61088f5c75
Build tests for ccan.
|
16 years ago |
Rusty Russell
|
b0f7eb2976
Dependency checking (make sure .o files exist, prereq to building)
|
16 years ago |
Rusty Russell
|
570c9c555f
Rename _info.c to _info: this means we can simple compile *.c.
|
17 years ago |
Rusty Russell
|
09e4858bdb
Joey's patch to ignore ccan/ lines in #include.
|
17 years ago |
Rusty Russell
|
a8b248ea9d
Simplify -I lines: change includes to ccan/
|
17 years ago |
Rusty Russell
|
9965fc25fc
Rename string to str, and split into three modules.
|
17 years ago |
Rusty Russell
|
023f704e80
--direct for ccan_depends
|
17 years ago |
Rusty Russell
|
d4ace4a572
Non-compiling version of ccan_depends by default.
|
17 years ago |
Rusty Russell
|
8aeb80ab04
grab_fd and grab_file: add a size arg, use everywhere.
|
17 years ago |
Rusty Russell
|
a13257dd9b
Make depends build the _info files (easier for Dinesh's work)
|
17 years ago |
Rusty Russell
|
779d83085d
Use new string.h strsplit() everywhere.
|
17 years ago |
Rusty Russell
|
37ca11df87
Proper recursive dependencies (came from libantithread work)
|
17 years ago |
Rusty Russell
|
437fa285d1
Split tools unto parts for fixing run_tests to link req'd deps.
|
17 years ago |