summaryrefslogtreecommitdiff
path: root/src/lib/eina_rbtree.c
Commit message (Expand)AuthorAgeFilesLines
* eina: fix warning. Patch by Seo Sanghyeon.Cedric BAIL2012-03-021-2/+2
* eina: faster implementation of Eina_Rbtree by Alexandre Becoulet.Cedric BAIL2012-02-271-182/+183
* eina: applied eina_array_count_get -> eina_array_count api change.Daniel Juyung Seo2012-01-101-5/+5
* doxy -> .hCarsten Haitzler2011-04-071-109/+0
* * eina: improve eina_rbtree doc to please discomfitor.Cedric BAIL2010-10-241-5/+40
* initial doxy patch for rbtree from vtorriMike Blumenkrantz2010-09-121-0/+12
* Fix common misspellingsLucas De Marchi2010-09-081-3/+3
* Convert (hopefully) all comparisons to NULLLucas De Marchi2010-08-211-10/+10
* * eina: fix structure content to be more futur proof and reduceCedric BAIL2010-08-191-1/+2
* * eina: fix eina array threadsafe version.Cedric BAIL2010-08-111-2/+1
* implement threadsafety for arrays, alter all eina internal array usage to (ho...Mike Blumenkrantz2010-08-101-2/+3
* uncrustify eina.Carsten Haitzler2010-07-281-192/+229
* Remove unneeded code with notnull.cocci scriptLucas De Marchi2010-07-141-4/+5
* warning--Carsten Haitzler2009-10-251-1/+1
* * eina: Add explanation around compiler false positiv warning.Cedric BAIL2009-09-141-0/+5
* EINA API BREAK: no more individual modules init/shutdown.Gustavo Sverzut Barbieri2009-09-061-1/+3
* * 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
* New macros, documentation and consistency for iterators and accessors.Gustavo Sverzut Barbieri2009-02-271-2/+67
* eina safety checks.Gustavo Sverzut Barbieri2008-12-261-2/+9
* remove dead stores and reduce some variable scope.Gustavo Sverzut Barbieri2008-12-231-2/+3
* Fix couple of issues with MAGIC handling.Gustavo Sverzut Barbieri2008-12-061-0/+2
* minor formattingVincent Torri2008-09-281-1/+0
* Add hash and rbtree delete callback, cleanup the code and improve performance...Cedric BAIL2008-09-241-4/+4
* Add rbtree destructor without tree reorder and use it.Cedric BAIL2008-09-231-0/+10
* * add documentation. The tutorial needs to be written, thoughVincent Torri2008-09-151-6/+6
* Add a context to the callback.Cedric BAIL2008-08-281-5/+5
* Inline red black tree lookup.Cedric BAIL2008-08-281-16/+0
* Fix rbtree removal. Was a bug due to rotation and parent lost.Cedric BAIL2008-08-281-6/+20
* * move standard header files from eina_private.h to source filesVincent Torri2008-08-281-0/+7
* Add Red Black tree API. Right now only insertion, lookup and iterator work.Cedric BAIL2008-08-271-0/+444