profile/ivi/eina.git
2009-05-06 barbierienable adding just part of a string.
2009-04-29 davemds * New style for Eina Doxy... now lets see what will...
2009-04-28 quakerMissing build-deps
2009-04-23 rastermove to uses no []'s as it works for me, but for belem...
2009-04-22 quakerUpdated debian stuff for core EFL. Changed debian stuff...
2009-04-22 rasterand incriment to next rev.
2009-04-22 rastersnapworth quality - distchecked. sonames bumped. rev...
2009-04-21 quakerUpdated changelogs for packages which will go into...
2009-04-21 raster1. embryo shoudl have soname
2009-04-19 quakerMerged with pkgE
2009-04-19 quakerPrepared for merge with pkgE debian stuff
2009-04-18 carofix rectangle unit test
2009-04-17 rasterlutin... release soname patch. verbose svn soname used...
2009-04-14 quakerUpdated debian stuff(grew Standards-Version, updated...
2009-04-11 urandomfix docu
2009-04-10 quakerAdded doxygen to eina deps in debian
2009-04-09 cedric * eina_rectangle: Use a mempool to reduce memory alloc...
2009-04-09 rasternew -> news. people with g++ using eina in their c...
2009-04-08 barbierieina_stringshare_replace() gets in!
2009-04-06 barbieriexport vargs version of eina_error_print().
2009-03-25 caroFix llvm report in eain_tiler.
2009-03-25 carofix llvm report in eina_stringshare
2009-03-25 carofix llvm reports in eina_list
2009-03-24 quakeri found it is useless and cdbs is setting up prefix...
2009-03-24 quakerforgot to add --prefix=/usr
2009-03-24 quakerUpdated debian stuff everywhere.
2009-03-24 carouse variadic macros, as suggested by Gustavo
2009-03-23 carofix some llvm report
2009-03-22 caroFix compilation on OpenBSD (bug #250). Patch by eumel.
2009-03-22 carochange the variable near to lnear, as it seems
2009-03-20 barbierideprecated attribute
2009-03-20 barbiericonstness++
2009-03-18 cedric * eina_list: Add a eina_list_search_sorted_near_list...
2009-03-18 cedric * eina_list: Add eina_list_search_sorted_list and...
2009-03-17 barbieriadd missing prototype.
2009-03-17 barbierifix docs and add clone and reversed iterator calls.
2009-03-13 barbieriinlist: add count.
2009-03-13 raster1. cygwin fixes from booleanlabel@gmail.com
2009-03-13 rasterstrict-aliasing is gcc 3+ - apply to CFLAGS for libeina.
2009-03-01 turran+ Fix the precision when multiplying two fixed point...
2009-02-27 barbieriNew macros, documentation and consistency for iterators...
2009-02-25 barbieriAdd reverse iterator macros for eina list.
2009-02-25 barbieriFix EINA_INLIST_GET() macro.
2009-02-25 cedric * eina/src/lib/eina_list.c: Use less code.
2009-02-20 cedric * eina/src/include/eina_list.h: Add a macro for freein...
2009-02-19 caroset correctly the relative path of the extern directory,
2009-02-17 cedric * eina/m4/efl_pthread.m4,
2009-02-17 cedric * eina/src/lib/eina_module.c: After deleting all membe...
2009-02-03 cedric * eina/src/lib/eina_array.c: Fix small typo.
2009-02-01 caro * fix logic in efl_doxygen.m4
2009-01-29 caro * more doc in the tutorial of the array data type
2009-01-29 turran+ Remove unlikely macro debug
2009-01-28 turran+ Make the tiler functions static
2009-01-28 caroforce the files that are in the _DATA primary to be
2009-01-27 caroformatting
2009-01-27 caro * formatting: new lines are good for reading code
2009-01-27 caroadd source and header files to Visual Studio project...
2009-01-27 rephormdon't leak
2009-01-26 turran+ Fix for 64 bit asm
2009-01-26 turran+ Add eina_cpu subsystem: just query cpu simd operation...
2009-01-26 turran+ Fix some english typos
2009-01-26 cedricAdd new set of usefull fonctions for eina list.
2009-01-23 carofix warnings with vc++
2009-01-23 caroadd eina_main.h in vc project
2009-01-23 caroput macro after declarations, otherwise vc++ is not...
2009-01-23 caro * minor formatting
2009-01-23 caroput eina_init() and eina_shutdown() in their own header...
2009-01-20 cedric * eina/src/include/eina_private.h: better use do ...
2009-01-20 carotoo much alloca declarations :-)
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.
next