framework/uifw/eina.git
2009-08-28 carorename the dll name created by VS
2009-08-28 carorename project name and filename
2009-08-28 caro * declare variables at the beginning of the block
2009-08-28 carofix warning with vc++
2009-08-28 caroupdate Visual Studio project even more
2009-08-28 caroupdate Visual Studio project
2009-08-27 diebFix compilation issue reported by Vincent on Windows...
2009-08-25 diebAdd eina_log module into the main module and global...
2009-08-25 barbierido not check for data, eina_iterator_next/eina_accessor...
2009-08-24 diebInitial import of the new eina logging API.
2009-08-23 carofix warning
2009-08-23 caro * Put definition of alloca before any standard header
2009-08-20 carodon't do arithmetic on void *
2009-08-20 carorewrite a bit that m4 macro
2009-08-19 caro-pthread should be passed to eina_chained_mempool_la_LD...
2009-08-19 carofix a bit the documentation
2009-08-19 caroclean a bit the hamster
2009-08-19 caro * remove uneeded semicolons
2009-08-18 carodon't suppose that gcc is the only compiler that can...
2009-08-18 cedric * eina_rectangle: Add a local cache to rectangle creation.
2009-08-16 barbieriimprove docs and simplify macro, by kubo.
2009-08-14 cedric * eina: Fix typo.
2009-08-13 rasteramazing time hamsters!
2009-08-13 rastereina hamster++
2009-08-12 cedric * eina_stringshare: We should use "unsigned char"...
2009-08-11 cedric * eina: Fix SunPro compiler.
2009-08-11 cedric * eina: eina_cpu_count should be multiplatform.
2009-08-07 antognolliFixed check at the start of eina_list_accessor_get_at.
2009-08-07 barbieribe more clear in docs.
2009-08-06 barbieriBugfix eina_list_search_sorted_near_list() add sorted_i...
2009-08-06 barbieriallow limit tests to run.
2009-08-06 barbieriAPI BREAK: eina_list_search_sorted_near_list() gets...
2009-08-06 barbierismarter eina_list_merge(), more tests.
2009-08-06 barbierioops, consider fixed_bitmap if it was built statically.
2009-08-06 barbierieina list docs.
2009-08-05 cedric * eina_rectangle: Forgot to initialise one attribute.
2009-07-30 cedric * eina: Add eina_cpu_count.
2009-07-29 rasterback to pre ver's
2009-07-29 rasterSNAPSHOT: svn-03
2009-07-21 cedric * eina: Handle NULL in eina_list_search_sorted_near_list.
2009-07-21 barbieriEina rectangle missing list init.
2009-07-18 barbieriupdate rectangle test to new API.
2009-07-17 cedric * eina: Rename eina_module_list_delete to eina_module_...
2009-07-16 cedric * eina: Fix declaration according to Vincent...
2009-07-16 rastercast. c++ doesn't like the implied void * -> struct...
2009-07-15 cedric * eina: Expose an helper for memory pool as Eina_Trash...
2009-07-14 barbieriinlist: docs, docs docs
2009-07-14 barbieriadd missing stddef.h, required by offsetof()
2009-07-14 barbierione more safety check: do not remove element if it...
2009-07-07 cedric * eina: Remove recursion from eina_rectangle.
2009-07-03 cedric * eina: Partial fix for ticket #286.
2009-07-02 lmunchOn windows use evil's dladdr implementation so you...
2009-06-30 caro * remove the mention of the static link check in confi...
2009-06-28 caro * more doc
2009-06-27 caroupdate m4 macros (mainly formatting)
2009-06-26 caro * fix typo
2009-06-26 caro * use a m4 macro for checking benchmark libraries and
2009-06-25 caro * Remove the use of HAVE___ATTRIBUTE__ (which is defin...
2009-06-25 caroadd minimum supported version for Windows CE and XP
2009-06-25 cedric * eina: Fix rectangle merge.
2009-06-24 caroAPI BREAK: fix Eina API so that it is more consistent...
2009-06-24 cedric * eina: Faster Eina_Rectangle_Pool (should be used...
2009-06-24 cedric * eina: Make eina benchmark more configurable.
2009-06-23 cedric Evas_Rectangle are gone. We now use Eina_Rectangle...
2009-06-22 carofix a bit the documentation, but there are still
2009-06-22 caroremove documentation on how to build eina with static...
2009-06-22 cedric * eina_rectangle: Fix typo.
2009-06-22 cedric * eina: Add a benchmark for eina_rectangle_pool.
2009-06-22 cedric * eina: Evas_Data are gone so unactivate benchmark.
2009-06-22 cedric * eina: Fix API naming for eina_rectangle and add...
2009-06-20 barbieriand rename static linkage as well.
2009-06-20 caroi forgot to rename file...
2009-06-20 caroformatting
2009-06-20 caro * All memory pools can be enabled / disabled
2009-06-19 cedric * eina: Add an eina_hash_stringshare_new.
2009-06-18 cedric * eina: Improve eina hash manipulation for int.
2009-06-18 lmunchUse correct module extension on cygwin
2009-06-17 cedric * AUTHORS: Update to reflect new contribution from...
2009-06-16 barbieribetter error setting and reporting in module loading.
2009-06-15 rasterback to svn soname
2009-06-15 rastermake distcheck and... SNAP!
2009-06-12 barbieriAdd DragonFly BSD and simplifies other conditions.
2009-06-12 caroRemove trailing slash in the installation directory
2009-06-09 cedric * eina: Remove memory leak (patch from Andre Dieb).
2009-06-08 caro * modify the way eina_config.h is built (see eina_conf...
2009-06-06 barbierido not leak module if user do not want it.
2009-06-06 caroFix init error handling of array, benchmark, counter...
2009-06-06 carofix documentation
2009-06-04 cedric * eina: Update eina authors list.
2009-06-04 cedric * Fix some init/shutdown procedure.
2009-05-26 barbierifix debian rules files.
2009-05-18 cedric * eina: Patch from Albin Tonnerre that add a new acces...
2009-05-15 carounderquoted parameters of AC_INIT
2009-05-15 caroupdate efl_doxygen.m4
2009-05-13 carodon't use the release stuff for Windows CE
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...
next