Commit Graph

120 Commits

Author SHA1 Message Date
Carsten Haitzler fe723f696f eet changelog/news update/sync
SVN revision: 69626
2012-03-26 04:38:01 +00:00
Cedric BAIL ef1e91430f eet: add support for statistique.
SVN revision: 67829
2012-02-10 15:30:33 +00:00
Cedric BAIL 87eb14012b eet: add support for GnuTLS 3.x
SVN revision: 67785
2012-02-09 10:30:04 +00:00
Boris Faure 04fd7af6d5 eet: write to standard output if no output file given.
SVN revision: 66958
2012-01-07 13:33:15 +00:00
Carsten Haitzler 76b51f889f increase eet_connection max msg size to 1Mb - more reasonable
SVN revision: 66634
2011-12-29 13:06:30 +00:00
Carsten Haitzler ac4c70ab7b fix changelogs to mention release.
SVN revision: 65860
2011-12-04 01:56:31 +00:00
Mike Blumenkrantz ccf4af02aa unrevert 65828 and unspank myself.
SVN revision: 65832
2011-12-02 22:50:00 +00:00
Michael BOUCHAUD 057bc8be54 eet: revert works from discomfitor. too buggy elementary segv. I'm pleased to SPANK him :D
SVN revision: 65828
2011-12-02 17:53:37 +00:00
Mike Blumenkrantz a1af23ce28 move majority of allocations to mempool allocators similar to ecore-con
SVN revision: 65825
2011-12-02 16:10:41 +00:00
Mike Blumenkrantz fb3c8a5de8 ef->path is now stringshared
SVN revision: 65813
2011-12-02 14:07:34 +00:00
Mike Blumenkrantz 3e0353f80b +eet_file_get()
SVN revision: 65812
2011-12-02 14:03:46 +00:00
Carsten Haitzler d32ecb2cfd ok - longstanding issue. quality of jpeg encode and decode dropped
quickly when uf your-encoded anything due to using IFAST decoder (and
encoder). this does drop speed for decode and encode (except encoding
< 60% quality where it now uses IFAST), but we don't see progressively
worse artifacts.



SVN revision: 65294
2011-11-16 11:52:47 +00:00
David Walter Seikel 4e787eb9e2 And the matching changelog.
SVN revision: 64494
2011-10-28 11:24:55 +00:00
Carsten Haitzler 4376c4f995 FIX: allow open of eet files with 0 key entries. this kind of breaks
some usage scenarios.



SVN revision: 63800
2011-10-04 10:03:09 +00:00
Cedric BAIL 64f3a6da0f eet: add eet_data_xattr helper.
SVN revision: 63413
2011-09-15 17:05:56 +00:00
Mike Blumenkrantz 80a1aea7b0 +eet_alias_get, related, docs, some spelling corrections
SVN revision: 61915
2011-07-30 01:31:40 +00:00
Vincent Torri 603dc537b0 Eet : eet_flush2 : add O_BINARY to open()
On Windows, open() in text mode followed by fdopen() in
binary mode does not create a stream in binary mode.
So add O_BINARY to open().

SVN revision: 61418
2011-07-16 07:24:48 +00:00
Mike Blumenkrantz 015a2ca208 fix some segvs in eet_node
SVN revision: 60958
2011-07-04 03:50:37 +00:00
Mike Blumenkrantz c4349599a3 add a bunch of functions for manipulating eet_node structs
SVN revision: 60957
2011-07-04 03:47:03 +00:00
Cedric BAIL 5e8d050184 eet: add EET_DATA_DESCRIPTOR_ADD_LIST_STRING helper.
SVN revision: 60188
2011-06-10 10:33:59 +00:00
Vincent Torri 83eb000ca0 Fix compilation with libjpeg 8 on Windows.
SVN revision: 59608
2011-05-23 05:14:20 +00:00
Cedric BAIL ac1a18741b eet: use Eina_File and fix forgotten init in Eet test suite.
SVN revision: 59471
2011-05-17 16:19:53 +00:00
Cedric BAIL d42a3fff59 eet: update ChangeLog.
SVN revision: 59380
2011-05-14 09:23:44 +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
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 e15da11630 use typedefs for fn pointers.
SVN revision: 55342
2010-12-07 06:39:18 +00:00
Cedric BAIL 63998c54e3 * eet: forgot to update ChangeLog.
SVN revision: 55235
2010-12-04 00:44:56 +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 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 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 8abe84c31f * eet: fix ChangeLog.
SVN revision: 54494
2010-11-12 12:25:30 +00:00
Lucas De Marchi 07dfb49db2 Fix common misspellings
The following misspellings were fixed:

adress->address
alreayd->already
arbitary->arbitrary
cant->can't
convertion->conversion
impliment->implement
independant->independent
successfull->successful
tranformed->transformed
usefull->useful



SVN revision: 51963
2010-09-08 03:26:19 +00:00
Cedric BAIL dd168d1058 * eet: fix eet dictionnary ever growing dictionnary.
SVN revision: 51860
2010-09-03 13:25:22 +00:00
Cedric BAIL 16546300fc * eet: update changelog.
SVN revision: 51678
2010-08-27 13:48:48 +00:00
Carsten Haitzler 1bc1701498 cl.
SVN revision: 51558
2010-08-22 23:01:32 +00:00
Cedric BAIL d0f668a6ba * eet: fix bad allocation case triggered by edje new file format.
Bad news, I also discovered in the same time that we introduced an
	API/ABI breakage in 1.3.0. This patch does prevent it from coming
	again, sadly, it imply an ABI break that I didn't find a proper
	way to work around. So recompile eet and all the program that use
	it after that commit.


SVN revision: 51080
2010-08-13 15:21:52 +00:00
Cedric BAIL 78e3e21c04 * eet: add an helper to setup hash with string content.
SVN revision: 50863
2010-08-06 15:24:21 +00:00
Cedric BAIL 1edd7e4ffa * eet: fix bug on 32bits computer.
SVN revision: 50743
2010-08-02 14:30:46 +00:00
Cedric BAIL 3f4ca260af * eet: reduce likeliness of race condition by checking file size too.
SVN revision: 50382
2010-07-20 16:13:51 +00:00
Vincent Torri 8351950dee Add native Windows thread support instead of using pthread
(less overhead). On other OS, pthread is still used by default.
Pass --enable-win32-threads to activate thread support on
Windows.


SVN revision: 50262
2010-07-15 06:34:32 +00:00
Carsten Haitzler e9d4afc9d7 moved eet.h to its own dir - pkgconfig handles all the right stuff.
SVN revision: 50117
2010-07-08 03:05:00 +00:00
Cedric BAIL 6df28268ca * eet: add support for eet_alias.
SVN revision: 49939
2010-06-29 16:20:23 +00:00
Vincent Torri 383343f251 On Windows 64, long is of size 32 bits and not 64 bits. Also
LONG_BIT is not defined on Windows.


SVN revision: 49934
2010-06-29 05:29:50 +00:00
Carsten Haitzler 41e3461449 Release eet 1.3.2
SVN revision: 49888
2010-06-27 13:29:19 +00:00
Carsten Haitzler 049d357729 Release eet 1.3.0
SVN revision: 49512
2010-06-06 16:40:13 +00:00