efl/legacy
Cedric BAIL 6936745755 eina: add eina_inlist_sorted_state_insert and helper.
Note: this function help keep a jump table so we reduce
the need to walk over the complete list to insert one
element. It's of course doesn't make it an O(log(n)) in
access time, but it increase it's cost more slowly.
   With 10000 items, you can count around 50 pointers
dereferencing and with with 50000 items around 200 pointers
dereferencing.
   Of course the comparison stay in O(log(n)).


SVN revision: 63213
2011-09-05 20:15:12 +00:00
..
ecore fix COPYING to say 2011. 2011-09-05 07:15:41 +00:00
edje Revert "Edje entry: Start using the new tb_range_formats_get." 2011-09-05 12:07:31 +00:00
eet fix COPYING to say 2011. 2011-09-05 07:15:41 +00:00
eeze Eeze: Only fant batteries which are present 2011-09-05 19:12:45 +00:00
efreet fix COPYING to say 2011. 2011-09-05 07:15:41 +00:00
eina eina: add eina_inlist_sorted_state_insert and helper. 2011-09-05 20:15:12 +00:00
eio eio: fix eio_monitor. 2011-09-01 10:22:00 +00:00
embryo fix COPYING to say 2011. 2011-09-05 07:15:41 +00:00
emotion emotion/generic - Set filename to NULL on file_close. 2011-09-05 16:37:20 +00:00
ethumb ethumb: fix wrong dirty detection. 2011-08-31 09:28:54 +00:00
evas evas: fix alignment issue. 2011-09-05 15:21:23 +00:00
evil change typedef for pid_t 2011-08-26 15:59:42 +00:00