framework/uifw/eet.git
14 years agouse efl_fnmatch m4 macro
caro [Wed, 3 Feb 2010 20:47:48 +0000 (20:47 +0000)]
use efl_fnmatch m4 macro

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45852 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix mingw flags
caro [Thu, 28 Jan 2010 17:13:30 +0000 (17:13 +0000)]
fix mingw flags

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45669 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Zero cipher material as soon as possible. Prevent information
cedric [Wed, 27 Jan 2010 17:53:07 +0000 (17:53 +0000)]
* eet: Zero cipher material as soon as possible. Prevent information
leak of temporary data in memory, so improve security.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45630 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Better tests suites.
cedric [Fri, 22 Jan 2010 18:01:54 +0000 (18:01 +0000)]
* eet: Better tests suites.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45443 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Add an experimentale API for walking Eet_Node.
cedric [Thu, 21 Jan 2010 12:45:35 +0000 (12:45 +0000)]
* eet: Add an experimentale API for walking Eet_Node.

This API should be used to generate native scripting object from
an Eet_Data.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45389 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoinclude Evil.h so that getenv is declared on Windows CE
caro [Mon, 18 Jan 2010 18:01:20 +0000 (18:01 +0000)]
include Evil.h so that getenv is declared on Windows CE

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45294 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Update the poor ChangeLog.
cedric [Sun, 17 Jan 2010 15:06:37 +0000 (15:06 +0000)]
    * eet: Update the poor ChangeLog.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45260 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Add mempool for Eet_Node structure.
cedric [Sun, 17 Jan 2010 14:32:58 +0000 (14:32 +0000)]
* eet: Add mempool for Eet_Node structure.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45259 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoeet_cipher.c: Fix arithmetic pointer on void *
caro [Sat, 16 Jan 2010 12:07:18 +0000 (12:07 +0000)]
eet_cipher.c: Fix arithmetic pointer on void *

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45211 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Fix amalgamation.
cedric [Fri, 15 Jan 2010 14:56:49 +0000 (14:56 +0000)]
* eet: Fix amalgamation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45188 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agobinary can be disabled
caro [Fri, 15 Jan 2010 06:05:28 +0000 (06:05 +0000)]
binary can be disabled

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45168 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Add eet_data_node_decode_cipher and eet_data_node_read_cipher.
cedric [Tue, 12 Jan 2010 16:50:18 +0000 (16:50 +0000)]
* eet: Add eet_data_node_decode_cipher and eet_data_node_read_cipher.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45062 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Update the damn ChangeLog. Thanks again Vincent :-)
cedric [Tue, 12 Jan 2010 16:19:40 +0000 (16:19 +0000)]
* eet: Update the damn ChangeLog. Thanks again Vincent :-)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45061 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: MASSIV REWRITE OF EET_DATA !
cedric [Tue, 12 Jan 2010 12:38:59 +0000 (12:38 +0000)]
* eet: MASSIV REWRITE OF EET_DATA !

Eet_Data now use more common code when doing dump/decode. This
provide new functionnality, you can now do a list/array/hash of string.
make test/coverage are now passing without problem with 79% of the code
covered (mainly need to update test suite for fixed point). This rewrite
is also a first for script langage to directly manipulate Eet_Data (more
patch comming). It's also a cleanup of the Eet_Node API that could now
be used just fine.

Note: Previous dump will not be compatible with this update, but
Eet_Data will.

PS: I did some extensive test here with enlightenment, elementary_test,
editje, elixir and eyelight. If you experience any weird behaviour that
could be linked with eet_data (well almost anything that use the EFL),
please report to me as soon as possible.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@45059 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoadd pthread flags
caro [Fri, 8 Jan 2010 18:17:24 +0000 (18:17 +0000)]
add pthread flags

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44984 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoanother deadlock in eet - threadsafe goop! fix fix fix!
raster [Tue, 5 Jan 2010 04:40:12 +0000 (04:40 +0000)]
another deadlock in eet - threadsafe goop! fix fix fix!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44906 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * better m4 code
caro [Wed, 30 Dec 2009 00:02:48 +0000 (00:02 +0000)]
 * better m4 code
 * use latest efl_pthread.m4 code and update configure.ac accordingly

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44771 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet_data: Don't fail on memory starvation.
cedric [Tue, 29 Dec 2009 13:42:45 +0000 (13:42 +0000)]
* eet_data: Don't fail on memory starvation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44755 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet_node: Make eet_node_dump fully functionnal.
cedric [Mon, 28 Dec 2009 16:52:27 +0000 (16:52 +0000)]
* eet_node: Make eet_node_dump fully functionnal.

