profile/ivi/eina.git
2009-12-31 caroSimplify the use of eina_benchmark:
2009-12-27 caro * finish benchmark tutorial
2009-12-25 carominor fixes
2009-12-25 caroadd benchmark tutoriel
2009-12-25 carouse new spinlock detection
2009-12-25 caro * better m4 coding
2009-12-20 carosupport of Debian/kFreeBSD (FreeBSD using the glibc...
2009-12-19 caroinclude Evil.h so that getenv is declared on Windows CE
2009-12-09 cedric * eina: Improve precision of f32p32 sinus/cosinus.
2009-12-09 carouseless variable if pthread is not used
2009-12-09 caroincluding Evil.h here cause big troubles with vc++...
2009-12-09 caroadd always config.h in source file so that EAPI is...
2009-12-09 carofix parenthesis order. Thanks, vc++ !! :p
2009-12-09 caroadd eina_fp.c in visual studio project files
2009-12-09 rastershut up llabs!
2009-12-08 cedric * eina: Add sin and cos fixed point fonction.
2009-12-08 cedric * eina: Fix negativ case and handle div with more...
2009-12-07 cedric * eina: Fix precision of eina_f32p32_div.
2009-12-07 caro* Fix compilation with vc++
2009-12-07 cedric * eina: Fix atofp when exponent is negativ.
2009-12-07 cedric * eina_fp: Fix rounding with Eina_F32p32 multiplaction...
2009-12-04 carofix ticket #466
2009-12-04 cedric * eina: Don't track coverage report.
2009-12-04 cedric * eina: Add more test.
2009-12-04 cedric * eina: Add more tests specific to rectangle.
2009-12-03 cedric * eina: Add more test. eina_tiler and eina_rectangle...
2009-12-02 rasterbaack to normal pre- release name now
2009-12-02 rasterquick make svnrev that has right release names
2009-12-02 carofix compilation from scratch
2009-12-02 rasterand back to a pre-svn sonme after snap
2009-12-02 rasteraaah bah - move to 05 not 04
2009-12-02 rasterasparagus - finally
2009-11-23 barbierieina_module: more constness.
2009-11-23 barbierieina_module_find: constness and gcc attribute.
2009-11-20 cedric * eina_module: Add eina_module_find. Thanks to Fabiano...
2009-11-19 carostupid AC_CHECK_PROG
2009-11-19 carominor fix
2009-11-14 caroi forgot to align the result
2009-11-14 carobetter configure output
2009-11-13 cedric * eina: Now it's possible set a level when eina should...
2009-11-12 barbierifix stringshare of small strings.
2009-11-09 raoulInitialize value for correct counting of # cpu on macosx
2009-11-09 raoulAdd __MACH__ and __APPLE__ guards to compile on macosx
2009-11-08 englebassfunction defined as void, don't return a value
2009-11-07 carofix compilation on OpenBSD
2009-11-07 carofix compilation of eina_amalgamation.c on Windows
2009-11-06 carofix dist/distcheck rule
2009-11-03 caroadd pthread support on Windows
2009-11-03 carodisable amalgamation by default
2009-11-02 watchwolfEina log : check main thread in eina_log_threads_shutdown
2009-11-01 caroremove useless $(builddir)/ (also confirmed by a autoco...
2009-11-01 watchwolfEina: renawe _threads_activated for amalgation
2009-11-01 watchwolfEina : add a prefix to STRINGSHARE_LOCK and LOG_LOCK
2009-11-01 watchwolfEina : now eina stringshare is thread safe if eina_thre...
2009-10-28 devilhornsAdd missing lib check for fnmatch.
2009-10-28 devilhornsPatch configure.ac to check for fnmatch header.
2009-10-28 devilhornsPatch to allow a quieter eina when using eina_log in...
2009-10-27 watchwolfEina: add eina_list_split_list()
2009-10-25 rasterwarning--
2009-10-25 rasterwarning--
2009-10-25 rastershh warning
2009-10-24 sachielFix docs for hash_free
2009-10-21 cedric * eina: Fix EINA_LIST_REVERSE_FOREACH_SAFE typo from...
2009-10-13 caroAdd some more headers at the top of eina_amalgamation.c.
2009-10-13 cedric * eina_hash: First parameter could be NULL.
2009-10-07 cedric * eina: This initialisation is not needed, but will...
2009-10-06 caro * more quoting
2009-09-30 caroFix compilation on Windows wrt changes in fixed point...
2009-09-29 cedric * eina: Cleanup Eina fixed point implementation.
2009-09-29 cedric * eina: Fix doc layout.
2009-09-28 antognolliFix eina_tile_grid_slicer_setup when a 0x0 rectangle...
2009-09-25 caroand AC_SUBST the requirement...
2009-09-25 caro * really export symbols on Windows (EFL_EINA_BUILD not
2009-09-25 cedric * eina_atofp: Always return EINA_TRUE on valid input...
2009-09-25 caroreturn false if fp is NULL, update doc accordingly
2009-09-25 cedric * eina: Fix build without amalgamation.
2009-09-25 caro * convert string to fp only if fp is not NULL
2009-09-25 cedric * eina: Add eina_atofp.
2009-09-25 caro * add documentation for eina_convert_fptoa()
2009-09-23 cedric * eina: Improve eina_fptoa test.
2009-09-23 cedric * eina: Add eina_fptoa.
2009-09-22 caroconfigure eina with VS according to the used mode ...
2009-09-16 caroadd README.txt and MANIFEST.txt files
2009-09-16 caro * fix compilation on Windows when using amalgamation
2009-09-16 caro * allow compilation with vc++
2009-09-16 caro * update Visual Studio project files:
2009-09-16 caro * add Visual Studio 2008 project
2009-09-15 barbieriminor fixes.
2009-09-15 caroupdate Visual Studio project
2009-09-15 caromove the declaration of variables at the beginning...
2009-09-15 caromove EINA_DEPRECATED at the beginning of the declaration,
2009-09-14 cedric * eina_log: Fallback to mutex when spinlock doesn...
2009-09-14 cedric * eina: Add explanation around compiler false positiv...
2009-09-11 antognolliAdded the Eina_Tile_Grid_Slicer iterator.
2009-09-11 barbiericonstness++
2009-09-11 barbierifix lighblue and add cyan.
2009-09-10 hormsAdd libeina-svn-04.lintian-overrides
2009-09-10 hormsUpdate libeina-svn-01 to libeina-svn-04
2009-09-10 hormsRemove bogus mmu debian-version
2009-09-10 hormsUpdate version in Debian changelog to 0.0.2.62
next