profile/ivi/eina.git
2008-11-01 caroffs does not exist on windows CE, so use Evil
2008-10-31 caroformatting
2008-10-30 cedricMake eina rectangle handle NULL case.
2008-10-29 barbieriPack a hole when magic is in use.
2008-10-29 rastererror macro.
2008-10-29 barbieriDo not pad node on 64bits.
2008-10-29 rasteradd error catching and output if mempool alloc/init...
2008-10-29 barbieriRemove unused attribute warnings.
2008-10-29 barbieriFix stringshare on 64bits platforms.
2008-10-29 rasterremove from list properly and don't segv!
2008-10-28 barbieriignore generated data.
2008-10-28 barbierirefactor eina_stringshare_del() to make it easier to...
2008-10-28 barbieriimprove readability: avoid macros inside our code
2008-10-28 barbieritest small strings.
2008-10-28 barbieriAdd missing magic check for existing node.
2008-10-28 barbieriCode refactor and cleanup of eina_stringshare_add().
2008-10-28 cedricThis test is now not defined. Remove it.
2008-10-28 barbierifix _GET macros.
2008-10-28 cedricMake Eina_Rectangle_Pool more usable.
2008-10-28 cedricFix a little typo.
2008-10-28 barbierisave a byte per stringshare node.
2008-10-28 barbierireduce the popuplation_group size.
2008-10-28 barbieristringshare_del optimization.
2008-10-28 barbieriSave 4 bytes per big string shared.
2008-10-28 barbieriCheap way to get strlen of a shared string.
2008-10-28 barbieridefine function as void as in prototype.
2008-10-27 barbieridump show percentages.
2008-10-27 cedricAdd Eina_Rectangle_Pool support. Typically help for...
2008-10-27 barbieribetter optimize small stringshare comparison
2008-10-27 barbieristringshare: special case for small (2-3 letters).
2008-10-27 englebassSince CLOCK_PROCESS_CPUTIME_ID is a POSIX standard...
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...
next