efl/legacy/eina/src/tests
Vincent Torri ebc20c2236 API BREAK: fix Eina API so that it is more consistent with the other EFL
what is modified:

eina_counter_add -> eina_counter_new
eina_counter_delete -> eina_counter_free
eina_lalloc_delete -> eina_lalloc_free
eina_mempool_new -> eina_mempool_add
eina_mempool_delete -> eina_mempool_del
eina_mempool_alloc -> eina_mempool_malloc
eina_tiler_del -> eina_tiler_free

It remains some questions: have the following API a good name:

eina_module_list_delete
eina_list_free
eina_rbtree_delete

(see ticket #286)

If you find any problem, please report in that thread


SVN revision: 41187
2009-06-24 16:56:49 +00:00
..
.cvsignore Add benchmark support. 2008-08-06 15:54:56 +00:00
Makefile.am * eina: Add a benchmark for eina_rectangle_pool. 2009-06-22 13:24:13 +00:00
eina_bench.c * eina: Add a benchmark for eina_rectangle_pool. 2009-06-22 13:24:13 +00:00
eina_bench.h * eina: Add a benchmark for eina_rectangle_pool. 2009-06-22 13:24:13 +00:00
eina_bench_array.c * eina: Evas_Data are gone so unactivate benchmark. 2009-06-22 13:20:29 +00:00
eina_bench_convert.c add a config.h 2008-09-30 06:16:41 +00:00
eina_bench_hash.c * eina: Evas_Data are gone so unactivate benchmark. 2009-06-22 13:20:29 +00:00
eina_bench_mempool.c API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_bench_rectangle_pool.c * eina: Faster Eina_Rectangle_Pool (should be used by OpenGL engine). 2009-06-24 13:38:25 +00:00
eina_bench_sort.c * eina: Evas_Data are gone so unactivate benchmark. 2009-06-22 13:20:29 +00:00
eina_bench_stringshare.c * eina: Evas_Data are gone so unactivate benchmark. 2009-06-22 13:20:29 +00:00
eina_bench_stringshare_e17.c API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_suite.c Fix wrong order and useless double include. 2009-01-20 15:40:36 +00:00
eina_suite.h Fix wrong order and useless double include. 2009-01-20 15:40:36 +00:00
eina_test_accessor.c Remove warning due to Inlist API change. 2008-09-19 12:40:18 +00:00
eina_test_array.c * fix warning in tests 2008-09-29 19:20:16 +00:00
eina_test_benchmark.c * fix warning in tests 2008-09-29 19:20:16 +00:00
eina_test_convert.c * fix warning in tests 2008-09-29 19:20:16 +00:00
eina_test_counter.c API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_test_error.c * fix warning in tests 2008-09-29 19:20:16 +00:00
eina_test_file.c * fix warning in tests 2008-09-29 19:20:16 +00:00
eina_test_hash.c * fix warning in tests 2008-09-29 19:20:16 +00:00
eina_test_inlist.c eina gets lots of gcc attributes to its api. 2008-12-26 13:17:51 +00:00
eina_test_iterator.c Add hash and rbtree delete callback, cleanup the code and improve performance (hash as a new internal structure). 2008-09-24 17:14:29 +00:00
eina_test_lalloc.c API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_test_list.c Add merge function to list data type. 2008-10-21 11:28:38 +00:00
eina_test_magic.c * fix warning in tests 2008-09-29 19:20:16 +00:00
eina_test_main.c Add Eina_Rectangle_Pool support. Typically help for font handling in OpenGL or 2008-10-27 20:24:12 +00:00
eina_test_mempool.c API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_test_module.c Add dladdr and env code for eina_module from Vincent Torri. 2008-11-01 15:39:53 +00:00
eina_test_module_dummy.c Force dummy_symbol to be visible. 2008-12-06 06:12:30 +00:00
eina_test_rbtree.c * fix warning in tests 2008-09-29 19:20:16 +00:00
eina_test_rectangle.c fix rectangle unit test 2009-04-18 09:17:37 +00:00
eina_test_stringshare.c test small strings. 2008-10-28 17:19:02 +00:00
strlog Add real life test from E17 use. 2008-09-16 14:06:14 +00:00