Next step, generate Eet_Node directly inside eet_data_decode.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44748 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Update ChangeLog :-)
cedric [Mon, 21 Dec 2009 17:25:12 +0000 (17:25 +0000)]
* eet: Update ChangeLog :-)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44636 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet_node: Progressively move all dump code in eet_node.
cedric [Mon, 21 Dec 2009 15:46:56 +0000 (15:46 +0000)]
* eet_node: Progressively move all dump code in eet_node.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44628 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Correctly detect GNUTLS hability.
cedric [Fri, 18 Dec 2009 17:41:43 +0000 (17:41 +0000)]
* eet: Correctly detect GNUTLS hability.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44548 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoset the size of the test images explicitely
caro [Fri, 18 Dec 2009 09:32:51 +0000 (09:32 +0000)]
set the size of the test images explicitely

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44536 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet_data: Make eet_data_descriptor_free safe on NULL pointer.
cedric [Fri, 11 Dec 2009 12:53:08 +0000 (12:53 +0000)]
* eet_data: Make eet_data_descriptor_free safe on NULL pointer.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44368 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agodon't use UNICODE
caro [Tue, 8 Dec 2009 05:55:55 +0000 (05:55 +0000)]
don't use UNICODE

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44275 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago* Include winsock2.h in eet_image.c for htonl definition on Windows.
caro [Mon, 7 Dec 2009 17:13:37 +0000 (17:13 +0000)]
* Include winsock2.h in eet_image.c for htonl definition on Windows.
* Fix Visual Studio project files

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44249 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Reduce convertion to FP, float and double with a little overhead.
cedric [Mon, 7 Dec 2009 12:53:29 +0000 (12:53 +0000)]
* eet: Reduce convertion to FP, float and double with a little overhead.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44243 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Fix convertion from any float type to any other float type.
cedric [Mon, 7 Dec 2009 09:33:20 +0000 (09:33 +0000)]
* eet: Fix convertion from any float type to any other float type.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44239 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix order
caro [Fri, 4 Dec 2009 06:44:40 +0000 (06:44 +0000)]
fix order

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44180 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agodeadlock fuckers! fix! :)
raster [Fri, 4 Dec 2009 01:15:19 +0000 (01:15 +0000)]
deadlock fuckers! fix! :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44179 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: All this header are not needed in this case.
cedric [Thu, 3 Dec 2009 15:47:15 +0000 (15:47 +0000)]
* eet: All this header are not needed in this case.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44175 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Fix order.
cedric [Thu, 3 Dec 2009 15:41:56 +0000 (15:41 +0000)]
* eet: Fix order.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44174 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Update ChangeLog.
cedric [Thu, 3 Dec 2009 15:38:26 +0000 (15:38 +0000)]
* eet: Update ChangeLog.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44173 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: All operation on Eet_File should be thread safe. This should
cedric [Thu, 3 Dec 2009 15:35:04 +0000 (15:35 +0000)]
* eet: All operation on Eet_File should be thread safe. This should
make use of all eet primitive thread safe now.

