summaryrefslogtreecommitdiff
path: root/src/modules/eina
Commit message (Expand)AuthorAgeFilesLines
* eina: minimize fragmentation of chainned mempool.Subodh Kumar2015-03-061-22/+39
* eina: do not access dead pointer from within valgrind macro.Cedric BAIL2014-01-221-4/+8
* eina/mp/one_big: fix alignment issues.Gustavo Sverzut Barbieri2014-01-201-8/+23
* eina: avoid warning.Cedric BAIL2013-11-101-0/+1
* eina: use portable infrastructure to detect page size.Cedric BAIL2013-11-101-2/+4
* Revert "Revert "eina: use Eina_Spinlock for Eina_Chained_Mempool.""Stefan Schmidt2013-10-111-10/+10
* Revert "Revert "Revert "eina: use Eina_Spinlock for Eina_Chained_Mempool."""Stefan Schmidt2013-10-111-10/+10
* Revert "Revert "eina: use Eina_Spinlock for Eina_Chained_Mempool.""Stefan Schmidt2013-10-111-10/+10
* Revert "eina: use Eina_Spinlock for Eina_Chained_Mempool."Stefan Schmidt2013-10-111-10/+10
* eina - and e3fl in general - stop using eina_error_get/set - useless reallyCarsten Haitzler (Rasterman)2013-10-112-16/+3
* eina: use Eina_Spinlock for Eina_Chained_Mempool.Cedric Bail2013-10-111-10/+10
* eina/mp/one_big: Add a comment to clarify why we do not memset the complete m...Stefan Schmidt2013-06-141-0/+1
* eina_chained_mempool: typoJérémy Zurcher2013-06-121-1/+1
* eina_chained_mempool: fix ERR arg formatJérémy Zurcher2013-06-121-1/+1
* eina: align allocated memory to 4096.Cedric Bail2013-04-041-3/+12
* Eina mempool: Fixed compilation warning.Tom Hacohen2013-03-081-2/+2
* eina: forgotten include that borked debug build.Cedric BAIL2013-03-042-1/+3
* eina: try to fix debug build typo.Cedric BAIL2013-01-251-4/+4
* efl/eina: it's really an error, thanks Ulisses.Cedric BAIL2013-01-241-4/+10
* efl/eina: one more typo.Cedric BAIL2013-01-241-1/+1
* eina: fix some warning.Cedric BAIL2013-01-241-1/+1
* efl/eina: detect when freeing pointer inside an allocated memory.Cedric BAIL2013-01-241-3/+11
* efl/eina: simplify mempool logic.Cedric BAIL2013-01-241-3/+1
* efl: cleanup HAVE_THREADS and pthread usage outside of eina.Gustavo Sverzut Barbieri2012-12-312-33/+13
* merge: don't use recursive subdirs. Compilation should be faster.Vincent Torri2012-11-015-102/+0
* merge: -Wl,--enable-auto-import is useless with recent versions of gcc on Win...Vincent Torri2012-10-253-3/+3
* merge: pass directly to the preprocessor the Windows macro instead of using a...Vincent Torri2012-10-233-3/+3
* efl: remove duplicate paths due header move.Gustavo Sverzut Barbieri2012-10-103-6/+0
* efl: unify EFL_DEBUG_THREADS and EINA_HAVE_DEBUG_THREADSGustavo Sverzut Barbieri2012-10-102-12/+14
* efl: simplify mempools, nuke some and make remaining statically built.Gustavo Sverzut Barbieri2012-10-109-1054/+0
* merge: __UNUSED__ --> EINA_UNUSED and some fixes in eo.Vincent Torri2012-10-057-36/+36
* and more include dir fixes.Carsten Haitzler2012-09-277-14/+14
* merge : add einaVincent Torri2012-09-1616-0/+2160