profile/ivi/eina.git
2008-12-09 cedricAll eina_hash_find* functions should not report problem...
2008-12-09 cedricRemove uneeded included.
2008-12-09 cedriceina_hash_find should not complain when hash or key...
2008-12-09 cedricAdd a visual feedback to counte test.
2008-12-09 cedricChange eina_counter_dump to return a string so it could...
2008-12-09 cedriceina_hash_del must honor the data parameter when the...
2008-12-09 cedricIt's cleaner to first include private header as they...
2008-12-09 cedricPrevent warning from Eina Magic when hash population...
2008-12-09 cedric__UNUSED__ macro is not exported by eina.
2008-12-08 cedricAdd integer and pointer hash table helper.
2008-12-08 cedricFix include related to previous Eina Magic patch.
2008-12-08 cedricApplication and library using Eina Magic API should...
2008-12-07 barbierihash: better handling of NULL, add magic checking.
2008-12-06 barbierirefactor eina_hash_del*, expose simpler functions and...
2008-12-06 barbieriLet valgrind help with EINA_MAGIC.
2008-12-06 barbieriFix couple of issues with MAGIC handling.
2008-12-06 barbierigrow array only when required, use step properly.
2008-12-06 barbieriForce dummy_symbol to be visible.
2008-12-06 barbierido not segv on NULL inlist.
2008-12-06 barbieriMake it possible to create iterators outside Eina.
2008-12-06 barbierishut up gcc warning, with comment.
2008-12-06 rasterfix list accounting on sort! bad - how did this hide...
2008-12-06 barbieriFix namespace: Eina_Foreach -> Eina_Hash_Foreach.
2008-12-06 barbieriAdd safe Eina list walk function.
2008-12-04 illogict Use includedir instead of prefix/include to install...
2008-12-03 illogict Typo: --enable enables an option.
2008-11-20 cedricFix a little memory leak when iterating.
2008-11-11 caroeina needs dl functions (Windows)
2008-11-10 cedricFix some constness.
2008-11-10 cedricFix order of free during hash free.
2008-11-08 caroput static functions where they belong
2008-11-07 englebassAdd missing return value.
2008-11-05 cedricAdd eina_array_data_set.
2008-11-05 cedricFix documentation.
2008-11-04 barbieriAdd and use eina_stringshare_ref().
2008-11-02 carosmall doc fix
2008-11-01 cedricAdd dladdr and env code for eina_module from Vincent...
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.
next