summaryrefslogtreecommitdiff
path: root/src/lib/Eet_private.h
Commit message (Expand)AuthorAgeFilesLines
* add lz4 compression options to eet. remove amalgamated build too.Carsten Haitzler2012-05-151-0/+2
* eet: make eet_dictionary thread safe.Cedric BAIL2012-05-151-0/+1
* unrevert 65828 and unspank myself.Mike Blumenkrantz2011-12-021-0/+135
* eet: revert works from discomfitor. too buggy elementary segv. I'm pleased to...Michael BOUCHAUD2011-12-021-136/+0
* move majority of allocations to mempool allocators similar to ecore-conMike Blumenkrantz2011-12-021-0/+136
* ran ecrustify on eet. this seems to do a good job of eet. comments?Carsten Haitzler2011-10-211-64/+85
* * eet: improve speed for Eet_String users.Cedric BAIL2010-11-291-4/+1
* * eet: another forgotten improvement.Cedric BAIL2010-11-261-1/+1
* * eet: reduce memory used by Eet dictionary.Cedric BAIL2010-11-261-8/+17
* FORMATTINGLucas De Marchi2010-08-041-4/+0
* fix stupid align of *Sebastian Dransfeld2010-07-311-26/+26
* remove space after *Sebastian Dransfeld2010-07-311-55/+55
* formatting. <- uncrustifyCarsten Haitzler2010-07-311-97/+98
* testing uncrustify on eet. this shall be standard efl formatting fromCarsten Haitzler2010-07-281-56/+81
* * eet: Add an experimentale API for walking Eet_Node.Cedric BAIL2010-01-211-13/+1
* * eet: Add mempool for Eet_Node structure.Cedric BAIL2010-01-171-0/+5
* * eet: Reduce convertion to FP, float and double with a little overhead.Cedric BAIL2009-12-071-10/+7
* formattingVincent Torri2009-11-021-3/+3
* formattingVincent Torri2009-10-091-6/+6
* remove useless Eina_Log macros. Patch by Mathieu Taillefumier.Vincent Torri2009-10-021-47/+8
* * eet: Add support for fixed point in Eet.Cedric BAIL2009-09-291-7/+17
* improve logging messages introduced by Mathieu Taillefumier.Gustavo Sverzut Barbieri2009-09-171-5/+5
* * eet: Use eina_log.Cedric BAIL2009-09-151-0/+74
* * remove the inclusion of config.h in Eet_private.h (not needed)Vincent Torri2009-08-231-4/+0
* * eet: Expose Eet_Node so we can now write external parser for eet_data. Sti...Cedric BAIL2009-04-161-7/+24
* * eet: Add a faster way to compute signature. But currently need my pending ...Cedric BAIL2009-04-161-0/+1
* * eet/src/lib/Eet.h,Cedric BAIL2009-02-091-0/+2
* Add a function to get the raw signature data.Cedric BAIL2008-11-261-0/+1
* Make password callback work (PKCS8 support), fix minor bugs and add more tests.Cedric BAIL2008-11-141-25/+0
* Add crypto support to eet.Cedric BAIL2008-11-131-5/+15
* autotools cleanups:Vincent Torri2008-10-261-1/+3
* Use eina conversion functions (Remove code from eet).Cedric BAIL2008-10-201-2/+0
* Add signature support in eet.Cedric BAIL2008-09-081-0/+26
* Recommit Joerg Sonnenberger patch with more fix.Cedric BAIL2008-09-031-5/+0
* roll back eet change (revert patch) as this breaks bsd and seems to causeCarsten Haitzler2008-09-031-0/+5
* Little bit modified patch from Joerg Sonnenberger that remove the need forCedric BAIL2008-09-021-5/+0
* fix compile warningsPeter Wehrfritz2008-07-171-0/+1
* This patch is a starting point for cleaning up eet_data.c.Cedric BAIL2008-06-261-0/+6
* Remove use of sprintf by propagating the buffer size information.Cedric BAIL2008-05-191-1/+1
* reorganise header files so that evil is better included. Please test before t...doursse2008-03-281-42/+0
* the rest of cedrics patchesfor fixing dictionaries and read_writeCarsten Haitzler2008-03-091-10/+11
* * define EAPI on Windows according to the following scheme:doursse2008-03-081-2/+4
* add cedrics dict check patchCarsten Haitzler2008-03-061-0/+3
* use evil on win32:doursse2008-03-021-2/+3
* cedric's eet and edje patches to use eet dictionaries for strings.Carsten Haitzler2008-03-011-0/+45
* replace some win32 ifdef hacks with autoconf checksMike Frysinger2008-01-261-2/+3
* declare properly alloca when AC_FUNC_ALLOCA is used (see autoconf doc)doursse2007-09-291-2/+15
* * Add conversion functions to replace the use of snprintf with %adoursse2007-09-251-3/+5
* Fix compiler warnings.Sebastian Dransfeld2007-09-141-0/+1
* Move hash gen func to own file.Sebastian Dransfeld2006-12-281-36/+1