summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 1.0.2 releasev1.4.2eet-1.4Mike Blumenkrantz2012-06-062-1/+5
| | | | SVN revision: 71757
* remove removed filesMike Blumenkrantz2012-06-061-1/+0
| | | | SVN revision: 71755
* forgot to remove thisMike Blumenkrantz2012-06-061-1/+0
| | | | SVN revision: 71752
* build file cleanups for old versionsMike Blumenkrantz2012-06-063-60/+194
| | | | SVN revision: 71749
* eet: backport r71524.Cedric BAIL2012-05-302-1/+5
| | | | SVN revision: 71525
* branches: the EFL in this branches are not BETA anymore.Cedric BAIL2011-08-101-1/+1
| | | | SVN revision: 62293
* backport eet_node fixesMike Blumenkrantz2011-07-043-0/+10
| | | | SVN revision: 60959
* branches: EFL 1.0.1 !v1.4.1Cedric BAIL2011-05-252-4/+9
| | | | SVN revision: 59661
* Fix compilation with libjpeg 8 on Windows.Vincent Torri2011-05-232-0/+5
| | | | SVN revision: 59607
* Eet : fix scanf format on WindowsVincent Torri2011-05-171-4/+16
| | | | SVN revision: 59476
* put visual studio files outside the libraries directoryVincent Torri2011-02-039-1061/+0
| | | | SVN revision: 56692
* port fix from trunk.Carsten Haitzler2011-01-312-2/+6
| | | | SVN revision: 56567
* geeze. get year right! spankv1.4.0Carsten Haitzler2011-01-291-1/+1
| | | | SVN revision: 56378
* aaaah farg. forgot the changelogs. fix.Carsten Haitzler2011-01-291-0/+4
| | | | SVN revision: 56359
* 1.0 version magic. now leave these projects the hell alone in svnCarsten Haitzler2011-01-291-1/+1
| | | | | | | | until we have branches. SVN revision: 56352
* Fix invalid pointer refLucas De Marchi2011-01-211-1/+2
| | | | | | | | Patch by: ChunEon Park <chuneon.park@samsung.com> SVN revision: 56249
* put again eet tests in the source treeVincent Torri2011-01-1613-3/+2978
| | | | SVN revision: 56194
* hve to revert these commits. they hve created a whole chunk of 64bitCarsten Haitzler2011-01-073-5/+5
| | | | | | | | crashes on linux. this is REALLY bad. so remove these changes now. SVN revision: 55981
* use configure-time headers checks instead of compiler onesVincent Torri2011-01-073-5/+5
| | | | SVN revision: 55968
* add guards in config.h to avoid multiple inclusionsVincent Torri2011-01-061-4/+16
| | | | SVN revision: 55940
* missing file in MAINTAINERCLEANFILESVincent Torri2011-01-031-0/+1
| | | | SVN revision: 55814
* move eet tests to TEST dir too. same reasons as for ecore tests going.Carsten Haitzler2010-12-1914-2983/+3
| | | | SVN revision: 55636
* EINA_MAGIC is already defined with a ';'. Remove it to fixVincent Torri2010-12-111-1/+1
| | | | | | compilation with vc++ SVN revision: 55490
* use typedefs for fn pointers.Carsten Haitzler2010-12-074-59/+91
| | | | SVN revision: 55342
* * eina,eet,embryo,evas,ecore,edje,efreet,e_dbus,eeze: beta3 !Cedric BAIL2010-12-041-1/+1
| | | | SVN revision: 55238
* * eet: forgotten file.Cedric BAIL2010-12-041-0/+1
| | | | SVN revision: 55236
* * eet: forgot to update ChangeLog.Cedric BAIL2010-12-041-0/+5
| | | | SVN revision: 55235
* * eet: define PATH_MAX when needed.Cedric BAIL2010-12-032-1/+37
| | | | SVN revision: 55231
* * eet: improve detection of -Wl,--as-neededCedric BAIL2010-12-033-15/+59
| | | | SVN revision: 55214
* * eet: use uintptr_t.Cedric BAIL2010-12-031-2/+3
| | | | SVN revision: 55210
* * eet: compile with -Werror on 64bits too.Cedric BAIL2010-12-031-2/+2
| | | | SVN revision: 55201
* * eina, eet: fix coverage generation with newer lcov.Cedric BAIL2010-11-291-1/+1
| | | | SVN revision: 55070
* * eet: Improve speed of eet_data_read decoding. Mostly for array.Cedric BAIL2010-11-292-113/+165
| | | | | | | | | | NOTE: with a major rewrite of the way array does the structure allocation/destruction it could be made much faster. That would improve speed for both edje file loading and efreet cache loading. But I will postpone that for after the release. SVN revision: 55069
* * eet: improve speed for Eet_String users.Cedric BAIL2010-11-294-46/+25
| | | | SVN revision: 55063
* * eet: another forgotten improvement.Cedric BAIL2010-11-261-1/+1
| | | | SVN revision: 55017
* * eet: reduce memory used by Eet dictionary.Cedric BAIL2010-11-264-71/+119
| | | | SVN revision: 55016
* * eet: add EET_DATA_DESCRIPTOR_ADD_VAR_ARRAY_STRING.Cedric BAIL2010-11-252-0/+32
| | | | SVN revision: 54989
* now we know it works - doc it.Carsten Haitzler2010-11-211-0/+6
| | | | SVN revision: 54765
* * eet: use eina configuration information correctly.Cedric BAIL2010-11-211-0/+4
| | | | | | | | | Patch from the OpenBSD team : Fabien Romano <fabien@openbsd.org> Jonathan Armani <armani@opensbd.org> SVN revision: 54762
* * eet: sync with eina efl_threads.m4.Cedric BAIL2010-11-211-6/+6
| | | | | | | | | Patch from the OpenBSD team : Fabien Romano <fabien@openbsd.org> Jonathan Armani <armani@opensbd.org> SVN revision: 54758
* fix possible leak.Carsten Haitzler2010-11-211-3/+9
| | | | SVN revision: 54755
* * eet: correctly handle length of ciphered/compressed data.Cedric BAIL2010-11-181-4/+10
| | | | SVN revision: 54683
* * eet: fix make check with tarball.Cedric BAIL2010-11-151-1/+1
| | | | | | | Reported by Thomas Sachau (Tommy[D]) <tommy@gentoo.org> SVN revision: 54563
* * eet: Fix bug when using compression and ciphering.Cedric BAIL2010-11-132-1/+4
| | | | | | | Reported by discomfitor. SVN revision: 54540
* * efl: beta2 !Cedric BAIL2010-11-121-1/+1
| | | | SVN revision: 54507
* * eet: fix ChangeLog.Cedric BAIL2010-11-121-0/+4
| | | | SVN revision: 54494
* * eet: correctly reset content of variable.Cedric BAIL2010-11-121-0/+6
| | | | SVN revision: 54493
* * eet: don't open file two small to be valid.Cedric BAIL2010-11-121-2/+1
| | | | SVN revision: 54491
* Fix docs a bit, I hope.Iván Briano2010-11-081-4/+4
| | | | SVN revision: 54322
* no more debian dir in our svn - debian now handles this tehmselves.Carsten Haitzler2010-11-0812-296/+0
| | | | SVN revision: 54288