Please any bug or lock that you find.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44172 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoasparagus - finally
raster [Wed, 2 Dec 2009 07:22:35 +0000 (07:22 +0000)]
asparagus - finally

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44113 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoAdd check on libgcrypt library in configure. Needed when GNUtls
caro [Wed, 11 Nov 2009 20:05:47 +0000 (20:05 +0000)]
Add check on libgcrypt library in configure. Needed when GNUtls
support is enabled.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@43622 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix the dist/distcheck rule
caro [Fri, 6 Nov 2009 00:38:07 +0000 (00:38 +0000)]
fix the dist/distcheck rule

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@43473 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agotypos in the removal of the header files
caro [Mon, 2 Nov 2009 08:53:17 +0000 (08:53 +0000)]
typos in the removal of the header files

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@43413 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoupdate ChangeLog file
caro [Mon, 2 Nov 2009 08:44:31 +0000 (08:44 +0000)]
update ChangeLog file

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@43410 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * add amalgamation option to eet (disabled by default,
caro [Mon, 2 Nov 2009 08:41:43 +0000 (08:41 +0000)]
 * add amalgamation option to eet (disabled by default,
   as no real gain is seen (compilation time, size))
 * add namespace for words_bigendian, to make amalagamation happy
 * don't redefine macros, for the same purpose

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@43409 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoformatting
caro [Mon, 2 Nov 2009 08:18:33 +0000 (08:18 +0000)]
formatting

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@43408 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoopenssl/err.h included twice
caro [Mon, 2 Nov 2009 07:46:48 +0000 (07:46 +0000)]
openssl/err.h included twice

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@43407 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoeet doc looks better now
caro [Wed, 14 Oct 2009 19:41:54 +0000 (19:41 +0000)]
eet doc looks better now

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@43084 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoformatting
caro [Fri, 9 Oct 2009 05:38:52 +0000 (05:38 +0000)]
formatting

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42979 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoinitialize eina first in eet_init().
caro [Fri, 9 Oct 2009 05:07:26 +0000 (05:07 +0000)]
initialize eina first in eet_init().

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42977 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix eet_init() when called several times but is failing
caro [Thu, 8 Oct 2009 21:16:26 +0000 (21:16 +0000)]
fix eet_init() when called several times but is failing

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42971 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agosimplify eet_init() and eet_shutdown() a bit
caro [Thu, 8 Oct 2009 06:04:03 +0000 (06:04 +0000)]
simplify eet_init() and eet_shutdown() a bit

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42954 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * more quoting
caro [Tue, 6 Oct 2009 16:54:26 +0000 (16:54 +0000)]
 * more quoting
 * add silent rules (shave feature)
   see the description of AM_SILENT_RULES in:
   http://www.gnu.org/software/automake/manual/automake.html#Public-Macros

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42906 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Revert back some INF macro to fprintf as this is not for logging purpose.
cedric [Tue, 6 Oct 2009 12:07:29 +0000 (12:07 +0000)]
 * eet: Revert back some INF macro to fprintf as this is not for logging purpose.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42901 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * Check the returned value of eet_init() in the binary.
caro [Fri, 2 Oct 2009 04:06:58 +0000 (04:06 +0000)]
 * Check the returned value of eet_init() in the binary.
 * Use binary mode of fopen() in eet_main() for Windows compatibility

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42851 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoremove useless Eina_Log macros. Patch by Mathieu Taillefumier.
caro [Fri, 2 Oct 2009 03:59:17 +0000 (03:59 +0000)]
remove useless Eina_Log macros. Patch by Mathieu Taillefumier.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42850 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Fix some llvm report.
cedric [Wed, 30 Sep 2009 10:05:15 +0000 (10:05 +0000)]
* eet: Fix some llvm report.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42816 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Add support for fixed point in Eet.
cedric [Tue, 29 Sep 2009 13:24:45 +0000 (13:24 +0000)]
* eet: Add support for fixed point in Eet.

Note: They are saved as EET_T_DOUBLE, and you can request fixed point value
where you stored EET_T_FLOAT or EET_T_DOUBLE. In fact now any floating point
or fixed point value can be retrieved as any real number type you need. Eet
is taking care of the convertion for you.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42800 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoadd VS8 project for eet binary. Not tested, though
caro [Fri, 18 Sep 2009 08:09:00 +0000 (08:09 +0000)]
add VS8 project for eet binary. Not tested, though

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42556 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * fix copy/paste typo in start.bat
caro [Fri, 18 Sep 2009 07:41:05 +0000 (07:41 +0000)]
 * fix copy/paste typo in start.bat
 * add VS project for the eet binary
 * make eet_main.c compile with vc++

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42555 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoimprove logging messages introduced by Mathieu Taillefumier.
barbieri [Thu, 17 Sep 2009 14:33:06 +0000 (14:33 +0000)]
improve logging messages introduced by Mathieu Taillefumier.

move some to error/critical, remove trailing \n.

NOT doing ChangeLog entry on purpose, it's useless as it's an
intra-release change (changes the previous unlreleased change)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42547 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoadd new line
caro [Wed, 16 Sep 2009 20:35:35 +0000 (20:35 +0000)]
add new line

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42528 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoupdate README.txt and MANIFEST.txt files
caro [Wed, 16 Sep 2009 20:24:23 +0000 (20:24 +0000)]
update README.txt and MANIFEST.txt files

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42527 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * Add Visual Studio 2008 solution and project file
caro [Wed, 16 Sep 2009 20:10:27 +0000 (20:10 +0000)]
 * Add Visual Studio 2008 solution and project file
 * make start.bat generic

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42524 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix VS8 project file
caro [Wed, 16 Sep 2009 17:55:18 +0000 (17:55 +0000)]
fix VS8 project file

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42520 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agomove EINA_DEPRECATED at the beginning of the declaration
caro [Wed, 16 Sep 2009 17:45:04 +0000 (17:45 +0000)]
move EINA_DEPRECATED at the beginning of the declaration

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42519 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Update ChangeLog
cedric [Tue, 15 Sep 2009 15:06:03 +0000 (15:06 +0000)]
* eet: Update ChangeLog

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42496 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet_data: Remove unused freeleak.
cedric [Tue, 15 Sep 2009 14:48:42 +0000 (14:48 +0000)]
* eet_data: Remove unused freeleak.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42495 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Update AUTHORS and ChangeLog accordingly.
cedric [Tue, 15 Sep 2009 11:23:28 +0000 (11:23 +0000)]
* eet: Update AUTHORS and ChangeLog accordingly.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42493 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Use eina_log.
cedric [Tue, 15 Sep 2009 11:22:11 +0000 (11:22 +0000)]
* eet: Use eina_log.

Patch from Mathieu Taillefumier <mathieu.taillefumier@free.fr>.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42492 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * use Requires.private field in eet.pc if pkg-config 0.22 is installed.
caro [Wed, 9 Sep 2009 15:50:52 +0000 (15:50 +0000)]
 * use Requires.private field in eet.pc if pkg-config 0.22 is installed.
   We list in it the required packages needed to compile eet.
 * remove uneeded flags that are in Libs.private (those from the packages
   that are listed in Requires.private)

Patch by dottedmag, modified a bit.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42367 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoet_init should fail if eina_init fails
caro [Fri, 4 Sep 2009 05:03:47 +0000 (05:03 +0000)]
et_init should fail if eina_init fails

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42237 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoupdate Visual Studio project
caro [Fri, 28 Aug 2009 06:32:45 +0000 (06:32 +0000)]
update Visual Studio project

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@42060 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * remove the inclusion of config.h in Eet_private.h (not needed)
caro [Sun, 23 Aug 2009 09:36:43 +0000 (09:36 +0000)]
 * remove the inclusion of config.h in Eet_private.h (not needed)
 * add config.h in all source file to be consistent, even if it
   is not necessary
 * formatting

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41941 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoupdate changelog
caro [Wed, 19 Aug 2009 12:18:08 +0000 (12:18 +0000)]
update changelog

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41877 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoadd alloca() declaration
caro [Wed, 19 Aug 2009 10:58:38 +0000 (10:58 +0000)]
add alloca() declaration

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41874 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix eet docs.
raster [Mon, 17 Aug 2009 01:51:56 +0000 (01:51 +0000)]
fix eet docs.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41826 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoFrom: Mikhail Gusarov <dottedmag@dottedmag.net>
raster [Mon, 17 Aug 2009 01:31:38 +0000 (01:31 +0000)]
From: Mikhail Gusarov <dottedmag@dottedmag.net>

Those symbols appeared earlier than in 1.2.2, but debian/libeet1.symbols
was not updated, so there is no point to look at the actual minimal
versions of symbols.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41824 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agolog.
raster [Sun, 16 Aug 2009 09:44:21 +0000 (09:44 +0000)]
log.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41814 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix - write empty chunks. need them for corner case. see comments.
raster [Sun, 16 Aug 2009 07:06:22 +0000 (07:06 +0000)]
fix - write empty chunks. need them for corner case. see comments.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41810 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agohave his full name, as he likes it =)
barbieri [Sun, 16 Aug 2009 00:37:38 +0000 (00:37 +0000)]
have his full name, as he likes it =)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41798 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Make macro EET_EINA_*_DATA_DESCRIPTOR_CLASS_SET usable in if
cedric [Fri, 14 Aug 2009 14:30:56 +0000 (14:30 +0000)]
    * eet: Make macro EET_EINA_*_DATA_DESCRIPTOR_CLASS_SET usable in if
        statement.

        Patch from Raphael Kubo.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41763 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agobeware "class"! those c++ compiler can compile c... but they like to think
