summaryrefslogtreecommitdiff
path: root/src/lib/eet_data.c
Commit message (Expand)AuthorAgeFilesLines
* eet eet_data.c: Fixed memory leak spotted by Igor Murzov (GArik_) <e-mail@dat...Daniel Juyung Seo2012-08-221-2/+2
* windows warning--Mike Blumenkrantz2012-08-131-1/+1
* eet: don't copy string around.Cedric BAIL2012-08-091-6/+3
* crit msg format warning--Mike Blumenkrantz2012-08-081-1/+1
* eet: fix possible wrong size decoding for simple type.Cedric BAIL2012-07-161-2/+2
* eet: detect overrun and underrun before everything goes wrong.Cedric BAIL2012-07-161-0/+31
* eet: remove shadow warning.Cedric BAIL2012-03-291-10/+10
* Eet: remove ugly FMT_* compatibility strings as Evil has now POSIX printf fam...Vincent Torri2012-02-171-17/+4
* remove annoying post-brace commentsMike Blumenkrantz2011-12-021-119/+119
* eet: proper indentation.Cedric BAIL2011-11-161-6/+6
* Use same type - warning--Lucas De Marchi2011-11-091-1/+1
* ran ecrustify on eet. this seems to do a good job of eet. comments?Carsten Haitzler2011-10-211-1448/+1521
* eet: add eet_data_xattr helper.Cedric BAIL2011-09-151-0/+40
* From: Vincent Torri <vtorri@univ-evry.fr>Vincent Torri2011-07-291-1/+1
* Eet : fix scanf format on WindowsVincent Torri2011-05-171-4/+16
* eet: remove warning of unused code.Cedric BAIL2011-02-221-0/+2
* * eet: improve speed and memory usage when decoding EET_G_UNION,Cedric BAIL2011-02-141-36/+47
* remove double declared retSebastian Dransfeld2011-02-031-1/+0
* prefix macro generated variable with __Sebastian Dransfeld2011-02-031-4/+4
* formattingSebastian Dransfeld2011-02-031-1/+1
* EINA_MAGIC is already defined with a ';'. Remove it to fixVincent Torri2010-12-111-1/+1
* use typedefs for fn pointers.Carsten Haitzler2010-12-071-11/+11
* * eet: Improve speed of eet_data_read decoding. Mostly for array.Cedric BAIL2010-11-291-113/+164
* bug exposed by cedric's leak and then my fix... :)Carsten Haitzler2010-10-231-1/+4
* * eet: fix build of data that doesn't match data descriptor.Cedric BAIL2010-08-271-49/+82
* Revert and re-apply badnull patchLucas De Marchi2010-08-261-3/+3
* Convert (hopefully) all comparisons to NULLLucas De Marchi2010-08-211-6/+6
* * eet: fix version and trigger the right alloc path.Cedric BAIL2010-08-131-2/+2
* * eet: fix bad allocation case triggered by edje new file format.Cedric BAIL2010-08-131-4/+58
* * eet: fix leak in eet.Cedric BAIL2010-08-121-1/+2
* FORMATTINGLucas De Marchi2010-08-041-4/+0
* fix stupid align of *Sebastian Dransfeld2010-07-311-362/+362
* remove space after *Sebastian Dransfeld2010-07-311-789/+789
* formatting. <- uncrustifyCarsten Haitzler2010-07-311-1147/+1157
* fix formattingCarsten Haitzler2010-07-281-12/+16
* testing uncrustify on eet. this shall be standard efl formatting fromCarsten Haitzler2010-07-281-1915/+2774
* put __UNUSED__ after parameter, not beforeVincent Torri2010-06-291-6/+6
* On Windows 64, long is of size 32 bits and not 64 bits. AlsoVincent Torri2010-06-291-1/+5
* * eet: refactor some code.Cedric BAIL2010-04-221-23/+29
* * eet: remove EET_G_INHERIT.Cedric BAIL2010-04-221-35/+4
* * eet: use const only when needed.Cedric BAIL2010-04-211-12/+15
* * eet: Add EET_G_VARIANT and EET_G_UNION.Cedric BAIL2010-04-211-7/+446
* * eet: handle fixed point in data stream.Cedric BAIL2010-04-161-3/+28
* * eet: we don't need to duplicate hash key when we could just pointCedric BAIL2010-04-071-0/+11
* * update Visual Studio project filesVincent Torri2010-04-031-7/+1
* * eet: minor API/code cleanup.Cedric BAIL2010-04-021-2/+2
* eet: mega doc update, still stuff to do.Gustavo Sverzut Barbieri2010-03-181-36/+42
* * eet: Fix override of global symbols.Cedric BAIL2010-03-011-34/+32
* * eet: Add an experimentale API for walking Eet_Node.Cedric BAIL2010-01-211-17/+17
* * eet: Add mempool for Eet_Node structure.Cedric BAIL2010-01-171-2/+2