+eina_hash_modify_or_add to always add a value to the hash at the specified key
[profile/ivi/eina.git] / src / lib / eina_hash.c
2010-07-21 discomfitor+eina_hash_modify_or_add to always add a value to the...
2010-07-18 discomfitordox fixes
2010-07-18 discomfitor+eina_hash_free_buckets to free buckets without freeing...
2010-07-18 discomfitorwell this was just plain wrong
2010-07-18 discomfitoron the fifth day the rasterman said "let there be docs...
2010-05-21 nashMinor doc update: It's nice when examples compile witho...
2010-02-11 carowarnings--
2009-10-24 sachielFix docs for hash_free
2009-09-06 barbieriEINA API BREAK: no more individual modules init/shutdown.
2009-09-04 barbierieina_safety_checks_init()
2009-08-28 caro * add eina_config.h in all source files. Fix linking...
2009-08-25 barbierido not check for data, eina_iterator_next/eina_accessor...
2009-06-22 carofix a bit the documentation, but there are still
2009-06-19 cedric * eina: Add an eina_hash_stringshare_new.
2009-06-18 cedric * eina: Improve eina hash manipulation for int.
2009-06-04 cedric * Fix some init/shutdown procedure.
2009-03-24 carouse variadic macros, as suggested by Gustavo
2009-03-23 carofix some llvm report
2009-02-27 barbieriNew macros, documentation and consistency for iterators...
2009-01-27 rephormdon't leak
2009-01-23 caro * minor formatting
2009-01-20 cedric * eina/src/include/eina_array.h,
2008-12-29 cedricDon't generate warning in some little case.
2008-12-26 barbierieina safety checks.
2008-12-26 barbierieina gets lots of gcc attributes to its api.
2008-12-23 cedricDeclaration should be done before any code.
2008-12-16 cedricAdd small bucket support.
2008-12-11 cedricIf we set the data free callback of a hash, we expect...
2008-12-09 cedricOnly allocate hash bucket when needed.
2008-12-09 cedricAll eina_hash_find* functions should not report problem...
2008-12-09 cedriceina_hash_find should not complain when hash or key...
2008-12-09 cedriceina_hash_del must honor the data parameter when the...
2008-12-09 cedricPrevent warning from Eina Magic when hash population...
2008-12-08 cedricAdd integer and pointer hash table helper.
2008-12-07 barbierihash: better handling of NULL, add magic checking.
2008-12-06 barbierirefactor eina_hash_del*, expose simpler functions and...
2008-12-06 barbieriFix couple of issues with MAGIC handling.
2008-12-06 barbierishut up gcc warning, with comment.
2008-12-06 barbieriFix namespace: Eina_Foreach -> Eina_Hash_Foreach.
2008-11-20 cedricFix a little memory leak when iterating.
2008-11-10 cedricFix order of free during hash free.
2008-10-20 cedricFix hash iterator to iterate with only one element.
2008-09-24 cedricAdd hash and rbtree delete callback, cleanup the code...
2008-09-19 cedricWe have now a defined behaviour when we have more than...
2008-09-19 caro * add benchmark and file documentation
2008-09-03 cedricFix initialisation logic.
2008-08-29 cedricRemove useless indirection and useless tests.
2008-08-28 cedricUse rbtree instead of inlist and make hash way faster.
2008-08-28 caro * move standard header files from eina_private.h to...
2008-08-27 caroUpdate documentation:
2008-08-26 cedricSome cleanup. Add EAPI in the .c file and move the...
2008-08-12 cedricCleanup.
2008-08-11 cedricEasier API and follow gustavo's remark.
2008-08-11 cedricAdd first try for an accessor and iterator API, comment...
2008-08-09 dourssefix doxy doc
2008-08-07 cedricUse the common out of memory error.
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.