]> git.ozlabs.org Git - ccan/history - ccan/hash
cpuid: fix example compilation
[ccan] / ccan / hash /
2012-11-01 Rusty Russellhash: switch to CC0 license.
2012-11-01 Rusty RussellRelicense all public domain modules to CC0.
2012-06-20 Alessandro GuidoAvoid compiler errors if u32 is defined as a type
2011-06-08 Rusty Russellhash: remove VALGRIND #ifdef - always run clean.
2011-04-02 Rusty Russellhash: use config.h settings for endian.
2011-04-02 Andreas Schlickhash: Extend the byte order check to cover x86_64.
2011-03-17 Rusty Russellbuild_assert: rename EXPR_BUILD_ASSERT to BUILD_ASSERT_...
2011-01-17 Brad Hardshash: spelling fix
2010-10-17 Rusty Russelllicence->license: US English is the standard for code.
2010-10-06 Rusty Russellhash: fix examples so they compile.
2010-09-25 Rusty Russellhash: fix overrun in test code.
2010-08-26 Rusty Russellhash: 64-bit hash functions should take 64-bit base.
2010-08-16 Rusty Russellhash: 64 bit variants.
2010-08-06 Rusty RussellAdd author and maintainer fields.
2010-01-06 Rusty RussellRemove old run-tests, clean up #includes to all be...
2009-05-28 Rusty RussellRename _info.c to _info: this means we can simple compi...
2009-02-25 Rusty RussellMajor cleanup of makefiles, api tests.
2008-11-10 Rusty RussellSimplify -I lines: change includes to ccan/
2008-09-12 Rusty RussellDocument license requirements.
2008-08-14 Rusty Russellmerge
2008-08-14 Rusty RussellFix hash_stable(): now works on both endians :)
2008-07-28 Rusty RussellMove hash into ccan/ dir