profile/ivi/eet.git
11 years agoAdd Tizen 2.0 packaging 04/2404/1 submit/2.0alpha-wayland/20121127.222001
Rusty Lynch [Tue, 20 Nov 2012 21:37:32 +0000 (13:37 -0800)]
Add Tizen 2.0 packaging

11 years agoeet: add a more verbose eet -l.
cedric [Wed, 31 Oct 2012 05:55:53 +0000 (05:55 +0000)]
eet: add a more verbose eet -l.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@78689 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoDoxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.
stefan [Wed, 24 Oct 2012 19:50:29 +0000 (19:50 +0000)]
Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.

Doygen tells us:
warning: Tag `SHOW_DIRECTORIES' at line 507 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `HTML_ALIGN_MEMBERS' at line 879 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `USE_INLINE_TREES' at line 1065 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"

So we are nice and remove them. A yay for the day where we have amerged tree and
not two dozens of Doxyfile.in files floating around.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@78409 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoFrom: Zbigniew Kosinski <z.kosinski@samsung.com>
Zbigniew Kosinski [Mon, 15 Oct 2012 06:26:30 +0000 (06:26 +0000)]
From: Zbigniew Kosinski <z.kosinski@samsung.com>
Subject: Re: [E-devel] Add Null checking routine

I prepared patch - check eet file pointer parameter in
eet_identity_signature, eet_identity_x509 and eet_identity_sha1 functions.
Please take a look at attached files.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@77976 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet eet_data.c: Added missing NULL check. Patch by Zbigniew Kosinski <z.kosinski...
seoz [Thu, 4 Oct 2012 23:40:52 +0000 (23:40 +0000)]
eet eet_data.c: Added missing NULL check. Patch by Zbigniew Kosinski <z.kosinski@samsung.com>

On Thu, Oct 4, 2012 at 9:12 PM, Zbigniew Kosinski <z.kosinski@samsung.com> wrote:
> Hello,
>
> Please consider to add another NULL checks in eet lib:
>
> 2.      eet_connection_send and eet_connection_node_send - NULL check  for
> connection parameter.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@77495 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet eet_connection.c: Added missing NULL check. Patch by Zbigniew Kosinski <z.kosinsk...
seoz [Thu, 4 Oct 2012 23:40:13 +0000 (23:40 +0000)]
eet eet_connection.c: Added missing NULL check. Patch by Zbigniew Kosinski <z.kosinski@samsung.com>

On Thu, Oct 4, 2012 at 9:12 PM, Zbigniew Kosinski <z.kosinski@samsung.com> wrote:
> Hello,
>
> Please consider to add another NULL checks in eet lib:
>
> 1.      eet_data_descriptor_element_add - NULL check for data descriptor
> handle parameter.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@77494 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoEet: Update lz4 code to rev. 77. This fix compilation on NetBSD 5.0
caro [Thu, 4 Oct 2012 17:24:22 +0000 (17:24 +0000)]
Eet: Update lz4 code to rev. 77. This fix compilation on NetBSD 5.0

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@77448 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoFrom: Zbigniew Kosinski <z.kosinski@samsung.com>
Zbigniew Kosinski [Thu, 27 Sep 2012 03:56:02 +0000 (03:56 +0000)]
From: Zbigniew Kosinski <z.kosinski@samsung.com>
Subject: [E-devel] [EET] Check data descriptor parameter in eet_data

Right now, functions from eet_data don't check if data descriptor handle
parameter is NULL.

What do You think about adding null checks for that parameter type?

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@77117 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoFrom: Zbigniew Kosinski <z.kosinski@samsung.com>
Zbigniew Kosinski [Thu, 27 Sep 2012 03:48:48 +0000 (03:48 +0000)]
From: Zbigniew Kosinski <z.kosinski@samsung.com>
Subject: [E-devel] [PATCH][EET][DOC] Warning about compilation with
signature support in EET in documentation

Some API from EET require compilation with signature support in EET lib.

