summaryrefslogtreecommitdiff
path: root/src/lib/eet_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* remove annoying post-brace commentsMike Blumenkrantz2011-12-021-1/+1
| | | | SVN revision: 65819
* ran ecrustify on eet. this seems to do a good job of eet. comments?Carsten Haitzler2011-10-211-2/+2
| | | | SVN revision: 64237
* FORMATTINGLucas De Marchi2010-08-041-4/+0
| | | | | | | | | | | | | | | | * Remove vim modelines: find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \; find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \; * Remove leading blank lines: find . -name '*.[cxh]' -exec sed -i '/./,$!d' If you use vim, use this in your .vimrc: set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0 SVN revision: 50816
* remove space after *Sebastian Dransfeld2010-07-311-3/+3
| | | | SVN revision: 50719
* formatting. <- uncrustifyCarsten Haitzler2010-07-311-4/+5
| | | | SVN revision: 50698
* testing uncrustify on eet. this shall be standard efl formatting fromCarsten Haitzler2010-07-281-8/+9
| | | | | | | | | | | now on. you may run indent on code and convert to your own formatting if you want.. but all code MUST be "uncrustified" before being cxommitted to svn or before generating patches. time to get the formatting monster under control. SVN revision: 50563
* * remove the inclusion of config.h in Eet_private.h (not needed)Vincent Torri2009-08-231-0/+4
| | | | | | | | | * add config.h in all source file to be consistent, even if it is not necessary * formatting SVN revision: 41941
* Use eina conversion functions (Remove code from eet).Cedric BAIL2008-10-201-158/+0
| | | | SVN revision: 36844
* Use bit manipulation instead of memory access, improve eet speed with big ↵Cedric BAIL2008-09-111-14/+3
| | | | | | edje file. SVN revision: 35946
* Remove use of sprintf by propagating the buffer size information.Cedric BAIL2008-05-191-2/+2
| | | | SVN revision: 34618
* Add missing headers.Kim Woelders2008-04-031-0/+3
| | | | SVN revision: 34183
* * define EAPI on Windows according to the following scheme:doursse2008-03-081-3/+7
| | | | | | | | | | | | | | | | - if Eet is built: . if the shared lib is built, EAPI must be __declspec(dllexport) . if the static lib is built, EAPI must be empty - otherwise EAPI must be __declspec(dllimport) * move config.h from Eet_private.h to source files so that EAPI is correctly defined in Eet.h * add notes for compilation with cegcc and mingw32ce in INSTALL * add support for compilation with cegcc * add indentation information for vi * remove trailing spaces SVN revision: 33959
* Fixed bug on maemo.andrunko2007-10-021-1/+1
| | | | | | | | somehow char is always treated as unsigned char, causing if (sign < 0) to always return false. SVN revision: 31939
* remove unused variablesdoursse2007-09-291-3/+0
| | | | SVN revision: 31863
* abort--Carsten Haitzler2007-09-261-1/+0
| | | | SVN revision: 31811
* fix conversion to handle -0x0p+0 (negatives) properly - or at least matchingCarsten Haitzler2007-09-251-4/+5
| | | | | | | the output. SVN revision: 31810
* * Add conversion functions to replace the use of snprintf with %adoursse2007-09-251-0/+164
| | | | | | | | | | * remove useless defines * minor cleanups fixes bugs #181 and #182 SVN revision: 31805
* Move hash gen func to own file.Sebastian Dransfeld2006-12-281-0/+35
SVN revision: 27605