profile/ivi/eina.git
2008-08-07 cedricInitialise all sub system.
2008-08-07 cedricUse the common out of memory error.
2008-08-07 cedricAdd eina_list test suite. Cleanup list implementation...
2008-08-07 cedricBenchmark inline version of djb2 hash function.
2008-08-06 cedricReally keep track of all authors.
2008-08-06 cedricLicense changes (BSD -> LGPL)
2008-08-06 turranLicense changes (BSD -> LGPL)
2008-08-06 cedricActivate all tests.
2008-08-06 cedricTo benchmark eina hash implementation, just call: make...
2008-08-06 cedricAdd benchmark support.
2008-08-06 cedricBuild new API.
2008-08-06 cedricFully cover eina_error API.
2008-08-06 cedricFix eina_stringshare_shutdown to return value like...
2008-08-06 cedricMajor cleanup. Eina_Hash now support other key than...
2008-08-06 cedricCleanup inline.
2008-08-06 cedricCleanup headers.
2008-08-06 cedricTest counter API.
2008-08-06 cedricTest init/shutdown API.
2008-08-06 cedricRemove useless output.
2008-08-06 cedricAdd global init/shutdown API to Eina. Include eina_coun...
2008-08-06 cedricAdd a counter API, usefull for benchmarking.
2008-08-04 cedricHide the type.
2008-08-04 cedricCover lazy allocator at 100%. Add error checking capabi...
2008-08-01 cedricAdd eina inlist tests suite, remove dead code and clean...
2008-08-01 cedricAdd test for error and magic.
2008-08-01 cedricFix error get/set.
2008-08-01 cedricFix macro.
2008-08-01 cedricRemove DEBUG macro from header.
2008-08-01 cedricAs we use eina_error, we should init/shutdown it properly.
2008-08-01 cedricFix iterator.
2008-08-01 cedricThis function is deprecated by eina_error.c
2008-08-01 cedricWhen doing coverage support, enable DEBUG.
2008-08-01 doursse * compile ememoa stuff only when is it available
2008-08-01 cedricUse m4 directory.
2008-08-01 cedricMore user of covering support.
2008-08-01 cedricUpdate the mempool API header.
2008-08-01 cedricLink with coverage support.
2008-08-01 cedricFix and improvement for stringshare and array, thanks...
2008-08-01 cedricDon't display gcov file.
2008-08-01 cedricAdd cvsignore file.
2008-08-01 cedricAdd the beginning of a tests suite.
2008-08-01 cedricForgot this file.
2008-07-31 cedricCleanup the mempool stuff.
2008-07-31 cedricFix a typo.
2008-07-31 cedricForgotten declaration.
2008-07-31 cedricFix some warning.
2008-07-31 cedricAdd the chained_pool stuff from evas with some cleanup.
2008-07-31 cedricCleanup.
2008-07-31 cedricExport a magic API.
2008-07-31 cedricAdd the __UNUSED__ macro.
2008-07-31 cedricFix namespace.
2008-07-30 englebasstypo
2008-07-30 cedricInclude new headers too.
2008-07-30 cedricAdd array and cleanup lalloc namespace.
2008-07-30 pfritz- add init() and shutdown() functions
2008-07-30 doursseadd unit test and coverage support in configure.in...
2008-07-30 cedricUse only the needed headers per file and remove some...
2008-07-30 dourssecvsignore++
2008-07-30 doursse install headers in $prefix/include/eina-$VERSION_MAJOR...
2008-07-30 cedricAdd .cvsignore.
2008-07-30 cedricAdding stringshare from evas inside eina.
2008-07-30 cedricAdding turran work to unify EFL data types and functions.