Update benchmark projects.
[bertos.git] / bertos / struct / bitarray.h
2011-08-31 asterixAdd search fist non zero bit for bitarray. This impleme...
2010-10-22 lottavianodoc: Add missing return values.
2010-10-22 lottavianodoc: Add documentation for BitArray module.
2010-09-10 asterixComply the init function names.
2010-09-10 lottavianoImprove performance of bitarray_isFull(). Add documenta...
2010-09-02 asterixRename macros.
2010-09-02 asterixUse more clear fuction names.
2010-09-01 asterixUse context to simply the api.
2010-09-01 asterixAdd some check utils.
2010-08-31 asterixRefactor bitarray module. Add more test for new check...
2010-08-31 asterixSilent some warning.
2010-08-31 asterixAdd bitarray test. Fixes and add dump function.
2010-08-13 asterixAdd test prototype.
2010-08-13 asterixAdd first implementation of bit array module.