summaryrefslogtreecommitdiff
path: root/src/lib/eet_utils.c
Commit message (Expand)AuthorAgeFilesLines
* remove annoying post-brace commentsMike Blumenkrantz2011-12-021-1/+1
* ran ecrustify on eet. this seems to do a good job of eet. comments?Carsten Haitzler2011-10-211-2/+2
* FORMATTINGLucas De Marchi2010-08-041-4/+0
* remove space after *Sebastian Dransfeld2010-07-311-3/+3
* formatting. <- uncrustifyCarsten Haitzler2010-07-311-4/+5
* testing uncrustify on eet. this shall be standard efl formatting fromCarsten Haitzler2010-07-281-8/+9
* * remove the inclusion of config.h in Eet_private.h (not needed)Vincent Torri2009-08-231-0/+4
* Use eina conversion functions (Remove code from eet).Cedric BAIL2008-10-201-158/+0
* Use bit manipulation instead of memory access, improve eet speed with big edj...Cedric BAIL2008-09-111-14/+3
* Remove use of sprintf by propagating the buffer size information.Cedric BAIL2008-05-191-2/+2
* Add missing headers.Kim Woelders2008-04-031-0/+3
* * define EAPI on Windows according to the following scheme:doursse2008-03-081-3/+7
* Fixed bug on maemo.andrunko2007-10-021-1/+1
* remove unused variablesdoursse2007-09-291-3/+0
* abort--Carsten Haitzler2007-09-261-1/+0
* fix conversion to handle -0x0p+0 (negatives) properly - or at least matchingCarsten Haitzler2007-09-251-4/+5
* * Add conversion functions to replace the use of snprintf with %adoursse2007-09-251-0/+164
* Move hash gen func to own file.Sebastian Dransfeld2006-12-281-0/+35