profile/ivi/eina.git
2008-10-27 englebassBetter fallback on clock as suggested by Naruto TAKAHASHI
2008-10-27 englebassFix CLOCK as suggested by Ravenlock.
2008-10-27 cedricCorrectly put condition around the code.
2008-10-27 cedric* Optimize case for string length == 0 and 1.
2008-10-27 englebassMark unused parameter with __UNUSED__
2008-10-27 rasteradd a stringshare dumper so we can examine what's in...
2008-10-25 mejSat Oct 25 11:41:49 2008 Michael...
2008-10-25 ravenlockBuild on FreeBSD. Patch from Naruto, plus a tweak...
2008-10-24 rasterhandle some bizarre build issues...
2008-10-24 englebassmodules most export init and shutdown as EAPI
2008-10-24 davemdssmall doxy fix
2008-10-23 cedricReally return Eina_Bool.
2008-10-22 cedricAdd more error information during eina module load.
2008-10-21 barbierieina_bool is now an unsigned char.
2008-10-21 cedricRename EINA_LIST_ITER_NEXT to EINA_LIST_FOREACH.
2008-10-21 cedricRename EINA_INLIST_ITER_NEXT/EINA_INLIST_ITER_LAST...
2008-10-21 kaethornAdd Debian files.
2008-10-21 cedricAdd merge function to list data type.
2008-10-20 cedricActually include eina_convert in the main header.
2008-10-20 cedricFix hash iterator to iterate with only one element.
2008-10-20 cedricPut the mempool backend structure with other structure.
2008-10-20 cedricZero is a correct value.
2008-10-20 rasteractually compile!
2008-10-20 cedricApps can now provide their own mempool.
2008-10-20 rasterand remvoe cats
2008-10-20 rastermake eina able to do automake 1.9 and before... :)
2008-10-16 caroFix compilation and warnings on Windows:
2008-10-15 cedricSeems better that way.
2008-10-15 cedricOops forgot this one.
2008-10-15 cedricShould fix build outside of the source tree.
2008-10-14 cedricAdd option to report stringshare usage (E17 use around...
2008-10-14 cedricFix stringshare bug with same length.
2008-10-10 cedricMove eina outside of PROTO.
2008-10-09 caroand update comments
2008-10-09 carobug--
2008-10-09 carofix doxygen m4 macro (make it more efl-ish and fix...
2008-10-07 cedricRemove dead code.
2008-10-06 cedricDon't display useless file.
2008-10-06 cedricActually bench djb2 inline and not superfast hash function.
2008-10-06 cedricGive more choice to eina_list mempool.
2008-10-06 cedricUpdate hash benchmark to reflect E use (hash population...
2008-10-05 carorename result files so that we can check out on Windows
2008-10-03 caro * add detection of SIMD and thread support
2008-10-02 cedricRemove dead declaration.
2008-10-01 cedricReduce code size, and improve sort speed.
2008-09-30 pfritzconfigure.in -> configure.ac
2008-09-30 cedricUsing mempool improve cache locality and speed list...
2008-09-30 cedricMake eina_error depend on no other sub module that...
2008-09-30 cedricBenchmark glib mempool too.
2008-09-30 cedricFaster sort initialisation.
2008-09-30 cedricFix chained mempool allocator.
2008-09-30 cedricDon't remove previous result of benchmark.
2008-09-30 caroadd a config.h
2008-09-29 carowhen a .la file is passed to _LIBADD or _LDADD, automake
2008-09-29 caro * fix warning in tests
2008-09-29 cedricAs real data came from e17. Little rename.
2008-09-29 cedricFix prev pointer during stringshare_del.
2008-09-29 cedricPatch from Vincent Torri that cleanup tests, coverage...
2008-09-29 cedricChange module API to use Eina_Array as we want to use...
2008-09-29 cedricUpdate configure as we now need automake 1.10.
2008-09-29 cedricAdd benchmark for mempool (chained_mempool is disabled...
2008-09-29 cedricFix initialization.
2008-09-29 cedricFix initialization and cleanup.
2008-09-28 carominor formatting
2008-09-28 caro * fix clean and dist rules
2008-09-28 carolet the user specify his own CFLAGS
2008-09-26 cedricAdd a new type of memory pool and factorize test code.
2008-09-26 cedricInlined functions require NULL, so including stdlib...
2008-09-26 cedricFaster sort from Alexandre Becoulet integrated by quari...
2008-09-26 cedricStore build information inside eina_config.h, and fix...
2008-09-25 cedricLast part of quarium patch.
2008-09-25 cedricPatch from quarium.
2008-09-25 cedricAdd a sort benchmark.
2008-09-25 cedricPatch from Arnaud de Turckheim "quarium" <quarium@gmail...
2008-09-24 cedricFix error stuff.
2008-09-24 cedricAs evas use of hash is below 3000 items per hash, updat...
2008-09-24 cedricFix test due to mempool internal change.
2008-09-24 cedricAdd hash and rbtree delete callback, cleanup the code...
2008-09-24 turran+ Make the benchmark compile again
2008-09-24 cedricGroup all rbtree functions.
2008-09-24 cedricUse rbtree helper.
2008-09-24 turranNew module API. Port this API to the mempool subsystem...
2008-09-23 cedricAdd rbtree destructor without tree reorder and use it.
2008-09-23 caroadd main doc for eina_convert
2008-09-23 caroformatting
2008-09-23 caro * fix list doc
2008-09-22 cedricMake magical mask easily testable.
2008-09-22 cedricAdd benchmark for evas (also add ecore bench, but it...
2008-09-22 cedricEina stringshare now beat evas and ecore with this...
2008-09-22 cedricReduce number of malloc/free by automatically created...
2008-09-22 cedricAdd helper for inlined red black tree manipulation.
2008-09-22 cedricFix new inlist API.
2008-09-22 cedricUse define.
2008-09-20 caroadd doc to the counter module. remove the link to the
2008-09-20 carofinish doc of the file module. Add a warning if eina_fi...
2008-09-19 caroconfiguration of static build of memory pools
2008-09-19 cedricRemove warning due to Inlist API change.
2008-09-19 cedricChange eina_benchmark_register API as it can fail in...
2008-09-19 cedricWe have now a defined behaviour when we have more than...
2008-09-19 caro * add benchmark and file documentation
next