summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Introducing unit test in EFL using cvs check library for the testCedric BAIL2008-05-161-2/+6
* Add some test around efn->offset and set it properly in all case.Cedric BAIL2008-05-161-1/+7
* Fix EET_FILE_MODE_READ_WRITE when file doesn't exist.Cedric BAIL2008-05-161-6/+16
* 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
* put WIN32_CFLAGS in CFLAGS, not CPPFLAGS. Formattingdoursse2008-04-191-5/+7
* * rename lt_auto_import to lt_enable_auto_importdoursse2008-04-191-1/+1
* docsPeter Wehrfritz2008-04-171-0/+3
* formattingSebastian Dransfeld2008-04-171-5/+9
* * rename 'create_shared_lib' to 'lt_no_undefined'doursse2008-04-151-1/+1
* Eet_private.h is not a source filedoursse2008-04-131-2/+3
* bitching--Carsten Haitzler2008-04-101-11/+15
* cedrics eet -d fixes.. yay!Carsten Haitzler2008-04-102-0/+93
* cegcc (not mingw32ce) defines same structures, functions etc. in both in.h an...doursse2008-04-092-2/+2
* add unsued attribute when neededdoursse2008-04-031-11/+17
* Add missing headers.Kim Woelders2008-04-031-0/+3
* Add unistd.h for unlink(), comment out unused code.Kim Woelders2008-04-031-0/+7
* Add netinet/in.h for htonl().Kim Woelders2008-04-031-0/+4
* since patch from vincent.Carsten Haitzler2008-03-311-0/+53
* remove trailing spaces and factorize Windows detectiondoursse2008-03-292-5/+5
* add string.hCarsten Haitzler2008-03-282-0/+2
* reorganise header files so that evil is better included. Please test before t...doursse2008-03-286-52/+83
* up eet to alpha status. see email to e-devel.Carsten Haitzler2008-03-282-26/+44
* the rest of cedrics patchesfor fixing dictionaries and read_writeCarsten Haitzler2008-03-094-47/+18
* * define EAPI on Windows according to the following scheme:doursse2008-03-089-11/+59
* * EAPI_DEF is actually useless. go back to EAPIdoursse2008-03-075-76/+74
* add cedrics dict check patchCarsten Haitzler2008-03-065-1/+54
* use evil on win32:doursse2008-03-026-77/+42
* fix ref count issues on file modify while in use. lost handles andCarsten Haitzler2008-03-021-6/+11
* add fileCarsten Haitzler2008-03-011-0/+293
* cedric's eet and edje patches to use eet dictionaries for strings.Carsten Haitzler2008-03-017-479/+1116
* include files in the correct orderSebastian Dransfeld2008-01-274-8/+7
* formattingSebastian Dransfeld2008-01-271-1/+1
* formattingSebastian Dransfeld2008-01-272-3/+3
* formattingSebastian Dransfeld2008-01-272-4/+4
* replace some win32 ifdef hacks with autoconf checksMike Frysinger2008-01-262-4/+6
* [win32] use the correct value for an invalid handle and check results. Remove...doursse2008-01-241-33/+34
* cedric's eet race patchCarsten Haitzler2008-01-214-202/+246
* constSebastian Dransfeld2008-01-181-19/+19
* englishleviathan2007-12-201-2/+2
* Arghh !! I have lost one night of work for this doxy error. Please, please, p...Davide Andreoli2007-12-201-1/+5
* patches, caching fixes, zone dynamic creation/deletion handling, stuff.Carsten Haitzler2007-12-141-1/+2
* Only enforce file size in read mode, otherwise this breaks parallel builds ofningerso2007-12-011-1/+1
* Added Ecore_IMF_Evas.andrunko2007-11-211-2/+2
* refuse to handle a 0 sized file without an errorCarsten Haitzler2007-11-121-0/+4