eina: add Eina_Thread API.
[profile/ivi/eina.git] / src / lib / Makefile.am
2012-10-19 cedriceina: add Eina_Thread API.
2012-06-29 caroEina: reorganise a bit the autotools. Please report...
2012-06-28 caroEina: add nice m4 macro to check function. Will be...
2012-04-18 rasterwell as there is no reason to put eina_model in release...
2012-04-03 caroEina: Fix cases where dlopen is wrongly checked because...
2012-03-25 caroEina: fix shm_open() check (can be in libc or librt...
2012-03-16 cedriceina: fix build when valgrind is not in a standard...
2012-01-24 caroEina: Windows version is managed by Evil, now. I'm...
2012-01-21 caroalphabetical order
2012-01-21 barbieriwelcome eina_model.
2012-01-09 barbieriadd eina_inarray.
2011-12-05 cedriceina: improve system header detection.
2011-09-15 cedriceina: add eina_xattr.{c,h}.
2011-07-14 caroEina: link against iconv, use rt_libs to hold -lrt...
2011-07-04 rasteradd eina mmap safety handling.
2011-06-17 cedriceina: disabling Eina_Object until 1.1 is released.
2011-05-18 caroI like alphabetical order :)
2011-05-17 tasnEina binbuf: Added eina_binbuff an auto resizing binary...
2011-04-27 caroEina: Fix static build of the buddy mempool
2011-04-27 caroformatting: alphabetical order
2011-04-24 rasterput a general prefix finder in eina.
2011-04-11 cedriceina: add Eina_Object API.
2011-04-06 cedriceina: add Eina_Simple_Xml parser by Gustavo.
2010-11-29 cedric * eina: we don't plan to provide ABI compatibility...
2010-11-29 cedric * eina: eina_array_clean should be inlined from the...
2010-11-06 carocosmetic: compile the files in alphabetic order
2010-11-06 caro * port eina_file_*_ls() on Windows and put the code...
2010-10-14 cedric * eina: fix amalgamation build.
2010-09-23 lucasImplement function to drop priority of current thread
2010-08-19 tasnEina: Moved the private headers to src/lib where they...
2010-08-17 caroi forgot about amalgamation. fix declaration too
2010-08-16 cedric * eina: fix amalgamation.
2010-08-16 rasterwell got to start somewhere. eina 1.0.0 alpha readied...
2010-07-27 tasnEina: Fix compilation with --enable-amalgamation.
2010-07-27 tasnEina: Added Eina_UStrbuf.
2010-07-27 tasnEina: Add Eina_UStringshare and Eina_Binshare.
2010-07-27 tasnEina: Added Eina_Unicode.
2010-07-26 cedric * eina: add a mempool that just do one big malloc.
2010-04-29 cedric * eina: Add first version of a Quad Tree data type.
2010-04-24 rasterapparently fbsd is unaware of expr substr...
2010-02-08 caroon some platform, iconv.h defines iconv() with a macro,
2010-02-02 caro * remove useless iconv_cflags
2010-02-02 englebasscopy ecore_txt_convert to eina_str_convert
2010-01-27 englebassMove ecore_str and ecore_strbuf to eina
2009-12-08 cedric * eina: Add sin and cos fixed point fonction.
2009-11-07 carofix compilation of eina_amalgamation.c on Windows
2009-11-06 carofix dist/distcheck rule
2009-11-03 carodisable amalgamation by default
2009-11-01 caroremove useless $(builddir)/ (also confirmed by a autoco...
2009-10-13 caroAdd some more headers at the top of eina_amalgamation.c.
2009-09-25 caro * really export symbols on Windows (EFL_EINA_BUILD not
2009-09-16 caro * fix compilation on Windows when using amalgamation
2009-09-09 antognolliEINA: Fix compilation when builddir != srcdir.
2009-09-09 caro * add amalgation support in configure output
2009-09-07 barbieri--enable-amalgamation
2009-09-04 caroeina_log uses pthreads now (if enabled), so link libein...
2009-09-04 barbierieina_matrixsparse: welcome sparse matrix implementation...
2009-09-04 barbierieina_safety_checks_init()
2009-08-24 diebInitial import of the new eina logging API.
2009-08-13 rastereina hamster++
2009-06-25 caroadd minimum supported version for Windows CE and XP
2009-06-20 barbieriand rename static linkage as well.
2009-06-20 caro * All memory pools can be enabled / disabled
2009-04-17 rasterlutin... release soname patch. verbose svn soname used...
2009-03-13 rasterstrict-aliasing is gcc 3+ - apply to CFLAGS for libeina.
2009-01-26 turran+ Add eina_cpu subsystem: just query cpu simd operation...
2009-01-01 rasternaruto takahashi's fix for gcc3 patch
2008-11-01 cedricAdd dladdr and env code for eina_module from Vincent...
2008-10-27 cedricAdd Eina_Rectangle_Pool support. Typically help for...
2008-10-15 cedricShould fix build outside of the source tree.
2008-09-23 caroformatting
2008-09-23 caro * fix list doc
2008-09-04 cedricShare eina_benchmark to other libs also.
2008-08-31 caro * fix compilation on Windows
2008-08-27 cedricAdd Red Black tree API. Right now only insertion, looku...
2008-08-21 cedricAs we are heavy user of int to string and double to...
2008-08-18 cedricAdd a proposal for a module/plugins API that should...
2008-08-11 cedricAdd first try for an accessor and iterator API, comment...
2008-08-06 cedricBuild new API.
2008-08-01 cedricLink with coverage support.
2008-07-31 cedricExport a magic API.
2008-07-30 cedricAdd array and cleanup lalloc namespace.
2008-07-30 cedricAdding stringshare from evas inside eina.
2008-07-30 cedricAdding turran work to unify EFL data types and functions.