No Description

David Gibson d24c5a0105 coroutine: Move total initialization outside coroutine 9 years ago
ccan d24c5a0105 coroutine: Move total initialization outside coroutine 9 years ago
doc 608148436c tools: commit missing support for _info ported flag. 10 years ago
junkcode c289035bc9 Add Henry Eshbaugh's log module to junkcode for the moment. 13 years ago
licenses d26475dcfc Add xstring module - bounded string builder with three valued comparator 10 years ago
tools 9b3f4ef6ee tal: make tal_len/tal_count(NULL) return 0. 9 years ago
web 996d4d12dd web: fix for PHP7. 9 years ago
.gitignore 2ee3b7c558 Makefile: First try at rewriting the ccan Makefile. 10 years ago
.travis.yml b137aba87d .travis.yml: Add compilation with gcc 5 and gcc 6 9 years ago
Makefile d1827b423b ccanlint: Allow path to gcov to be overriden 9 years ago
Makefile-web 5ff76d983c Makefile-web: make it usable with "make -f Makefile-web". 9 years ago
PATCHES 07a5d28757 Add file describing Signed-off-by and guiding new module authors. 10 years ago
README fc06310d94 One line change to test Travis (now I've turned it on) 11 years ago
appveyor.yml 280c917d1d Add appveyor.yml 10 years ago

README

The C Code Archive Network: http://ccodearchive.net

You can find a set of helper utilities under tools/ and the modules
under ccan/. The recommended way to add ccan modules to your project
is to create a ccan/ directory and add one module per subdirectory
(see tools/create-ccan-tree).

Enjoy!