2009-11-03 |
caro | add pthread support on Windows |
commit | commitdiff | tree | snapshot |
2009-11-03 |
caro | disable amalgamation by default |
commit | commitdiff | tree | snapshot |
2009-11-02 |
watchwolf | Eina log : check main thread in eina_log_threads_shutdown |
commit | commitdiff | tree | snapshot |
2009-11-01 |
caro | remove useless $(builddir)/ (also confirmed by a autoco... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
watchwolf | Eina: renawe _threads_activated for amalgation |
commit | commitdiff | tree | snapshot |
2009-11-01 |
watchwolf | Eina : add a prefix to STRINGSHARE_LOCK and LOG_LOCK |
commit | commitdiff | tree | snapshot |
2009-11-01 |
watchwolf | Eina : now eina stringshare is thread safe if eina_thre... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
devilhorns | Add missing lib check for fnmatch. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
devilhorns | Patch configure.ac to check for fnmatch header. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
devilhorns | Patch to allow a quieter eina when using eina_log in... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
watchwolf | Eina: add eina_list_split_list() |
commit | commitdiff | tree | snapshot |
2009-10-25 |
raster | warning-- |
commit | commitdiff | tree | snapshot |
2009-10-25 |
raster | warning-- |
commit | commitdiff | tree | snapshot |
2009-10-25 |
raster | shh warning |
commit | commitdiff | tree | snapshot |
2009-10-24 |
sachiel | Fix docs for hash_free |
commit | commitdiff | tree | snapshot |
2009-10-21 |
cedric | * eina: Fix EINA_LIST_REVERSE_FOREACH_SAFE typo from... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
caro | Add some more headers at the top of eina_amalgamation.c. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
cedric | * eina_hash: First parameter could be NULL. |
commit | commitdiff | tree | snapshot |
2009-10-07 |
cedric | * eina: This initialisation is not needed, but will... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
caro | * more quoting |
commit | commitdiff | tree | snapshot |
2009-09-30 |
caro | Fix compilation on Windows wrt changes in fixed point... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
cedric | * eina: Cleanup Eina fixed point implementation. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
cedric | * eina: Fix doc layout. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
antognolli | Fix eina_tile_grid_slicer_setup when a 0x0 rectangle... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
caro | and AC_SUBST the requirement... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
caro | * really export symbols on Windows (EFL_EINA_BUILD not |
commit | commitdiff | tree | snapshot |
2009-09-25 |
cedric | * eina_atofp: Always return EINA_TRUE on valid input... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
caro | return false if fp is NULL, update doc accordingly |
commit | commitdiff | tree | snapshot |
2009-09-25 |
cedric | * eina: Fix build without amalgamation. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
caro | * convert string to fp only if fp is not NULL |
commit | commitdiff | tree | snapshot |
2009-09-25 |
cedric | * eina: Add eina_atofp. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
caro | * add documentation for eina_convert_fptoa() |
commit | commitdiff | tree | snapshot |
2009-09-23 |
cedric | * eina: Improve eina_fptoa test. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
cedric | * eina: Add eina_fptoa. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
caro | configure eina with VS according to the used mode ... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
caro | add README.txt and MANIFEST.txt files |
commit | commitdiff | tree | snapshot |
2009-09-16 |
caro | * fix compilation on Windows when using amalgamation |
commit | commitdiff | tree | snapshot |
2009-09-16 |
caro | * allow compilation with vc++ |
commit | commitdiff | tree | snapshot |
2009-09-16 |
caro | * update Visual Studio project files: |
commit | commitdiff | tree | snapshot |
2009-09-16 |
caro | * add Visual Studio 2008 project |
commit | commitdiff | tree | snapshot |
2009-09-15 |
barbieri | minor fixes. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
caro | update Visual Studio project |
commit | commitdiff | tree | snapshot |
2009-09-15 |
caro | move the declaration of variables at the beginning... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
caro | move EINA_DEPRECATED at the beginning of the declaration, |
commit | commitdiff | tree | snapshot |
2009-09-14 |
cedric | * eina_log: Fallback to mutex when spinlock doesn... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
cedric | * eina: Add explanation around compiler false positiv... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
antognolli | Added the Eina_Tile_Grid_Slicer iterator. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
barbieri | constness++ |
commit | commitdiff | tree | snapshot |
2009-09-11 |
barbieri | fix lighblue and add cyan. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
horms | Add libeina-svn-04.lintian-overrides |
commit | commitdiff | tree | snapshot |
2009-09-10 |
horms | Update libeina-svn-01 to libeina-svn-04 |
commit | commitdiff | tree | snapshot |
2009-09-10 |
horms | Remove bogus mmu debian-version |
commit | commitdiff | tree | snapshot |
2009-09-10 |
horms | Update version in Debian changelog to 0.0.2.62 |
commit | commitdiff | tree | snapshot |
2009-09-10 |
horms | Update Debian standards version from 3.8.1 to 3.8.3 |
commit | commitdiff | tree | snapshot |
2009-09-09 |
antognolli | EINA: Fix compilation when builddir != srcdir. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
sachiel | Avoid clashes. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
sachiel | Support EINA_INLIST to be anywhere in the struct with... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
caro | * add amalgation support in configure output |
commit | commitdiff | tree | snapshot |
2009-09-09 |
barbieri | tests: explain some errors messages are expected and... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
barbieri | remove warnings from tests. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
barbieri | remove easy warnings, 2 still left that I need someone... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
barbieri | let's have more testing: amalgamation on by default... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
barbieri | replace UNLIKELY() with EINA_UNLIKELY() |
commit | commitdiff | tree | snapshot |
2009-09-07 |
dieb | Fix segv reported by Peter Wehrfritz on eina init/shutd... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
barbieri | --enable-amalgamation |
commit | commitdiff | tree | snapshot |
2009-09-07 |
barbieri | use quotes to include config.h |
commit | commitdiff | tree | snapshot |
2009-09-07 |
barbieri | fix message |
commit | commitdiff | tree | snapshot |
2009-09-07 |
barbieri | allow amalgamation of files, at least symbols don't... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
barbieri | malloc--: error and magic can take statically defined... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
barbieri | API BREAK: eina_magic_string_set() does not change... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
barbieri | eina_inlist.h is not required anymore. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
barbieri | eina_error: improvements to make it faster. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
barbieri | allocate more buckets on init to save couple of realloc... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
barbieri | fix macro positioning of '\' |
commit | commitdiff | tree | snapshot |
2009-09-06 |
barbieri | EINA API BREAK: no more individual modules init/shutdown. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
caro | shut down safety checks in the log module |
commit | commitdiff | tree | snapshot |
2009-09-06 |
caro | shutdown array module |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | eina_log: be able to disable function or line. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | mark log functions as not_instrument_function. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | eina_log optimization: allow to compile out some debug... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
caro | fix coverage support configuration |
commit | commitdiff | tree | snapshot |
2009-09-04 |
caro | include eina_log.h in eina_error.h as some log macro... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
caro | eina_log uses pthreads now (if enabled), so link libein... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | eina_matrixsparse: loggify, install header, remove... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | eina_matrixsparse: welcome sparse matrix implementation... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | oops! thanks Vincent. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | loggify array. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | eina_module must initialize eina_array as it is used. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | make it easier to spot wrong users of eina_log_print() |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | loggify rectangle. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | loggify stringshare, with extensive debug. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | loggify stringshare. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | loggify main. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | loggify list. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | eina_error: deprecated old logging, move to eina_log. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | loggify benchmark. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | loggify mempool. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | loggify eina_convert. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | eina_log_vprint() for those that want to wrap it in... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
barbieri | missing file, sorry. |
commit | commitdiff | tree | snapshot |
next |