Commit Graph

862 Commits

Author SHA1 Message Date
Carsten Haitzler b504157045 more of eet docs in .h - all of it minus examples actually.
SVN revision: 58475
2011-04-08 06:21:40 +00:00
Vincent Torri efa72777e6 rename libtool version names to fit libtool doc
SVN revision: 58117
2011-03-27 18:06:17 +00:00
Carsten Haitzler 543016a352 revert version change 999 -> 99. also e17 didnt even need it as it
produced no versioned .so files.



SVN revision: 57844
2011-03-18 07:35:19 +00:00
Sebastian Dransfeld 8dee8ac0ac Set v_mic to 99 (less than 256) to please OS X
SVN revision: 57824
2011-03-17 13:12:50 +00:00
Carsten Haitzler c551a992a8 improve docs.
SVN revision: 57794
2011-03-16 12:05:56 +00:00
Cedric BAIL 2316172755 eet: remove warning of unused code.
NOTE: keeping the code around as it may be usefull.


SVN revision: 57236
2011-02-22 12:23:12 +00:00
Cedric BAIL 74a5463b36 efl: add back touch on configure time generated file.
SVN revision: 57232
2011-02-22 10:29:28 +00:00
Cedric BAIL 810ce84f7e efl: turn on cached result, that will reduce your configure time a lot !
SVN revision: 57213
2011-02-21 14:56:49 +00:00
Cedric BAIL f09a81bf54 * eet: improve speed and memory usage when decoding EET_G_UNION,
EET_G_VAR_ARRAY and EET_G_ARRAY.

	This change has a direct impact on load time for Edje file. So
	please test it and report any issue.


SVN revision: 57013
2011-02-14 10:57:13 +00:00
Daniel Juyung Seo 5372923677 dox.in update: elementary,evas,edje,ecore,eio,eet,eeze.
Sync authors in doc with AUTHORS.
Updated date to 2011.


SVN revision: 56926
2011-02-10 16:50:18 +00:00
Sebastian Dransfeld 6dbbb69012 remove double declared ret
SVN revision: 56702
2011-02-03 23:16:15 +00:00
Sebastian Dransfeld ae202461f1 prefix macro generated variable with __
SVN revision: 56701
2011-02-03 23:16:04 +00:00
Sebastian Dransfeld a65b05a13d formatting
SVN revision: 56700
2011-02-03 23:15:53 +00:00
Vincent Torri 1bd7d9b3b5 put visual studio files outside the libraries directory
SVN revision: 56687
2011-02-03 19:52:33 +00:00
Vincent Torri eba92a95f3 Use eina_stringshare_add() instead of strdup() on mmaped file
names on Windows. This fix eet shut down on Windows.

SVN revision: 56380
2011-01-29 17:31:55 +00:00
Carsten Haitzler 1bd97ec119 geeze. get year right! spank
SVN revision: 56378
2011-01-29 13:24:22 +00:00
Carsten Haitzler 0cb7271e97 aaaah farg. forgot the changelogs. fix.
SVN revision: 56359
2011-01-29 03:54:33 +00:00
Carsten Haitzler 96caa0a63b svn goes to x.x.999.svnrev now. :)
SVN revision: 56355
2011-01-29 03:34:44 +00:00
Carsten Haitzler 4f5ec3a5bd 1.0 version magic. now leave these projects the hell alone in svn
until we have branches.



SVN revision: 56352
2011-01-29 03:05:22 +00:00
ChunEon Park bdf92b1ed7 Fix invalid pointer ref
Patch by: ChunEon Park <chuneon.park@samsung.com>



SVN revision: 56249
2011-01-21 01:01:12 +00:00
Vincent Torri b1b5620045 put again eet tests in the source tree
SVN revision: 56194
2011-01-16 18:16:11 +00:00
Carsten Haitzler 6502ea96ea hve to revert these commits. they hve created a whole chunk of 64bit
crashes on linux. this is REALLY bad. so remove these changes now.



SVN revision: 55981
2011-01-07 15:56:54 +00:00
Vincent Torri 504f0a20f9 use configure-time headers checks instead of compiler ones
SVN revision: 55968
2011-01-07 06:33:00 +00:00
Vincent Torri a39fb32bc7 add guards in config.h to avoid multiple inclusions
SVN revision: 55940
2011-01-06 18:27:21 +00:00
Vincent Torri 6bc8e1b1b2 missing file in MAINTAINERCLEANFILES
SVN revision: 55814
2011-01-03 07:23:28 +00:00
Carsten Haitzler dac7737514 move eet tests to TEST dir too. same reasons as for ecore tests going.
SVN revision: 55636
2010-12-19 02:58:16 +00:00
Vincent Torri d88618afc5 EINA_MAGIC is already defined with a ';'. Remove it to fix
compilation with vc++

