summaryrefslogtreecommitdiff
path: root/lib/ccan
AgeCommit message (Expand)AuthorFilesLines
2012-02-21lib/ccan: define HAVE_CCAN.Rusty Russell1-0/+1
2011-12-15lib/ccan: Fix some typos in libccan.m4Martin Schwenke1-2/+2
2011-12-15lib/ccan: fix m4 tests for builtin_expect and compound literals.Rusty Russell1-9/+10
2011-12-05lib/ccan/cast: fix warnings with -Wextra (specifically -Wmissing-field-initia...Rusty Russell1-3/+3
2011-12-05lib/ccan/compiler, ilog: IDEMPOTENT "idempotent does not mean what you think ...Rusty Russell3-10/+10
2011-12-05lib/ccan/asearch: fix example on 64 bit platforms.Rusty Russell1-1/+1
2011-12-05lib/ccan/htable: benchmark against hsearch(3)Rusty Russell3-2/+108
2011-12-05lib/ccan/likely: use htable_typeRusty Russell3-66/+80
2011-12-05lib/ccan/htable: HTABLE_INITIALIZER() for static initialization.Rusty Russell3-15/+29
2011-12-05lib/ccan/htable: clean up interface, document htable_type better.Rusty Russell9-254/+251
2011-12-05lib/ccan/htable: start empty.Rusty Russell4-39/+87
2011-12-05lib/ccan/htable, strset: benchmarking tools.Rusty Russell5-1/+1104
2011-12-05lib/ccan/str: fix warnings.Rusty Russell2-1/+5
2011-12-05lib/ccan/str: relicense to public domain.Rusty Russell6-513/+2
2011-12-05lib/ccan/typesafe_cb: fix example macro ordering in typesafe_cb_preargs docum...Rusty Russell1-2/+2
2011-12-05lib/ccan/htable: fix tools/speed.Rusty Russell1-2/+3
2011-12-05lib/ccan/build_assert: Remove stale LGPL license comment.Joey Adams1-1/+0
2011-12-05lib/ccan/array_size: relicense under public domain.Rusty Russell3-510/+1
2011-09-14ccan: configure check for HAVE_BUILTIN_CHOOSE_EXPRRusty Russell2-0/+18
2011-08-31ccan: fix likely redefinition warnings with --enable-tdb2Rusty Russell1-0/+8
2011-08-10Adapt tally_histogram to Samba coding conventionsVolker Lendecke1-10/+16
2011-08-10Adapt get_max_bucket to Samba coding conventionsVolker Lendecke1-2/+4
2011-08-10Adapt tally_approx_median to Samba coding conventionsVolker Lendecke1-1/+2
2011-08-10Adapt bucket_range to Samba coding conventionsVolker Lendecke1-2/+3
2011-08-10Adapt tally_mean to Samba coding conventionsVolker Lendecke1-1/+2
2011-08-10Adapt divls64 to Samba coding conventionsVolker Lendecke1-1/+2
2011-08-10Avoid some // style comments in divls64Volker Lendecke1-9/+10
2011-08-10Adapt divlu64 to Samba coding conventionsVolker Lendecke1-2/+5
2011-08-10Avoid some // style comments in divlu64Volker Lendecke1-26/+26
2011-08-10Adapt fls64 to Samba coding conventionsVolker Lendecke1-1/+2
2011-08-10Adapt tally_num to Samba coding conventionsVolker Lendecke1-1/+2
2011-08-10Adapt tally_add to Samba coding conventionsVolker Lendecke1-3/+5
2011-08-10Adapt renormalize to Samba coding conventionsVolker Lendecke1-1/+2
2011-08-10Adapt shift_overflows to Samba coding conventionsVolker Lendecke1-1/+2
2011-08-10Adapt bucket_min to Samba coding conventionsVolker Lendecke1-1/+2
2011-08-10Adapt bucket_of to Samba coding conventionsVolker Lendecke1-1/+2
2011-08-10Adapt tally_new to Samba coding conventionsVolker Lendecke1-2/+5
2011-08-10Slightly simplify tally_newVolker Lendecke1-7/+9
2011-08-10Fix a c++ warningVolker Lendecke1-1/+1
2011-08-10Fix a c++ warningVolker Lendecke1-1/+2
2011-07-25lib/ccan: update to init-1192-gdd04041Rusty Russell32-424/+959
2011-07-25lib/ccan: add READMERusty Russell1-0/+9
2011-07-06ccan/tally: don't use SIZE_MAX.Rusty Russell1-2/+2
2011-07-05ccan: fix configure tests for __builtin_clz etc.Rusty Russell1-8/+8
2011-06-21lib/ccan/tally.h: update for FreeBSD compile.Rusty Russell7-2/+8
2011-06-20lib: import ccan modules for tdb2Rusty Russell129-0/+13867