profile/ivi/eina.git
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.
2009-09-02 barbierieina_log improvements: docs, micro optimizations and...
2009-09-02 barbieriless malloc and memory fragmentation.
2009-09-02 barbieriloggify eina_module, adding couple of debug info.
2009-09-02 barbiericoding style/indent.
2009-09-01 cedric * eina_magic: Test suite now work when magic debug...
2009-08-31 diebRemove legacy error code definition from eina log.
2009-08-31 cedric * eina: Add more FP type (f8p24 and f32p32).
2009-08-29 carotypo
2009-08-29 carobetter fix : if HW_AVAILCPU is defined, we use it,...
2009-08-29 carotypo
2009-08-29 carofix for the BSD systems
2009-08-28 caro * add eina_config.h in all source files. Fix linking...
2009-08-28 rasterfix copying to 2.1 again and keep static linking clause
2009-08-28 rasterstatic linking exception
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"...
next