framework/uifw/eet.git
11 years agoPackage Upload 2.0alpha master 2.0_alpha submit/master/20120920.151122
Jaehwan Kim [Mon, 20 Aug 2012 10:15:46 +0000 (19:15 +0900)]
Package Upload

11 years agoEFL core migration @74530
Jaehwan Kim [Wed, 1 Aug 2012 02:57:04 +0000 (11:57 +0900)]
EFL core migration @74530
Merge remote-tracking branch 'origin/upstream' into intefl/svn_merge

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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@73095 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoupstream merge
Jiyoun Park [Fri, 29 Jun 2012 05:25:16 +0000 (14:25 +0900)]
upstream merge

Change-Id: Ie7b71b872e01e60a6b998db8e681bb9051c3707b

11 years agoMerge remote-tracking branch 'remotes/origin/upstream'
Jiyoun Park [Thu, 28 Jun 2012 11:04:26 +0000 (20:04 +0900)]
Merge remote-tracking branch 'remotes/origin/upstream'

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@72906 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoUpstream merge
Jiyoun Park [Wed, 20 Jun 2012 08:07:32 +0000 (17:07 +0900)]
Upstream merge

Change-Id: Ieabd70d151ebf1d480b5cfeb17900c7fb5f50e30

11 years agoMerge remote-tracking branch 'remotes/origin/upstream'
Jiyoun Park [Mon, 18 Jun 2012 09:43:03 +0000 (18:43 +0900)]
Merge remote-tracking branch 'remotes/origin/upstream'

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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@72253 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoFix spec file
Tae-Hwan Kim [Thu, 14 Jun 2012 10:08:58 +0000 (19:08 +0900)]
Fix spec file

Change-Id: Ie28116470150f5831600c0f72dfc78c7ad947742

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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@71477 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

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

11 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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@71111 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

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

11 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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@71097 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@71094 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@70928 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
raster [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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@70489 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoPackage upload
Myungjae Lee [Wed, 25 Apr 2012 08:28:05 +0000 (17:28 +0900)]
Package upload

Change-Id: I856dfae555d7ebe0398b539cf222d568c183991c

12 years agoMerge "Eet migration revision 70375 Merge remote-tracking branch 'remotes/origin...
Myungjae Lee [Wed, 25 Apr 2012 06:27:09 +0000 (15:27 +0900)]
Merge "Eet migration revision 70375 Merge remote-tracking branch 'remotes/origin/upstream'"

12 years agoPackage upload
Myungjae Lee [Wed, 25 Apr 2012 06:12:40 +0000 (15:12 +0900)]
Package upload

Change-Id: Ieafcb690d051c85d86803bcba61e422fbd7c84ae

12 years agoEet migration revision 70375
Myungjae Lee [Wed, 25 Apr 2012 04:17:16 +0000 (13:17 +0900)]
Eet migration revision 70375
Merge remote-tracking branch 'remotes/origin/upstream'

12 years agoPackage upload
Jaehwan Kim [Mon, 23 Apr 2012 06:28:19 +0000 (15:28 +0900)]
Package upload

Change-Id: I80a419262962bf4925262a029f70e31f90c7bf33

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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@70375 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEFL core migration revision 70308
Jaehwan Kim [Fri, 20 Apr 2012 01:14:09 +0000 (10:14 +0900)]
EFL core migration revision 70308
Merge remote-tracking branch 'origin/upstream'

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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@70304 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoPackage upload
Jiyoun Park [Fri, 13 Apr 2012 09:31:30 +0000 (18:31 +0900)]
Package upload

Change-Id: I10978811a2c95082c98a6791a0f432165f86b11f

12 years agoMerge remote branch 'remotes/origin/upstream'
Jiyoun Park [Fri, 13 Apr 2012 08:35:49 +0000 (17:35 +0900)]
Merge remote branch 'remotes/origin/upstream'

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

git-svn-id: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@70118 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoPackage Upload
Jeonghyun Yun [Fri, 6 Apr 2012 09:12:30 +0000 (18:12 +0900)]
Package Upload

12 years agoEFL core migration revision 69899
Jeonghyun Yun [Thu, 5 Apr 2012 03:54:22 +0000 (12:54 +0900)]
EFL core migration revision 69899
Merge remote-tracking branch 'remotes/origin/upstream'

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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@69899 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agospec updated
Jeonghyun Yun [Fri, 30 Mar 2012 06:40:53 +0000 (15:40 +0900)]
spec updated

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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@69751 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
raster [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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@69745 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agospec changed
Jeonghyun Yun [Wed, 28 Mar 2012 05:51:03 +0000 (14:51 +0900)]
spec changed

12 years agoPackage upload
Jeonghyun Yun [Wed, 28 Mar 2012 05:27:56 +0000 (14:27 +0900)]
Package upload

Change-Id: I28e0431cd22c4d92cacbc1fd1f437898a55a1bd2

12 years agoEFL core migration revision 69626
Jeonghyun Yun [Mon, 26 Mar 2012 08:20:46 +0000 (17:20 +0900)]
EFL core migration revision 69626
Merge remote-tracking branch 'remotes/origin/upstream'

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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@69481 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoupdate(add) packaging directory and spec file from OBSTF:Private, OBS
Inkyo Jung [Fri, 16 Mar 2012 15:41:42 +0000 (00:41 +0900)]
update(add) packaging directory and spec file from OBSTF:Private, OBS

12 years agoPackage upload
Jeonghyun Yun [Wed, 7 Mar 2012 07:43:32 +0000 (16:43 +0900)]
Package upload

Change-Id: Id6b8e0218168f9b037c7759725737855196cba86

12 years agoEFL core migration revision 68718
Jeonghyun Yun [Wed, 7 Mar 2012 05:08:25 +0000 (00:08 -0500)]
EFL core migration revision 68718
Merge remote-tracking branch 'remotes/origin/upstream'

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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@68718 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
raster [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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@68656 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoPackage upload
Jeonghyun Yun [Fri, 2 Mar 2012 11:30:44 +0000 (06:30 -0500)]
Package upload

Change-Id: I75d76afd71b915dfba607463e4b93f9b0a01dc56

12 years agoEFL core migration revision 68521
Jeonghyun Yun [Wed, 29 Feb 2012 06:54:02 +0000 (01:54 -0500)]
EFL core migration revision 68521
Merge remote-tracking branch 'origin/upstream'

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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@68090 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoPackage upload
Jaehwan Kim [Wed, 15 Feb 2012 09:59:12 +0000 (18:59 +0900)]
Package upload

Change-Id: I541a336817d1eae4353c2d152ca94be4c895279f

12 years agoEFL migration revision 67705
Jaehwan Kim [Mon, 6 Feb 2012 02:43:59 +0000 (11:43 +0900)]
EFL migration revision 67705
Merge remote branch 'origin/upstream'

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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@67339 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33