profile/ivi/eina.git
2010-10-14 rfonsecaMark memory as accessable before popping it from stack.
2010-10-14 rfonsecaJust mark memory as freed after actually freeing it.
2010-10-14 rfonsecaMake valgrind know about eina mempools.
2010-10-14 cedric * eina: use pthread_equal.
2010-10-14 cedric * eina: fix amalgamation build.
2010-10-13 cedric * eina: make Vincent happy.
2010-10-13 cedric * eina: add assert to ease tracking down efl misuse...
2010-10-13 cedric * eina: easy speed improvement by reducing operation...
2010-10-13 cedric * eina: don't bench ecore anymore as it's to slow.
2010-10-12 cedric * eina: improve chained mempool speed.
2010-10-07 barbieriauto-init threads and fix spinlock initialization checks.
2010-10-07 etrunkoEina: Don't #define _GNU_SOURCE
2010-10-06 rasteradd pid to eina log.
2010-10-05 cedric * eina: fix typo.
2010-10-03 illogict eina: strrchr--.
2010-10-03 rasterefl 1.0.0 beta.
2010-10-01 lucaseina: fix compilation if safety checks are disabled
2010-10-01 lucaseina: fix wrong EINA_ARG_NONNULL
2010-09-29 carofix
2010-09-29 caroNAME_MAX defined to 255 on sun (if not defined).
2010-09-29 caroinclude limits.h. Should acctually work with DSB, macos...
2010-09-23 lucasExclude win from prio drop implementation
2010-09-23 lucasImplement function to drop priority of current thread
2010-09-21 cedric * eina: call malloc only when content is requested...
2010-09-21 discomfitorrevert whoops
2010-09-21 discomfitorecore_con_url_free migration
2010-09-20 etrunkoEina_List: Revert changes introduced in r52253
2010-09-20 lucasFix typos
2010-09-14 etrunkoEina_List: Avoid Segfault
2010-09-14 caroadd braces to remove ambiguous condition warning
2010-09-12 discomfitorinitial doxy patch for rbtree from vtorri
2010-09-12 discomfitormore doxy from vtorri
2010-09-12 discomfitorvariable name changes for accessor functions
2010-09-10 lucasFix typos in docs
2010-09-09 lucasFix common misspellings
2010-09-08 sachielEvil patch from Evil vtorri. Some improvements to Eina...
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 Joerg SonnenbergerFrom: Joerg Sonnenberger <joerg@britannica.bec.de>
2010-08-22 Joerg SonnenbergerFrom: 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!
next