raster [Thu, 13 Aug 2009 14:47:10 +0000 (14:47 +0000)]
beware "class"! those c++ compiler can compile c... but they like to think
class is special... ESPECIALLY IN HEADERS used by c++ apps.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41738 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Oops. Fix init order.
cedric [Thu, 13 Aug 2009 13:57:22 +0000 (13:57 +0000)]
* eet: Oops. Fix init order.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41736 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Fix prefix.
cedric [Thu, 13 Aug 2009 13:26:43 +0000 (13:26 +0000)]
* eet: Fix prefix.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41735 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Cleanup Eet_Data_Descriptor API.
cedric [Thu, 13 Aug 2009 12:52:41 +0000 (12:52 +0000)]
* eet: Cleanup Eet_Data_Descriptor API.

- Provide two functions with a better name (Still need more doc).
- Deprecating old eet_data_descriptor*_new.
- Provide helper function for eet when using eina data type.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41732 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoRELEASE: eet 1.2.2
raster [Wed, 29 Jul 2009 07:54:14 +0000 (07:54 +0000)]
RELEASE: eet 1.2.2

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41531 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago Oops, forgot changelog.
cedric [Thu, 23 Jul 2009 12:33:02 +0000 (12:33 +0000)]
Oops, forgot changelog.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41483 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Fix initialization for system that don't support SECMEN.
cedric [Thu, 23 Jul 2009 09:53:44 +0000 (09:53 +0000)]
* eet: Fix initialization for system that don't support SECMEN.
Note that I don't like this solution, but I didn't see any better one.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41481 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoImprove docs in Eet.h
barbieri [Sat, 11 Jul 2009 14:34:54 +0000 (14:34 +0000)]
Improve docs in Eet.h

