profile/ivi/eina.git
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.