profile/ivi/eina.git
2009-01-20 cedric * eina/src/include/eina_array.h,
2009-01-20 cedric * eina/src/include/eina_private.h,
2009-01-20 cedricRemove warning.
2009-01-20 cedric Fix wrong order and useless double include.
2009-01-20 caro * fix warning (missing alloca declaration)
2009-01-17 tilmanFixed two trivial const correctness issues.
2009-01-14 caroupdate ac_attribute.m4
2009-01-13 caroThe problem of the detection of __attribute__ on mac...
2009-01-11 caromac os x port of gcc has problems with __attribute__...
2009-01-09 quakerAdded debian/rules files with a new permissions set...
2009-01-09 quakerprepare debian rules files for new chmod permissions.
2009-01-01 quakerAdded new set of debian subdirs.
2009-01-01 quakerRemoved debian subfolders - prepared for a new set...
2009-01-01 rasternaruto takahashi's fix for gcc3 patch
2008-12-31 handyandeMake eina compile on OSX
2008-12-30 sachielLet's see if the number of people asking what Eina...
2008-12-29 cedricDon't generate warning in some little case.
2008-12-29 cedricDon't display useless warning.
2008-12-29 cedricFix a little mistake.
2008-12-29 cedricUse correct type.
2008-12-26 barbierioops, it's EINA_SAFETY_CHECKS, not just SAFETY_CHECKS.
2008-12-26 barbierieina safety checks.
2008-12-26 barbierieina gets lots of gcc attributes to its api.
2008-12-23 barbierifix possible errors with pointer/offset calculation.
2008-12-23 barbieriremove dead stores and reduce some variable scope.
2008-12-23 cedricUse float instead of double.
2008-12-23 cedricMake it compile on Solaris.
2008-12-23 cedricRemove now uneeded header.
2008-12-23 cedricRemove PATH_MAX use.
2008-12-23 cedricMake code understandable by Visual Studio.
2008-12-23 cedricDeclaration should be done before any code.
2008-12-22 dmEina Win32 VS8 project added
2008-12-21 barbierioops, eina_stringshare_strlen() should never account...
2008-12-19 cedricFix EINA_ARRAY_ITER_NEXT off by one bug. With this...
2008-12-17 cedricUpdate ac_attribute macro and remove __UNUSED__ declara...
2008-12-16 cedricAdd small bucket support.
2008-12-16 cedricAdd include to remove warning.
2008-12-11 cedricManipulating NULL iterator should be concidered as...
2008-12-11 cedricIf we set the data free callback of a hash, we expect...
2008-12-09 cedricOnly allocate hash bucket when needed.
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.
next