By: Hanspeter Portner

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41307 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Update ChangeLog.
cedric [Wed, 8 Jul 2009 15:13:03 +0000 (15:13 +0000)]
* eet: Update ChangeLog.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41280 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Reorder gcry init so that it's correctly taken into account by gcry.
cedric [Wed, 8 Jul 2009 14:43:20 +0000 (14:43 +0000)]
* eet: Reorder gcry init so that it's correctly taken into account by gcry.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41279 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Fix compilation when disabling signature, with gnutls enabled.
cedric [Mon, 6 Jul 2009 13:25:29 +0000 (13:25 +0000)]
* eet: Fix compilation when disabling signature, with gnutls enabled.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41256 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoupdate m4 macros (mainly formatting)
caro [Sat, 27 Jun 2009 06:42:14 +0000 (06:42 +0000)]
update m4 macros (mainly formatting)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41212 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: SUN compiler don't like ; at the end of this macro.
cedric [Wed, 24 Jun 2009 12:56:16 +0000 (12:56 +0000)]
* eet: SUN compiler don't like ; at the end of this macro.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41184 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * Eet: Add a clean way to create struct child.
cedric [Mon, 15 Jun 2009 16:48:31 +0000 (16:48 +0000)]
* Eet: Add a clean way to create struct child.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41053 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoand eet snap
raster [Mon, 15 Jun 2009 05:38:48 +0000 (05:38 +0000)]
and eet snap

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@41040 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet_node: Fix eet_data_undump segv when Eet_Node == NULL.
cedric [Thu, 4 Jun 2009 09:29:56 +0000 (09:29 +0000)]
* eet_node: Fix eet_data_undump segv when Eet_Node == NULL.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@40894 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet: Update ChangeLog.
cedric [Tue, 2 Jun 2009 17:08:30 +0000 (17:08 +0000)]
* eet: Update ChangeLog.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@40874 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eet_node: Fix API.
cedric [Tue, 2 Jun 2009 16:24:28 +0000 (16:24 +0000)]
* eet_node: Fix API.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@40873 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix debian rules files.
barbieri [Tue, 26 May 2009 17:34:53 +0000 (17:34 +0000)]
fix debian rules files.

 * fix the way AC_INIT macros are parsed to consider [] as well.
 * set both LDFLAGS and CFLAGS on the libs I use and I know support -fvisibility=hidden.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@40838 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * eet_data: Remove some warning.
cedric [Mon, 18 May 2009 14:46:32 +0000 (14:46 +0000)]
* eet_data: Remove some warning.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@40725 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agounderquoted parameters of AC_INIT
caro [Fri, 15 May 2009 08:15:29 +0000 (08:15 +0000)]
underquoted parameters of AC_INIT

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@40653 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoupdate efl_doxygen.m4
caro [Fri, 15 May 2009 08:14:58 +0000 (08:14 +0000)]
update efl_doxygen.m4

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@40652 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * Eet: Cleanup eet_data dump code.
cedric [Thu, 14 May 2009 15:58:10 +0000 (15:58 +0000)]
* Eet: Cleanup eet_data dump code.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@40643 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33