eina: fix documentation.
[profile/ivi/eina.git] / src / include / eina_hash.h
2012-07-31 cedriceina: fix documentation.
2012-07-13 gastalSmall improvement to eina_hash_free_cb_set documentation.
2012-05-30 ngc891eina: doxygen doc fixes
2012-05-29 ngc891eina: doxygen doc fixes
2012-04-12 gastalCleanup Doxygens Warnings - eina
2011-12-28 cedriceina: got to aggressive on that one.
2011-12-28 cedriceina: this arg could really be NULL and really simplify...
2011-12-07 caroEina: improve a bit the doc
2011-11-10 billiobeina: add murmur3 hash
2011-07-15 gastalEina: Groups shouldn't be inside themselves, and both...
2011-07-15 gastalEina: Making html tags in doc appear only in html doc.
2011-07-15 lucaseina: fix common misspellings
2011-07-06 antognollieina/hash - Add examples to list and fix doc of some...
2011-07-06 antognollieina/hash - improve performance comparison between...
2011-07-04 gastalEina: Spelling fixes and using smaller size for hash...
2011-06-17 cedriceina: rename eina_hash_free_set as eina_hash_free_cb_set.
2011-06-15 cedriceina: @since
2011-06-15 cedriceina: +eina_hash_free_set.
2011-06-10 gastaleina: Add missing hash table image and make imgs work for
2011-06-09 antognolli[eina] Add high-level documentation and examples for...
2011-05-31 cedriceina: fix eina_hash_set to act when data == NULL like...
2011-05-14 billiobeina: improve hash documentation on free_cb
2011-04-07 rastermore doxy -> .h
2010-10-23 discomfitorecrustify testing: looked good so I'm committing for...
2010-09-08 sachielEvil patch from Evil vtorri. Some improvements to Eina...
2010-08-27 discomfitorfinish removing threadsafe stuff
2010-08-16 cedric * eina: remove thread safe data type for now...
2010-08-16 rasterformatting. ok - maybe we can have a debate on it,...
2010-08-16 rasterwell got to start somewhere. eina 1.0.0 alpha readied...
2010-08-14 discomfitoradd threadsafety for hashes
2010-08-13 discomfitorgo go gadget recrustify!
2010-08-04 lucasFORMATTING
2010-07-30 cedric * eina: add a way to move a key to another without...
2010-07-28 rasteruncrustify eina.
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.