]> git.ozlabs.org Git - ccan/history - ccan/bitmap
Makefile: Define CFLAGS_FORCE_C_SOURCE macro
[ccan] / ccan / bitmap /
2015-06-02 Kirill Smelkovbitmap: Don't crash if allocation fails in bitmap_alloc...
2014-10-13 David Gibsonbitmap: Implement bitmap_ffs()
2014-10-13 David Gibsonbitmap: Extend allocation functions
2014-10-13 David Gibsonbitmap: Add functions to set/clear ranges of bits
2014-10-13 David Gibsonbitmap: Switch bit indices to unsigned long
2014-06-16 David Gibsonccan: Correct some poor conventions in _info includes
2014-05-19 David Gibsonbitmap: Use const qualifiers where possible
2014-05-14 David Gibsonccan/bitmap: const for bitmap_test_bit.
2014-03-20 Emilio G. Cotabitmap: use unsigned int for iterating over bitmap...
2013-12-25 Emilio G. Cotabitmap: add endianness casts
2013-09-13 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2013-09-13 Rusty RussellMerge https://github.com/dgibson/ccan
2013-09-05 David Gibsonbitmap: Add helper macro to statically declare bitmaps
2013-09-05 David Gibsonbitmap: Rework to assume always multiple of words stora...
2013-09-05 David Gibsonbitmap: Rework types and sizing macros
2013-09-05 David Gibsonbitmap: Use a typesafe(ish) parameters instead of void *
2013-08-22 David Gibsonbitmap: Add first cut at a bitmap module