]> git.ozlabs.org Git - ccan/history - Makefile-ccan
Makefile: add missing modules.
[ccan] / Makefile-ccan
2015-05-25 Rusty RussellMakefile: add missing modules.
2015-04-13 Delio Brignolital_stack
2015-03-30 Peter Barkerbase64: implements rfc4648, the base64 encoding
2015-03-30 Stuart Longlandstringbuilder: Functions for joining strings.
2015-03-30 Rusty RussellMakefile: add ntdb.
2014-11-11 Rusty Russellcdump: new module.
2014-11-11 Rusty Russellpushpull: new module.
2014-11-07 Rusty Russellinvbloom: new module for IBLTs.
2014-10-30 Rusty RussellMakefile-ccan: bytestring now has source.
2014-10-27 David Gibsonmem: Rename memmem module to mem
2014-10-13 Rusty RussellAdd eratosthenes to Makefile-ccan list.
2014-09-13 David Gibsonlstack: Linked list stack implementation
2014-09-13 David Gibsonlqueue: Linked list queue implementation
2014-06-25 Rusty Russellstructeq: new module.
2014-06-16 David Gibsonmemmem: Trivial module to provide memmem() function
2014-06-10 Rusty Russellstr_talloc: delete.
2014-06-10 Rusty Russelltal/grab_file: new module
2014-06-10 Rusty Russelltalloc_link: remove it.
2014-06-04 David Gibsonjacobson_karels: New module
2014-06-04 David Gibsonminmax: New module, safe min and max macros
2013-12-01 Peter Huttererargcheck: a module to check argument ranges
2013-10-14 Ahmed SamyMerge branch 'master' of ozlabs.org:ccan
2013-10-14 Rusty RussellMerge branch 'io'
2013-10-14 Rusty Russellccan/io: new module.
2013-09-27 Rusty RussellMerge branch 'cpuid' of https://github.com/decltype...
2013-09-25 Ahmed Samycpuid: Minor improvements
2013-09-21 Ahmed Samycpuid: new module
2013-09-13 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2013-09-13 Rusty RussellAdd bitmap module to Makefile.
2013-09-13 Rusty RussellMerge https://github.com/dgibson/ccan
2013-09-10 Emilio G. Cotaheap: new module
2013-05-27 Rusty Russellbreakpoint: new module.
2013-04-05 Rusty Russelltimers: implementation of lazily-ordered timers.
2013-04-01 Rusty RussellMakefile: don't separate all modules with external...
2013-03-28 Peter HuttererAdd a set of simple version comparison helpers
2013-01-14 Ulrik Sverdrupsiphash: A keyed hash designed by Aumasson and djb
2013-01-03 Rusty RussellMerge branch 'rfc822'
2013-01-03 Rusty Russelltal/talloc: new module for backending tal onto talloc.
2012-12-03 Rusty Russellrbuf: new module.
2012-12-03 Rusty Russelltal/link: new module for reference-count style coding...
2012-11-22 Rusty Russelltal/path: new module
2012-11-22 Rusty Russelltal/str: new module.
2012-11-22 Rusty Russellalloc: move into antithread/alloc.
2012-11-22 Rusty RussellMakefile: list modules explicitly.
2012-11-21 Rusty RussellMakefile: add -Wundef to the default CFLAGS
2011-12-12 Andrey SmirnovMakefile, configurator: Add additional debug flags...
2011-04-27 Rusty RussellMakefile: don't define -Werror for ccanlint.
2011-03-22 Rusty Russellccan: add -Wpointer-arith and -Wwrite-strings by default
2011-03-17 Rusty Russelltools: fix ctype.h and string usage.
2010-11-15 Rusty Russellccanlint: remove -Werror, use output of compile command...
2010-11-04 Rusty RussellMakefile: make non-optimized variant comment a bit...
2010-11-03 Rusty Russellmakefiles: add "scores" target.
2010-11-03 Rusty Russelltools: new "configurator" tool.
2010-04-09 Rusty Russelltools: fastcheck adjust; 750ms works well for me.
2010-04-09 Rusty RussellFix EXCLUDE logic for makefiles, add fastcheck
2010-01-06 Rusty RussellMakefile fixes: we now do dependencies properly for...
2009-11-21 Rusty RussellNew asort routine; unf. breaks under -Wmissing-prototyp...
2009-09-29 Rusty Russelltools: more build convenience work
2009-05-28 Rusty RussellRename _info.c to _info: this means we can simple compi...
2009-03-12 Rusty RussellHandle multiple .c files in directory properly (isaac).
2009-02-25 Rusty RussellMajor cleanup of makefiles, api tests.
2009-01-13 Rusty RussellIncrease optimization level, and clean up Makefile...
2008-11-10 Rusty RussellSimplify -I lines: change includes to ccan/
2008-11-08 Rusty RussellStatic generation of web pages. Based on GSoC work...