framework/uifw/eina.git
2010-09-08 cedric * eina: fix doc, patch by Vincent Torri.
2010-09-08 lucasFix common misspellings
2010-09-06 lucasFix typo in doxygen
2010-09-03 rasterok... don't know what's up here... but how about debs...
2010-09-02 discomfitorcleanups for eina_module_list_get type change
2010-09-01 carouse Eina_Bool instead of unsigned int
2010-09-01 carotypo
2010-09-01 caroformat a bit the doc and add corner cases
2010-08-31 discomfitoryarrrrrrr I've got yer rum right here, you landlubber...
2010-08-31 discomfitormove function into local, reformat
2010-08-29 carowhitespaces--
2010-08-27 discomfitorfinish removing threadsafe stuff
2010-08-27 discomfitorfix -I for eina_private.h
2010-08-26 lucasRevert and re-apply badnull patch
2010-08-25 rasterforce to unisgned char
2010-08-22 rasterand cppcheck yes -> init to NULL so check and free...
2010-08-22 rastercppcheck -> shhh. yes. we know. leak.
2010-08-22 rastermempool -> init the mempool with calloc. we cannot...
2010-08-22 rasteragain -> shut cppcheck up.
2010-08-22 rasterleak-- in win32 code.
2010-08-22 rastercppcheck doesn't like it if u dont first init all data...
2010-08-22 caro get the verbosity with the env variable CK_VERBOSITY...
2010-08-22 rasteron advice of vtorri <- revert until proven that limits...
2010-08-22 rasteroops - formatting at start too - not just end
2010-08-22 rasterfmting
2010-08-22 rasterFrom: Joerg Sonnenberger <joerg@britannica.bec.de>
2010-08-22 rasterFrom: Joerg Sonnenberger <joerg@britannica.bec.de>
2010-08-21 caroupdate vcproj files
2010-08-21 caroadd vasprintf declaration on Windows
2010-08-21 lucasConvert (hopefully) all comparisons to NULL
2010-08-19 cedric * eina: fix structure content to be more futur proof...
2010-08-19 tasnEina: Moved the private headers to src/lib where they...
2010-08-17 cedric * eina: fix some warning by Albin Tonnerre.
2010-08-17 caroi forgot about amalgamation. fix declaration too
2010-08-17 carosome doc fixes
2010-08-17 caroformatting
2010-08-17 caroalloca() declaration
2010-08-17 caroformatting
2010-08-17 caroformatting
2010-08-17 caroformatting
2010-08-17 caroremove rwlock code
2010-08-17 lucaseina-0 is no more, check for the right package name
2010-08-16 englebasstypo
2010-08-16 cedric * eina: remove configure option for rwlock as it is...
2010-08-16 cedric * eina: attempt to improve a little bit more the header.
2010-08-16 cedric * eina: fix amalgamation.
2010-08-16 cedric * eina: remove thread safe data type for now...
2010-08-16 cedric * eina: preparing clean removal of eina threadsafe...
2010-08-16 rasteractually fix - eina.pc should now be used. consistency...
2010-08-16 rastermodule arch fix.
2010-08-16 rasterformatting. ok - maybe we can have a debate on it,...
2010-08-16 rasterwell got to start somewhere. eina 1.0.0 alpha readied...
2010-08-16 rasterremove cruft.
2010-08-16 rasterfix copying - it didnt actually even claim copyright...
2010-08-15 tasnEina: Fixed usage of EINA_CONST, the lack of EINA_PURE...
2010-08-14 discomfitorfix threadsafe api
2010-08-14 cedric * eina: don't direct people in the wrong direction.
2010-08-14 discomfitoradd threadsafety for hashes
2010-08-14 discomfitoradd #ifdefs for some threadsafety stuff
2010-08-13 sachielRemark that data being deleted from the hash will be...
2010-08-13 discomfitormore variable renames, null check alloc, malloc+memset0...
2010-08-13 discomfitorBOW DOWN BEFORE ME, FOR I HAVE MADE THESE HEADERS READA...
2010-08-13 discomfitorrename variables and typedefs to sane values
2010-08-13 discomfitorgo go gadget recrustify!
2010-08-12 cedric * eina: remove debug output.
2010-08-12 cedric * eina: report when and where memleak come from.
2010-08-12 tasnEina: "FIX" EINA_UNICODE_EMPTY_STRING.
2010-08-11 cedric * eina: fix eina array threadsafe version.
2010-08-10 discomfitorright...this is malloc...
2010-08-10 discomfitorrefcount locks to avoid deadlocks; array threadsafety...
2010-08-10 discomfitorand these
2010-08-10 discomfitorand this too
2010-08-10 discomfitorarray threadsafing wip, get rid of dumb undefineds...
2010-08-10 discomfitorchange EINA_ARRAY_THREADSAFE_ITER_RETURN to EINA_ARRAY_...
2010-08-10 discomfitorerrr use the right define for this
2010-08-10 discomfitorimplement threadsafety for arrays, alter all eina inter...
2010-08-08 discomfitorformatting
2010-08-08 discomfitorfix automake quoting
2010-08-08 discomfitoradd rwlock define to eina_config.h
2010-08-08 discomfitorsplit out spinlock detection to separate macro for...
2010-08-08 tasneina: fix strdup calloc, it's number of elements and...
2010-08-05 cedric * eina: add some doc for one big mempool.
2010-08-05 cedric * eina: fix segv on NULL mempool.
2010-08-05 cedric * eina: complete configure.ac with latest mempool.
2010-08-04 lucasFORMATTING
2010-08-02 glimaBetter documenting EINA_MAGIC_SET()'s use.
2010-08-02 nashFix eina_unicode_strncpy
2010-08-02 nashBeef up the strncpy test
2010-08-02 nashTerminate the string after strcpy
2010-08-02 nashUpdate eina_unicode_strnlen
2010-08-02 nashAdd ustr tests.
2010-07-31 nashFix end points
2010-07-31 nasheina: Actually implement strnlen for eina_unicode.
2010-07-30 discomfitorincomplete doxy!
2010-07-30 cedric * eina: add a way to move a key to another without...
2010-07-30 cedric * eina: try to fix memory align on sparc.
2010-07-30 nashUnicde strnlen, and a slight fix to the header so at...
2010-07-29 sachielDO export this thingies
2010-07-29 cedric * eina: remove some warning.
2010-07-28 cedric * eina: fix wrong test in eina_big.
next