Update preset.
[bertos.git] / bertos / struct /
2012-01-13 Daniele BasileRename macro to more appropiate name.
2012-01-13 Daniele BasileRename macro to more appropiate name.
2012-01-11 asterixfifobuf: introduce DECLARE_FIFO() macro
2011-09-01 asterixReformat fuction to avoid alignement problem.
2011-08-31 asterixAdd search fist non zero bit for bitarray. This impleme...
2011-05-27 lottavianoFix nightly test warnings in hashtable implementation.
2011-05-17 lottavianoAdd priority inheritance implementation for Semaphores.
2011-05-17 lottavianoDocumentation updates.
2011-02-23 lottavianodoc: Add documentation for the pool memory allocator
2011-01-14 lottavianodoc: Add pool module documentation.
2011-01-03 lottavianoFix compilation issues on pool.h
2011-01-03 lottavianodoc: Move List documentation into its own section.
2010-12-22 lottavianoFix pool module compilation issues.
2010-12-09 lottavianodoc: Added FIFO module documentation.
2010-11-10 lottavianodoc: Added group definitions for most common modules.
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.
2010-07-02 battRemove \version svn tag.
2010-07-02 battMove kfile interface to the io/ directory.
2010-05-13 arighiAdd the hashtable test module.
2010-05-13 arighihashtable: fix build warning.
2010-05-07 asterixAdd wizard mark. Add configuration file. Move some...
2010-04-19 battHeap: refactor in order to add more tests.
2010-04-19 battTypos.
2010-04-19 battReformat.
2010-04-19 battHeap: add heap_freeSpace(), a new function.
2010-04-19 battheap: Fix heap_freemem() when all the heap is full.
2010-03-22 battAdd heap module.
2010-03-17 arighiheap: properly check the alignment in memory of a heap_...
2010-03-17 arighiMerge branch "preempt" in "trunk".
2009-12-27 battAdd missing prototypes.
2009-12-23 battAdd a simple heap test.
2009-12-23 battCheck for alignment of heap memory buffer; add utility...
2009-09-29 battFix doc.
2009-09-27 battTypo.
2009-09-27 battAdd new module kfile_mem: kfile access over a plain...
2009-09-01 lottavianoFix warnings.
2009-07-09 lottavianodoc: Add example for KFileFifo
2009-07-08 lottavianoAdd definition when not in _DEBUG mode.
2009-05-01 battAvoid warning using void * arithmetic.
2009-05-01 battAdd KFile interface over a fifo buffer.
2009-04-15 duploChange properties
2008-09-03 bernielist: check against double node insertion
2008-08-31 bernieMWARE_XXX_H -> STRUCT_XXX_H
2008-08-27 battUpdate to new macro name.
2008-08-13 berniefifobuf: Header fix
2008-08-13 berniehashtable: Move from mware/ to struct/
2008-08-13 bernieMove data structures to new directory struct/