summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eina: fix typo.eina-1.0Cedric BAIL2012-10-201-1/+1
* eina: typos.Cedric BAIL2012-10-191-1/+1
* eina: handle properly case where str != NULL and slen == 0Cedric BAIL2012-10-191-1/+3
* eina: backport r78209.Cedric BAIL2012-10-193-1/+6
* eina: backport r76267.Cedric BAIL2012-09-071-1/+1
* undo backport from stupids check: this is another broken api which should hav...Mike Blumenkrantz2012-06-082-6/+1
* whoops, meant negative...hope nobody noticed thisMike Blumenkrantz2012-06-081-1/+1
* ...and unbreak compileMike Blumenkrantz2012-06-081-1/+1
* backports for previous commitMike Blumenkrantz2012-06-082-0/+5
* 1.0.2 releasev1.0.2Mike Blumenkrantz2012-06-063-2/+6
* eina: backport r71150.Cedric BAIL2012-05-161-51/+5
* eina: backport r70831.Cedric BAIL2012-05-072-4/+8
* eina: update AUTHORS.Cedric BAIL2012-03-161-0/+1
* eina: fix build when valgrind is not in a standard location.Cedric BAIL2012-03-164-3/+8
* eina: fix forgotten initialization of count during eina_list_split_list.Cedric BAIL2012-02-173-0/+45
* eina: backport to both 1.0 and 1.1.Cedric BAIL2011-12-282-1/+5
* eina: backport r66383.Cedric BAIL2011-12-202-1/+5
* fix eina_log*level_check() to return the value that the docs claim will be re...Mike Blumenkrantz2011-12-082-2/+6
* backport previous commitMike Blumenkrantz2011-12-071-0/+3
* branches: the EFL in this branches are not BETA anymore.Cedric BAIL2011-08-101-1/+1
* backport 62268Mike Blumenkrantz2011-08-102-1/+5
* Eina: fix static linking with einaVincent Torri2011-06-033-3/+16
* Eina : eina_module.c: fix dladdr use on WindowsVincent Torri2011-06-011-3/+11
* branches: EFL 1.0.1 !v1.0.1Cedric BAIL2011-05-252-2/+6
* eina: backport was useless, revert.Cedric BAIL2011-05-182-19/+5
* eina: backport 59485.Cedric BAIL2011-05-182-5/+19
* Eina: Fix static build of the buddy mempoolVincent Torri2011-04-272-0/+8
* formatting: alphabetical orderVincent Torri2011-04-273-35/+35
* do not enter the modules dir if they are not builtVincent Torri2011-04-278-61/+53
* remove shadow varVincent Torri2011-04-271-1/+1
* Eina: Fix uninstallation of the mempools modulesVincent Torri2011-04-248-0/+17
* eina: backort [57627].Cedric BAIL2011-03-092-3/+1
* eina: backport [57624].Cedric BAIL2011-03-092-1/+10
* put visual studio files outside the libraries directoryVincent Torri2011-02-039-2191/+0
* geeze. get year right! spankv1.0.0Carsten Haitzler2011-01-291-1/+1
* aaaah farg. forgot the changelogs. fix.Carsten Haitzler2011-01-291-2/+2
* 1.0 version magic. now leave these projects the hell alone in svnCarsten Haitzler2011-01-291-1/+1
* inglishicize some ducksMike Blumenkrantz2011-01-282-44/+46
* Unlock should be run *after* EINA_MAGIC_FAIL otherwise wrong info about the e...Tom Hacohen2011-01-181-1/+1
* put again eina tests in the source treeVincent Torri2011-01-1661-2/+62611
* why calloc (fill with 0's) then re-fill it again instantly.. exceptCarsten Haitzler2011-01-161-2/+2
* fix null deref again, this time with the power of spankiesMike Blumenkrantz2011-01-141-4/+3
* we null check right before this. seriously.Mike Blumenkrantz2011-01-141-15/+6
* if alloca fails you're screwed anyway, so not much point checking for itMike Blumenkrantz2011-01-141-2/+0
* and also avoid leak while avoidingMike Blumenkrantz2011-01-141-1/+2
* avoid possible null function pointerMike Blumenkrantz2011-01-141-1/+1
* hve to revert these commits. they hve created a whole chunk of 64bitCarsten Haitzler2011-01-074-8/+6
* use configure-time headers checks instead of compiler onesVincent Torri2011-01-074-6/+8
* revert non wanted changesVincent Torri2011-01-062-281/+3
* move AC_GNU_SOURCE before libtool initVincent Torri2011-01-063-5/+285