In my opinion, it is good idea to add some description in documentation
about that.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@77116 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agofix big endian eet bug.
raster [Fri, 21 Sep 2012 08:41:27 +0000 (08:41 +0000)]
fix big endian eet bug.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@76943 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agosmall autotools fix for the Coyote OS
caro [Mon, 17 Sep 2012 05:52:32 +0000 (05:52 +0000)]
small autotools fix for the Coyote OS

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@76733 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoupdate header #defined versions to 1.8 to make sure new apis are used
raster [Mon, 3 Sep 2012 09:55:34 +0000 (09:55 +0000)]
update header #defined versions to 1.8 to make sure new apis are used
in e17 only with ifdefs.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75994 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoChangeLog: back in time.
cedric [Thu, 30 Aug 2012 11:26:00 +0000 (11:26 +0000)]
ChangeLog: back in time.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75875 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoChangeLog: state we did a release.
cedric [Thu, 30 Aug 2012 10:55:40 +0000 (10:55 +0000)]
ChangeLog: state we did a release.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75873 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoand up ver to 1.7.99 now in svn. nack to svnrev num at end.
raster [Thu, 30 Aug 2012 10:34:01 +0000 (10:34 +0000)]
and up ver to 1.7.99 now in svn. nack to svnrev num at end.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75869 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet ChangeLog, NEWS: Updated ChangeLog and NEWS for r75552.
seoz [Tue, 28 Aug 2012 23:08:11 +0000 (23:08 +0000)]
eet ChangeLog, NEWS: Updated ChangeLog and NEWS for r75552.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75802 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agono this isnt release - this is simply me removing the beta tag so when
raster [Mon, 27 Aug 2012 10:24:41 +0000 (10:24 +0000)]
no this isnt release - this is simply me removing the beta tag so when
we release it's ready.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75740 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet: correctly initialize dictionary.
cedric [Sun, 26 Aug 2012 02:00:48 +0000 (02:00 +0000)]
eet: correctly initialize dictionary.

This should fix windows, we were lucky on Unix where the lock
are expected to be set to zero...

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75703 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet: add eet_connection_empty.
cedric [Fri, 24 Aug 2012 10:30:27 +0000 (10:30 +0000)]
eet: add eet_connection_empty.

