summaryrefslogtreecommitdiff
path: root/src/lib/eina_inlist.c
Commit message (Expand)AuthorAgeFilesLines
* beef inlist tests wrt safety pointersGustavo Sverzut Barbieri2012-01-211-0/+5
* whitespace--Vincent Torri2011-11-141-1/+1
* Eina: Fix warningVincent Torri2011-11-141-4/+4
* eina: fix eina inlist sorted insert (with and without state)Cedric BAIL2011-09-141-43/+62
* eina: add eina_inlist_sorted_state_insert and helper.Cedric BAIL2011-09-051-34/+254
* eina: fix misspellingsLucas De Marchi2011-05-301-1/+1
* eina: fix eina_inlist_sorted_insert and improve its tests.Cedric BAIL2011-05-251-6/+8
* eina: add eina_inlist_sorted_insert.Cedric BAIL2011-05-241-0/+135
* eina: add eina_inlist_sort (merge sort based on eina_list code).Cedric BAIL2011-04-111-0/+92
* more dox -> .hCarsten Haitzler2011-04-071-264/+0
* Eina inlist: Improved docs a bit.Tom Hacohen2011-03-171-5/+12
* inglishicize some ducksMike Blumenkrantz2011-01-281-43/+43
* Missing include in eina_inlist.chelen2010-11-251-0/+1
* more descriptive error message for inlist_remove when item is not an inlistMike Blumenkrantz2010-11-191-2/+6
* variable name changes for accessor functionsMike Blumenkrantz2010-09-121-12/+12
* Fix common misspellingsLucas De Marchi2010-09-081-2/+2
* Convert (hopefully) all comparisons to NULLLucas De Marchi2010-08-211-6/+6
* * eina: fix structure content to be more futur proof and reduceCedric BAIL2010-08-191-1/+3
* errrr... hmmm why did this change?Carsten Haitzler2010-07-281-1/+0
* uncrustify eina.Carsten Haitzler2010-07-281-148/+185
* Use different variable names. This was giving "shadowed declarations"Christopher Michael2010-01-241-8/+8
* 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
* inlist: docs, docs docsGustavo Sverzut Barbieri2009-07-141-0/+232
* one more safety check: do not remove element if it's not in any list.Gustavo Sverzut Barbieri2009-07-141-0/+2
* fix a bit the documentation, but there are stillVincent Torri2009-06-221-30/+26
* inlist: add count.Gustavo Sverzut Barbieri2009-03-131-0/+25
* eina safety checks.Gustavo Sverzut Barbieri2008-12-261-8/+17
* Fix couple of issues with MAGIC handling.Gustavo Sverzut Barbieri2008-12-061-0/+4
* Reduce code size, and improve sort speed.Cedric BAIL2008-10-011-0/+59
* Add some type checking to Inlined List.Cedric BAIL2008-09-181-153/+146
* * add array docVincent Torri2008-09-071-0/+1
* * move standard header files from eina_private.h to source filesVincent Torri2008-08-281-0/+10
* Merge common code.Cedric BAIL2008-08-131-5/+2
* Add Inlist Iterator.Cedric BAIL2008-08-121-1/+147
* License changes (BSD -> LGPL)Cedric BAIL2008-08-061-1/+19
* Add eina inlist tests suite, remove dead code and cleanup iterator.Cedric BAIL2008-08-011-8/+7
* Use only the needed headers per file and remove some warning.Cedric BAIL2008-07-301-1/+1
* Adding turran work to unify EFL data types and functions.Cedric BAIL2008-07-301-0/+161