SVN revision: 55490
2010-12-11 07:58:41 +00:00
Carsten Haitzler e15da11630 use typedefs for fn pointers.
SVN revision: 55342
2010-12-07 06:39:18 +00:00
Cedric BAIL 602241b004 * eina,eet,embryo,evas,ecore,edje,efreet,e_dbus,eeze: beta3 !
SVN revision: 55238
2010-12-04 00:50:58 +00:00
Cedric BAIL 14b300f339 * eet: forgotten file.
SVN revision: 55236
2010-12-04 00:45:26 +00:00
Cedric BAIL 63998c54e3 * eet: forgot to update ChangeLog.
SVN revision: 55235
2010-12-04 00:44:56 +00:00
Cedric BAIL 9e1667f16c * eet: define PATH_MAX when needed.
SVN revision: 55231
2010-12-03 23:02:37 +00:00
Cedric BAIL 98f2dfecd7 * eet: improve detection of -Wl,--as-needed
SVN revision: 55214
2010-12-03 18:27:17 +00:00
Cedric BAIL fc3cd8f248 * eet: use uintptr_t.
SVN revision: 55210
2010-12-03 18:01:45 +00:00
Cedric BAIL 030c1f3f18 * eet: compile with -Werror on 64bits too.
SVN revision: 55201
2010-12-03 16:55:50 +00:00
Cedric BAIL 5d663ce49b * eina, eet: fix coverage generation with newer lcov.
SVN revision: 55070
2010-11-29 18:40:26 +00:00
Cedric BAIL 46fd048e2c * eet: Improve speed of eet_data_read decoding. Mostly for array.
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
2010-11-29 18:38:24 +00:00
Cedric BAIL 1413e6f3b7 * eet: improve speed for Eet_String users.
SVN revision: 55063
2010-11-29 14:04:16 +00:00
Cedric BAIL fbfa54bc05 * eet: another forgotten improvement.
SVN revision: 55017
2010-11-26 14:45:15 +00:00
Cedric BAIL a453783e68 * eet: reduce memory used by Eet dictionary.
SVN revision: 55016
2010-11-26 14:40:53 +00:00
Cedric BAIL db4e12ca36 * eet: add EET_DATA_DESCRIPTOR_ADD_VAR_ARRAY_STRING.
SVN revision: 54989
2010-11-25 15:59:46 +00:00
Carsten Haitzler dab3599578 now we know it works - doc it.
SVN revision: 54765
2010-11-21 14:50:47 +00:00
Cedric BAIL 94ca4ee782 * eet: use eina configuration information correctly.
Patch from the OpenBSD team :
              Fabien Romano <fabien@openbsd.org>
              Jonathan Armani <armani@opensbd.org>


SVN revision: 54762
2010-11-21 11:07:50 +00:00
Cedric BAIL 85a8b8834f * eet: sync with eina efl_threads.m4.
Patch from the OpenBSD team :
              Fabien Romano <fabien@openbsd.org>
              Jonathan Armani <armani@opensbd.org>


SVN revision: 54758
2010-11-21 10:54:14 +00:00
Carsten Haitzler 1f08779356 fix possible leak.
SVN revision: 54755
2010-11-21 05:18:19 +00:00
Cedric BAIL c89cf15ed7 * eet: correctly handle length of ciphered/compressed data.
SVN revision: 54683
2010-11-18 10:30:53 +00:00
Cedric BAIL 6c06003eb1 * eet: fix make check with tarball.
Reported by Thomas Sachau (Tommy[D]) <tommy@gentoo.org>


SVN revision: 54563
2010-11-15 13:11:40 +00:00
Cedric BAIL a763db242f * eet: Fix bug when using compression and ciphering.
Reported by discomfitor.


SVN revision: 54540
2010-11-13 23:04:31 +00:00
Cedric BAIL 70e488feff * efl: beta2 !
SVN revision: 54507
2010-11-12 16:01:55 +00:00
Cedric BAIL 8abe84c31f * eet: fix ChangeLog.
SVN revision: 54494
2010-11-12 12:25:30 +00:00