summaryrefslogtreecommitdiff
path: root/src/lib/eina_hash.c
Commit message (Expand)AuthorAgeFilesLines
* eina: backport r83698.Cedric BAIL2013-02-071-1/+1
* eina: backport r83578.Cedric BAIL2013-02-061-1/+1
* eina: handle gracefully eina_*_free with NULL.Cedric BAIL2012-07-051-5/+2
* formattingMike Blumenkrantz2012-07-021-203/+205
* Hack to avoid freeing old data when calling eina_hash_set() with new_data == ...Iván Briano2012-03-291-0/+3
* eina: let eina_hash_free behave like free.Cedric BAIL2011-12-301-1/+2
* eina: let eina_hash_free() behave like free().Cedric BAIL2011-12-291-1/+2
* eina: rename eina_hash_free_set as eina_hash_free_cb_set.Cedric BAIL2011-06-171-1/+1
* eina: +eina_hash_free_set.Cedric BAIL2011-06-151-0/+9
* eina: fix eina_hash_set to act when data == NULL like eina_hash_del.Cedric BAIL2011-05-311-2/+12
* more doxy -> .hCarsten Haitzler2011-04-071-607/+0
* eina-hash: improve documentation + indent + wibbleBoris Faure2011-03-281-51/+78
* eina: fix typos in eina_hash docBoris Faure2011-03-271-10/+10
* Better headers check.Vincent Torri2011-02-171-2/+5
* hve to revert these commits. they hve created a whole chunk of 64bitCarsten Haitzler2011-01-071-5/+2
* use configure-time headers checks instead of compiler onesVincent Torri2011-01-071-2/+5
* * eina: some time compiler are really stupid...Cedric BAIL2010-12-151-5/+5
* * improve docVincent Torri2010-11-061-18/+18
* Fix common misspellingsLucas De Marchi2010-09-091-27/+27
* * eina: fix doc, patch by Vincent Torri.Cedric BAIL2010-09-081-250/+372
* Fix common misspellingsLucas De Marchi2010-09-081-12/+12
* Fix typo in doxygenLucas De Marchi2010-09-061-1/+1
* cppcheck doesn't like it if u dont first init all data before usingCarsten Haitzler2010-08-221-2/+2
* Convert (hopefully) all comparisons to NULLLucas De Marchi2010-08-211-2/+2
* * eina: fix structure content to be more futur proof and reduceCedric BAIL2010-08-191-3/+5
* * eina: remove thread safe data type for now. They will be back !Cedric BAIL2010-08-161-344/+13
* fix threadsafe apiMike Blumenkrantz2010-08-141-34/+50
* * eina: don't direct people in the wrong direction.Cedric BAIL2010-08-141-6/+0
* add threadsafety for hashesMike Blumenkrantz2010-08-141-39/+362
* Remark that data being deleted from the hash will be mercilessly killed if a ...Iván Briano2010-08-131-0/+10
* more variable renames, null check alloc, malloc+memset0 -> calloc, rwlocks in...Mike Blumenkrantz2010-08-131-19/+27
* rename variables and typedefs to sane valuesMike Blumenkrantz2010-08-131-117/+113
* * eina: fix eina array threadsafe version.Cedric BAIL2010-08-111-2/+2
* incomplete doxy!Mike Blumenkrantz2010-07-301-2/+5
* * eina: add a way to move a key to another without triggering the Free_Cb.Cedric BAIL2010-07-301-0/+34
* uncrustify eina.Carsten Haitzler2010-07-281-326/+472
* eina_hash_modify_or_add -> eina_hash_setMike Blumenkrantz2010-07-231-3/+42
* +eina_hash_modify_or_add to always add a value to the hash at the specified keyMike Blumenkrantz2010-07-211-2/+50
* dox fixesMike Blumenkrantz2010-07-181-11/+14
* +eina_hash_free_buckets to free buckets without freeing a hashMike Blumenkrantz2010-07-181-4/+31
* well this was just plain wrongMike Blumenkrantz2010-07-181-2/+2
* on the fifth day the rasterman said "let there be docs for hash tables!"Mike Blumenkrantz2010-07-181-13/+51
* Minor doc update: It's nice when examples compile without warnings ;-)Brett Nash2010-05-211-2/+2
* warnings--Vincent Torri2010-02-111-3/+3
* Fix docs for hash_freeIván Briano2009-10-241-1/+2
* EINA API BREAK: no more individual modules init/shutdown.Gustavo Sverzut Barbieri2009-09-061-64/+4
* eina_safety_checks_init()Gustavo Sverzut Barbieri2009-09-041-6/+18
* * add eina_config.h in all source files. Fix linking with Visual StudioVincent Torri2009-08-281-2/+3
* do not check for data, eina_iterator_next/eina_accessor_data_get() does that.Gustavo Sverzut Barbieri2009-08-251-1/+1
* fix a bit the documentation, but there are stillVincent Torri2009-06-221-24/+10