eina_hash_modify_or_add -> eina_hash_set
[profile/ivi/eina.git] / src / include / eina_hash.h
2010-07-23 discomfitoreina_hash_modify_or_add -> eina_hash_set
2010-07-21 discomfitor+eina_hash_modify_or_add to always add a value to the...
2010-07-18 discomfitor+eina_hash_free_buckets to free buckets without freeing...
2010-02-27 barbieriFix other EINA_PURE/EINA_CONST.
2009-10-13 cedric * eina_hash: First parameter could be NULL.
2009-09-06 barbieriEINA API BREAK: no more individual modules init/shutdown.
2009-07-16 cedric * eina: Fix declaration according to Vincent...
2009-06-19 cedric * eina: Add an eina_hash_stringshare_new.
2009-03-20 barbiericonstness++
2008-12-26 barbierieina safety checks.
2008-12-26 barbierieina gets lots of gcc attributes to its api.
2008-12-16 cedricAdd small bucket support.
2008-12-09 cedricOnly allocate hash bucket when needed.
2008-12-09 cedriceina_hash_del must honor the data parameter when the...
2008-12-08 cedricAdd integer and pointer hash table helper.
2008-12-06 barbierirefactor eina_hash_del*, expose simpler functions and...
2008-12-06 barbieriFix namespace: Eina_Foreach -> Eina_Hash_Foreach.
2008-09-24 cedricAdd hash and rbtree delete callback, cleanup the code...
2008-09-19 caro * add benchmark and file documentation
2008-08-11 cedricAdd first try for an accessor and iterator API, comment...
2008-08-06 cedricLicense changes (BSD -> LGPL)
2008-08-06 cedricMajor cleanup. Eina_Hash now support other key than...
2008-07-30 cedricUse only the needed headers per file and remove some...
2008-07-30 cedricAdding turran work to unify EFL data types and functions.