API BREAK: eina_magic_string_set() does not change existing strings anymore.
[profile/ivi/eina.git] / src / lib / eina_list.c
2009-09-07 barbieriAPI BREAK: eina_magic_string_set() does not change...
2009-09-06 barbieriEINA API BREAK: no more individual modules init/shutdown.
2009-09-04 barbieriloggify list.
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-08-16 barbieriimprove docs and simplify macro, by kubo.
2009-08-07 antognolliFixed check at the start of eina_list_accessor_get_at.
2009-08-07 barbieribe more clear in docs.
2009-08-06 barbieriBugfix eina_list_search_sorted_near_list() add sorted_i...
2009-08-06 barbieriAPI BREAK: eina_list_search_sorted_near_list() gets...
2009-08-06 barbierismarter eina_list_merge(), more tests.
2009-08-06 barbierieina list docs.
2009-07-21 cedric * eina: Handle NULL in eina_list_search_sorted_near_list.
2009-06-24 caroAPI BREAK: fix Eina API so that it is more consistent...
2009-06-22 carofix a bit the documentation, but there are still
2009-06-08 caro * modify the way eina_config.h is built (see eina_conf...
2009-06-04 cedric * Fix some init/shutdown procedure.
2009-04-11 urandomfix docu
2009-03-25 carofix llvm reports in eina_list
2009-03-22 carochange the variable near to lnear, as it seems
2009-03-18 cedric * eina_list: Add a eina_list_search_sorted_near_list...
2009-03-18 cedric * eina_list: Add eina_list_search_sorted_list and...
2009-03-17 barbierifix docs and add clone and reversed iterator calls.
2009-02-27 barbieriNew macros, documentation and consistency for iterators...
2009-02-25 cedric * eina/src/lib/eina_list.c: Use less code.
2009-01-26 cedricAdd new set of usefull fonctions for eina list.
2009-01-20 cedric * eina/src/include/eina_array.h,
2009-01-17 tilmanFixed two trivial const correctness issues.
2008-12-26 barbierieina safety checks.
2008-12-06 barbieriLet valgrind help with EINA_MAGIC.
2008-12-06 rasterfix list accounting on sort! bad - how did this hide...
2008-10-29 rastererror macro.
2008-10-29 rasteradd error catching and output if mempool alloc/init...
2008-10-24 davemdssmall doxy fix
2008-10-21 cedricRename EINA_LIST_ITER_NEXT to EINA_LIST_FOREACH.
2008-10-21 cedricAdd merge function to list data type.
2008-10-16 caroFix compilation and warnings on Windows:
2008-10-06 cedricGive more choice to eina_list mempool.
2008-10-01 cedricReduce code size, and improve sort speed.
2008-09-30 cedricUsing mempool improve cache locality and speed list...
2008-09-30 cedricFaster sort initialisation.
2008-09-26 cedricFaster sort from Alexandre Becoulet integrated by quari...
2008-09-25 cedricPatch from quarium.
2008-09-25 cedricAdd a sort benchmark.
2008-09-23 caro * fix list doc
2008-09-19 caro * add benchmark and file documentation
2008-08-28 caro * move standard header files from eina_private.h to...
2008-08-28 caroforget to open groups in doc...
2008-08-28 carofix a bit list documentation. Not finished yet.
2008-08-13 cedricAdd iterator/accessor to eina list.
2008-08-08 cedricAfter benchmarking, providing inline does impact perfor...
2008-08-07 cedricAdd eina_list test suite. Cleanup list implementation...
2008-08-06 cedricLicense changes (BSD -> LGPL)
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.