summaryrefslogtreecommitdiff
path: root/src/lib/eet_data.c
Commit message (Expand)AuthorAgeFilesLines
* The purpose of descriptor3 was to introduce a way to malloc/free less string....Cedric BAIL2008-05-161-0/+2
* Remove the wrong and dead code for basic type inside list/hash and put assert...Cedric BAIL2008-05-151-101/+54
* Fix a bug with list or hash of basic type. They are now silently convertedCedric BAIL2008-05-151-15/+39
* Fix a typo preventing the parsing of unsigned int.Cedric BAIL2008-05-151-1/+1
* Fix inlined string dump/undump.Cedric BAIL2008-05-141-0/+24
* Converting back an hash from a dumped text was broken.Cedric BAIL2008-05-141-2/+13
* fix bug in eet decode of list and hashes of simple types. a bug waiting toCarsten Haitzler2008-04-281-2/+2
* formattingSebastian Dransfeld2008-04-171-5/+9
* cedrics eet -d fixes.. yay!Carsten Haitzler2008-04-101-0/+54
* cegcc (not mingw32ce) defines same structures, functions etc. in both in.h an...doursse2008-04-091-1/+1
* add unsued attribute when neededdoursse2008-04-031-11/+17
* reorganise header files so that evil is better included. Please test before t...doursse2008-03-281-2/+13
* the rest of cedrics patchesfor fixing dictionaries and read_writeCarsten Haitzler2008-03-091-4/+0
* * define EAPI on Windows according to the following scheme:doursse2008-03-081-0/+8
* * EAPI_DEF is actually useless. go back to EAPIdoursse2008-03-071-52/+52
* add cedrics dict check patchCarsten Haitzler2008-03-061-0/+15
* use evil on win32:doursse2008-03-021-11/+11
* cedric's eet and edje patches to use eet dictionaries for strings.Carsten Haitzler2008-03-011-430/+564
* include files in the correct orderSebastian Dransfeld2008-01-271-1/+1
* formattingSebastian Dransfeld2008-01-271-2/+2
* cedric's eet race patchCarsten Haitzler2008-01-211-1/+1
* constSebastian Dransfeld2008-01-181-19/+19
* Added Ecore_IMF_Evas.andrunko2007-11-211-2/+2
* Separate code and provide "double" version.Gustavo Sverzut Barbieri2007-10-031-11/+44
* Float loading speedup.Gustavo Sverzut Barbieri2007-10-031-0/+13
* fix conversion to handle -0x0p+0 (negatives) properly - or at least matchingCarsten Haitzler2007-09-251-2/+2
* * Add conversion functions to replace the use of snprintf with %adoursse2007-09-251-34/+26
* Fix compiler warnings.Sebastian Dransfeld2007-09-141-12/+11
* that was a misdirected optimisation. remove.Carsten Haitzler2007-09-091-7/+0
* ok- tying to remove redundant nul/0 items seems to have broken something -Carsten Haitzler2007-09-091-8/+9
* fix qout and backslash escapingCarsten Haitzler2007-09-081-0/+10
* and remove an extra lCarsten Haitzler2007-09-081-2/+2
* and now we have a small tool that can extract, import, list, decode, encodeCarsten Haitzler2007-09-081-0/+7
* ok- all you whiners. eet data encodings are reversable now without edd info.Carsten Haitzler2007-09-081-125/+1146
* Move hash gen func to own file.Sebastian Dransfeld2006-12-281-2/+2
* Fix memleak.Sebastian Dransfeld2006-12-171-0/+1
* Fix memleak.Sebastian Dransfeld2006-12-171-12/+5
* Store hashes. Please review.Sebastian Dransfeld2006-12-171-5/+131
* When put'ing data we should not modify the source, so add const modifier.Sebastian Dransfeld2006-12-171-15/+15
* Move common error code to the end of the function.Sebastian Dransfeld2006-12-161-74/+17
* Fix typo.Sebastian Dransfeld2006-12-151-1/+1
* Add const, fix warnings.Kim Woelders2006-11-051-3/+3
* cedric's mmap patchCarsten Haitzler2006-06-131-38/+15
* More cleanups:stffrdhrn2006-03-041-6/+6
* Clean upsstffrdhrn2006-03-041-1/+1
* ok- visibility disabled for now - works on x86 32bit. amd64 is broken (gccCarsten Haitzler2006-01-101-6/+0
* actually make symbol hiding work!Carsten Haitzler2005-12-271-9/+15
* support special strign and alloc methodsCarsten Haitzler2005-11-301-20/+158
* warningstsauerbeck2005-11-291-9/+9
* Use a pre-allocated buffer on the stack for storing temporary chunks.rbdpngn2005-11-271-45/+41