framework/uifw/eina.git
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
2009-09-10 hormsUpdate Debian standards version from 3.8.1 to 3.8.3
2009-09-09 antognolliEINA: Fix compilation when builddir != srcdir.
2009-09-09 sachielAvoid clashes.
2009-09-09 sachielSupport EINA_INLIST to be anywhere in the struct with...
2009-09-09 caro * add amalgation support in configure output
2009-09-09 barbieritests: explain some errors messages are expected and...
2009-09-09 barbieriremove warnings from tests.
2009-09-09 barbieriremove easy warnings, 2 still left that I need someone...
2009-09-09 barbierilet's have more testing: amalgamation on by default...
2009-09-08 barbierireplace UNLIKELY() with EINA_UNLIKELY()
2009-09-07 diebFix segv reported by Peter Wehrfritz on eina init/shutd...
2009-09-07 barbieri--enable-amalgamation
2009-09-07 barbieriuse quotes to include config.h
2009-09-07 barbierifix message
2009-09-07 barbieriallow amalgamation of files, at least symbols don't...
2009-09-07 barbierimalloc--: error and magic can take statically defined...
2009-09-07 barbieriAPI BREAK: eina_magic_string_set() does not change...
2009-09-06 barbierieina_inlist.h is not required anymore.
2009-09-06 barbierieina_error: improvements to make it faster.
2009-09-06 barbieriallocate more buckets on init to save couple of realloc...
2009-09-06 barbierifix macro positioning of '\'
2009-09-06 barbieriEINA API BREAK: no more individual modules init/shutdown.
2009-09-06 caroshut down safety checks in the log module
2009-09-06 caroshutdown array module
2009-09-04 barbierieina_log: be able to disable function or line.
2009-09-04 barbierimark log functions as not_instrument_function.
2009-09-04 barbierieina_log optimization: allow to compile out some debug...
2009-09-04 carofix coverage support configuration
2009-09-04 caroinclude eina_log.h in eina_error.h as some log macro...
2009-09-04 caroeina_log uses pthreads now (if enabled), so link libein...
2009-09-04 barbierieina_matrixsparse: loggify, install header, remove...
2009-09-04 barbierieina_matrixsparse: welcome sparse matrix implementation...
2009-09-04 barbierioops! thanks Vincent.
2009-09-04 barbieriloggify array.
2009-09-04 barbierieina_module must initialize eina_array as it is used.
2009-09-04 barbierimake it easier to spot wrong users of eina_log_print()
2009-09-04 barbieriloggify rectangle.
2009-09-04 barbieriloggify stringshare, with extensive debug.
2009-09-04 barbieriloggify stringshare.
2009-09-04 barbieriloggify main.
2009-09-04 barbieriloggify list.
2009-09-04 barbierieina_error: deprecated old logging, move to eina_log.
2009-09-04 barbieriloggify benchmark.
2009-09-04 barbieriloggify mempool.
2009-09-04 barbieriloggify eina_convert.
2009-09-04 barbierieina_log_vprint() for those that want to wrap it in...
2009-09-04 barbierimissing file, sorry.
2009-09-04 barbierieina_safety_checks_init()
2009-09-03 barbierieina_safety_checks now uses eina_log.
2009-09-03 barbierieina_log: CONVENTION BREAK!!!! automatically adds \n
2009-09-03 barbierieina_log: thread safe logging!
2009-09-03 barbierieina_log: fix error handling and handle deleted domains.
2009-09-03 barbierieina_log: fix stderr, improve log output.
next