This is needed to fix a bug when multiplexing eet_connection with something else.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75651 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet eet_data.c: Fixed memory leak spotted by Igor Murzov (GArik_) <e-mail@date.by>
seoz [Wed, 22 Aug 2012 14:07:04 +0000 (14:07 +0000)]
eet eet_data.c: Fixed memory leak spotted by Igor Murzov (GArik_) <e-mail@date.by>

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75552 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agotag as beta...
raster [Fri, 17 Aug 2012 03:57:49 +0000 (03:57 +0000)]
tag as beta...

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75344 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agowindows warning--
discomfitor [Mon, 13 Aug 2012 07:53:24 +0000 (07:53 +0000)]
windows warning--
this commit brought to you by VRC: Vtorri Remote Commits

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75190 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agofix eina_mempool env var fetch for eet alloc mode.
raster [Fri, 10 Aug 2012 12:42:08 +0000 (12:42 +0000)]
fix eina_mempool env var fetch for eet alloc mode.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75098 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agomore updates for 1.7.0 alpha.
raster [Fri, 10 Aug 2012 10:51:17 +0000 (10:51 +0000)]
more updates for 1.7.0 alpha.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75095 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoalpha release of 1.7 - let's roll. ALPHA!
raster [Fri, 10 Aug 2012 10:37:05 +0000 (10:37 +0000)]
alpha release of 1.7 - let's roll. ALPHA!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75091 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet: don't copy string around.
cedric [Thu, 9 Aug 2012 11:03:22 +0000 (11:03 +0000)]
eet: don't copy string around.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75040 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agocrit msg format warning--
discomfitor [Wed, 8 Aug 2012 07:46:10 +0000 (07:46 +0000)]
crit msg format warning--

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@74996 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agomake note of leak in gnutls.
raster [Sat, 4 Aug 2012 04:23:08 +0000 (04:23 +0000)]
make note of leak in gnutls.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@74869 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet: as pointed by Vincent, remove useless check as we don't use those function any...
cedric [Sat, 28 Jul 2012 14:26:47 +0000 (14:26 +0000)]
eet: as pointed by Vincent, remove useless check as we don't use those function any more.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@74530 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoremove workaround
caro [Sat, 21 Jul 2012 18:33:38 +0000 (18:33 +0000)]
remove workaround

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@74287 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoI like alphabetical order
caro [Fri, 20 Jul 2012 11:01:36 +0000 (11:01 +0000)]
I like alphabetical order

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@74237 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agolibtool authors must be impaled (#2)
caro [Fri, 20 Jul 2012 11:00:49 +0000 (11:00 +0000)]
libtool authors must be impaled (#2)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@74236 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet: don't track coverage files.
cedric [Mon, 16 Jul 2012 11:11:02 +0000 (11:11 +0000)]
eet: don't track coverage files.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@73926 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet: fix possible wrong size decoding for simple type.
cedric [Mon, 16 Jul 2012 10:58:30 +0000 (10:58 +0000)]
eet: fix possible wrong size decoding for simple type.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@73923 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet: detect overrun and underrun before everything goes wrong.
cedric [Mon, 16 Jul 2012 10:38:37 +0000 (10:38 +0000)]
eet: detect overrun and underrun before everything goes wrong.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@73919 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoMake old doxygen versions able to find eet example files.
gastal [Thu, 5 Jul 2012 14:29:46 +0000 (14:29 +0000)]
Make old doxygen versions able to find eet example files.

The only two available versions of doxygen for e2(debian sid), where
online docs are generated, are borked. The newest version(1.8.1.1) is
extremely borked so best to just use the old one(1.7.1.1-2) which
doesn't properly parse EXAMPLE_PATTERNS.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@73356 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoEet: no need for an eina check
caro [Mon, 2 Jul 2012 22:55:32 +0000 (22:55 +0000)]
Eet: no need for an eina check

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@73175 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoUnbreak eet examples(they need Eina).
gastal [Mon, 2 Jul 2012 19:38:54 +0000 (19:38 +0000)]
Unbreak eet examples(they need Eina).

Previous commit caused build(not system) error for examples.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@73169 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoUnbreak examples build system.
gastal [Mon, 2 Jul 2012 14:48:25 +0000 (14:48 +0000)]
Unbreak examples build system.

SPANK SPANK SPANK caro.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@73168 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet: Real fix for the zlib detection on old systems.
stefan [Mon, 2 Jul 2012 09:17:05 +0000 (09:17 +0000)]
eet: Real fix for the zlib detection on old systems.

Reverting my band aid and bring in the real fix provided by Vincent.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@73139 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet: Go back to plain header check for zlib as band-aid
stefan [Mon, 2 Jul 2012 09:07:32 +0000 (09:07 +0000)]
eet: Go back to plain header check for zlib as band-aid

Older version of zlib, used in Fedora 10 and Ubuntu 10.04, does not have a pc file. It would be
better to bring this into m4 macro but I fear touching it. Vincent, it would be great if you could
handle this as well.

Without this you get this error:
configure: error: "Cannot find zlib.PC. Make sure your PKG_CONFIG_PATH
environment variable contains include lines for the location of this
file"

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@73138 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoEet: fix CFLAGS value when --enable-assert is used
caro [Sun, 1 Jul 2012 13:34:52 +0000 (13:34 +0000)]
Eet: fix CFLAGS value when --enable-assert is used

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@73113 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeeek no one ever substs DEBUG_CFLAGS. let's just do it so we compile
raster [Sun, 1 Jul 2012 12:33:45 +0000 (12:33 +0000)]
eeek no one ever substs DEBUG_CFLAGS. let's just do it so we compile
again. bad commit vtorri?

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@73109 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoEet: remove --enable-coverage option.
caro [Sun, 1 Jul 2012 12:01:46 +0000 (12:01 +0000)]
Eet: remove --enable-coverage option.

 Now, coverage is detected with just --enable-tests.

 Buildbot maintainers : please remove --enable-coverage option to
 eet (more EFL will be supported later)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@73108 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoEet: add nice m4 macros to check functions and libraries. Will be usable easily in...
caro [Sun, 1 Jul 2012 09:47:48 +0000 (09:47 +0000)]
Eet: add nice m4 macros to check functions and libraries. Will be usable easily in the merge, per EFL lib

Please, test. config.h is the same (except useless macro HAVE_ICONV_H) and compilation is correct on linux and mingw here

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@73095 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet: fix name.
cedric [Wed, 27 Jun 2012 13:11:58 +0000 (13:11 +0000)]
eet: fix name.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@72944 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet: fix crash when cyphering hyge amount of data.
cedric [Wed, 27 Jun 2012 00:37:05 +0000 (00:37 +0000)]
eet: fix crash when cyphering hyge amount of data.

Patch by Leandro Sansilva.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@72906 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agotone down mempool chunk sizes
raster [Sun, 17 Jun 2012 01:51:45 +0000 (01:51 +0000)]
tone down mempool chunk sizes

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@72253 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agofix @version in each EFL header doxygen
jihoon [Mon, 4 Jun 2012 23:27:02 +0000 (23:27 +0000)]
fix @version in each EFL header doxygen

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@71691 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet,ecore: configure script
ngc891 [Sat, 2 Jun 2012 05:39:51 +0000 (05:39 +0000)]
eet,ecore: configure script

Make the configure output clear about examples installation.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@71639 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoThis is a small change, so I won't changelog it (or backport), but
raster [Wed, 30 May 2012 10:08:41 +0000 (10:08 +0000)]
This is a small change, so I won't changelog it (or backport), but
make _shutdown() funcs across efl complain and be unhappy if you
shutdown to < 0 shutdowns and not pull init count below 0.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@71548 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet: properly check buffer size during decipher.
cedric [Wed, 30 May 2012 02:19:07 +0000 (02:19 +0000)]
eet: properly check buffer size during decipher.

Fix bug #1017.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@71524 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agolet's put a README into the lz4 support in eet.
raster [Tue, 29 May 2012 05:06:21 +0000 (05:06 +0000)]
let's put a README into the lz4 support in eet.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@71489 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeet: don't track build files.
cedric [Tue, 29 May 2012 00:02:33 +0000 (00:02 +0000)]
eet: don't track build files.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@71477 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd @since's
raster [Tue, 15 May 2012 12:31:47 +0000 (12:31 +0000)]
add @since's

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@71113 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd lz4 compression options to eet. remove amalgamated build too.
raster [Tue, 15 May 2012 12:27:56 +0000 (12:27 +0000)]
add lz4 compression options to eet. remove amalgamated build too.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@71111 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: unborking !
cedric [Tue, 15 May 2012 07:51:00 +0000 (07:51 +0000)]
eet: unborking !

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@71100 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix eet_dict locks and formatting.
raster [Tue, 15 May 2012 07:06:12 +0000 (07:06 +0000)]
fix eet_dict locks and formatting.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@71097 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: make eet_dictionary thread safe.
cedric [Tue, 15 May 2012 06:43:07 +0000 (06:43 +0000)]
eet: make eet_dictionary thread safe.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@71094 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: force closing all file on shutdown.
cedric [Fri, 11 May 2012 10:28:02 +0000 (10:28 +0000)]
eet: force closing all file on shutdown.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@70928 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Fri, 27 Apr 2012 10:34:49 +0000 (10:34 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] missing doxygen files in release tarballs

This patch add to EXTRA_DIST essential files for doxygen

small build fix:

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@70514 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoefl: add release point in ChangeLog files.
cedric [Thu, 26 Apr 2012 08:07:22 +0000 (08:07 +0000)]
efl: add release point in ChangeLog files.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@70494 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agorestore .99 micro versions for trunk and add back svnrev vers too.
raster [Thu, 26 Apr 2012 04:51:32 +0000 (04:51 +0000)]
restore .99 micro versions for trunk and add back svnrev vers too.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@70492 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoand removed the -beta tag...
raster [Thu, 26 Apr 2012 04:35:43 +0000 (04:35 +0000)]
and removed the -beta tag...

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@70489 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agotag everything as beta in svn.
raster [Sat, 21 Apr 2012 01:52:12 +0000 (01:52 +0000)]
tag everything as beta in svn.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@70375 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoDocumenting parameters to avoid warnings.
gastal [Wed, 18 Apr 2012 13:36:42 +0000 (13:36 +0000)]
Documenting parameters to avoid warnings.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@70308 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: don't track build files.
cedric [Wed, 18 Apr 2012 10:39:10 +0000 (10:39 +0000)]
eet: don't track build files.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@70304 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agotypofix!
raster [Thu, 12 Apr 2012 12:29:52 +0000 (12:29 +0000)]
typofix!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@70142 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd docs explaining the internal cache on close for onefang.
raster [Thu, 12 Apr 2012 06:28:55 +0000 (06:28 +0000)]
add docs explaining the internal cache on close for onefang.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@70118 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEet.h: fix typos
jihoon [Thu, 5 Apr 2012 04:12:10 +0000 (04:12 +0000)]
Eet.h: fix typos

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@69926 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: fix missing return types in eet doc
jihoon [Thu, 5 Apr 2012 03:58:10 +0000 (03:58 +0000)]
eet: fix missing return types in eet doc

Sign-Off By: Jérôme Pinot

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@69925 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet, eina, eio, embryo, ethumb, evas, expedite: Updated .gitignore
seoz [Tue, 3 Apr 2012 13:43:31 +0000 (13:43 +0000)]
eet, eina, eio, embryo, ethumb, evas, expedite: Updated .gitignore

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@69899 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: always set size.
cedric [Thu, 29 Mar 2012 13:48:53 +0000 (13:48 +0000)]
eet: always set size.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@69753 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: remove shadow warning.
cedric [Thu, 29 Mar 2012 13:48:09 +0000 (13:48 +0000)]
eet: remove shadow warning.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@69752 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoI gote the version wrong, even after asking. lol
onefang [Thu, 29 Mar 2012 13:11:44 +0000 (13:11 +0000)]
I gote the version wrong, even after asking.  lol

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@69751 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Thu, 29 Mar 2012 11:38:01 +0000 (11:38 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] eet doxygen doc

Here is a small fix for eet doxygen doc, escaping a # that shutdown a
build warning.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@69747 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoAdded a new macro for adding variable arrays of basic types.
onefang [Thu, 29 Mar 2012 11:18:52 +0000 (11:18 +0000)]
Added a new macro for adding variable arrays of basic types.
EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@69745 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet changelog/news update/sync
raster [Mon, 26 Mar 2012 04:38:01 +0000 (04:38 +0000)]
eet changelog/news update/sync

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@69626 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoand work more on getting release in shape - version requirements.
raster [Sat, 17 Mar 2012 06:25:41 +0000 (06:25 +0000)]
and work more on getting release in shape - version requirements.

(god this is a pain in the butt)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@69484 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd back in libs.private/requires to pc files with some fixes for
raster [Sat, 17 Mar 2012 05:37:25 +0000 (05:37 +0000)]
add back in libs.private/requires to pc files with some fixes for
missing.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@69482 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agogear up svn for release. one of many steps/things to do.
raster [Sat, 17 Mar 2012 04:17:29 +0000 (04:17 +0000)]
gear up svn for release. one of many steps/things to do.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@69481 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoremoved useless information about libm dependency which is shipped with libc
thanatermesis [Mon, 5 Mar 2012 13:26:41 +0000 (13:26 +0000)]
removed useless information about libm dependency which is shipped with libc

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@68718 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Sun, 4 Mar 2012 11:10:51 +0000 (11:10 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>

minor spelling fix

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@68656 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: Remove man page installing code as well
acidx [Tue, 28 Feb 2012 22:04:48 +0000 (22:04 +0000)]
eet: Remove man page installing code as well

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@68521 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: Disable man-page generation by default.
acidx [Tue, 28 Feb 2012 21:58:35 +0000 (21:58 +0000)]
eet: Disable man-page generation by default.

This is currently a mess -- fixing it is going to take a lot of time. Man
pages being generated include end(3), authors(3), todo(3), Examples(3).
Better not to install these things and rely only on the HTML output.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@68520 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: add Exotic support
cedric [Fri, 24 Feb 2012 11:17:26 +0000 (11:17 +0000)]
eet: add Exotic support

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@68400 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: doc fix.
cedric [Wed, 22 Feb 2012 16:22:42 +0000 (16:22 +0000)]
eet: doc fix.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@68279 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: fix build without latest GNUTLS.
cedric [Tue, 21 Feb 2012 09:24:25 +0000 (09:24 +0000)]
eet: fix build without latest GNUTLS.

Patch by Lionel Orry <lionel.orry@gmail.com>

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@68210 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEet: remove ugly FMT_* compatibility strings as Evil has now POSIX printf family...
caro [Fri, 17 Feb 2012 21:08:15 +0000 (21:08 +0000)]
Eet: remove ugly FMT_* compatibility strings as Evil has now POSIX printf family functions

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@68091 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEet: formatting
caro [Fri, 17 Feb 2012 21:02:31 +0000 (21:02 +0000)]
Eet: formatting

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@68090 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: add support for statistique.
cedric [Fri, 10 Feb 2012 15:30:33 +0000 (15:30 +0000)]
eet: add support for statistique.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@67829 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: add support for GnuTLS 3.x
cedric [Thu, 9 Feb 2012 10:30:04 +0000 (10:30 +0000)]
eet: add support for GnuTLS 3.x

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@67785 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix @dates in each header file
jihoon [Sun, 5 Feb 2012 23:37:45 +0000 (23:37 +0000)]
fix @dates in each header file

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@67705 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoeet: reduce the time taken by eet tests suite and hopefully reduce the risk for failure.
cedric [Mon, 23 Jan 2012 16:53:51 +0000 (16:53 +0000)]
eet: reduce the time taken by eet tests suite and hopefully reduce the risk for failure.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@67480 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix paths to be relative to project build root.
barbieri [Sun, 22 Jan 2012 22:00:07 +0000 (22:00 +0000)]
fix paths to be relative to project build root.

"make doc" was doing "cd doc" and paths were relative to it, misleading.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@67459 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agohelp buildbot and user know where the html files are.
barbieri [Sun, 22 Jan 2012 18:07:04 +0000 (18:07 +0000)]
help buildbot and user know where the html files are.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@67454 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agobuildbot: new attempt at coverage support.
barbieri [Sun, 22 Jan 2012 15:09:51 +0000 (15:09 +0000)]
buildbot: new attempt at coverage support.

I've changed a bit the rules, let's see if it works with buildbot
(out-of-tree builds).

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@67449 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomake eet_data_image_jpeg_alpha_decode() more like eet_data_image_jpeg_rgb_decode().
barbieri [Thu, 19 Jan 2012 14:54:01 +0000 (14:54 +0000)]
make eet_data_image_jpeg_alpha_decode() more like eet_data_image_jpeg_rgb_decode().

eet_data_image_jpeg_rgb_decode() did not had a warning the alpha
version did, as the code is very similar and the return pointer was
not used, make it just like rgb and return an integer.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@67345 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agouse $(MAKE) instead of make, echo the built doc package.
barbieri [Thu, 19 Jan 2012 14:07:35 +0000 (14:07 +0000)]
use $(MAKE) instead of make, echo the built doc package.

This removes the annoying:

   make[2]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.

and with the package name I can upload it easily to somewhere else.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@67343 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agodocs: remove some warnings and make eina/eet doc more uniform.
barbieri [Thu, 19 Jan 2012 13:26:40 +0000 (13:26 +0000)]
docs: remove some warnings and make eina/eet doc more uniform.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@67339 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33