caro [Wed, 14 Oct 2009 19:41:54 +0000 (19:41 +0000)]
eet doc looks better now
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@43084
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 9 Oct 2009 05:38:52 +0000 (05:38 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42979
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 9 Oct 2009 05:07:26 +0000 (05:07 +0000)]
initialize eina first in eet_init().
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42977
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@42971
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 8 Oct 2009 06:04:03 +0000 (06:04 +0000)]
simplify eet_init() and eet_shutdown() a bit
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42954
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@42906
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@42901
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@42851
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 2 Oct 2009 03:59:17 +0000 (03:59 +0000)]
remove useless Eina_Log macros. Patch by Mathieu Taillefumier.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42850
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 30 Sep 2009 10:05:15 +0000 (10:05 +0000)]
* eet: Fix some llvm report.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42816
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@42800
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 18 Sep 2009 08:09:00 +0000 (08:09 +0000)]
add VS8 project for eet binary. Not tested, though
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42556
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@42555
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@42547
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 16 Sep 2009 20:35:35 +0000 (20:35 +0000)]
add new line
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42528
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 16 Sep 2009 20:24:23 +0000 (20:24 +0000)]
update README.txt and MANIFEST.txt files
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42527
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@42524
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 16 Sep 2009 17:55:18 +0000 (17:55 +0000)]
fix VS8 project file
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42520
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 16 Sep 2009 17:45:04 +0000 (17:45 +0000)]
move EINA_DEPRECATED at the beginning of the declaration
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42519
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 15 Sep 2009 15:06:03 +0000 (15:06 +0000)]
* eet: Update ChangeLog
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42496
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 15 Sep 2009 14:48:42 +0000 (14:48 +0000)]
* eet_data: Remove unused freeleak.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42495
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 15 Sep 2009 11:23:28 +0000 (11:23 +0000)]
* eet: Update AUTHORS and ChangeLog accordingly.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42493
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@42492
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@42367
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 4 Sep 2009 05:03:47 +0000 (05:03 +0000)]
et_init should fail if eina_init fails
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42237
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 28 Aug 2009 06:32:45 +0000 (06:32 +0000)]
update Visual Studio project
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@42060
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@41941
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 19 Aug 2009 12:18:08 +0000 (12:18 +0000)]
update changelog
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41877
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 19 Aug 2009 10:58:38 +0000 (10:58 +0000)]
add alloca() declaration
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41874
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 17 Aug 2009 01:51:56 +0000 (01:51 +0000)]
fix eet docs.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41826
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Mikhail Gusarov [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: http://svn.enlightenment.org/svn/e/trunk/eet@41824
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 16 Aug 2009 09:44:21 +0000 (09:44 +0000)]
log.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41814
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@41810
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Sun, 16 Aug 2009 00:37:38 +0000 (00:37 +0000)]
have his full name, as he likes it =)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41798
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@41763
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@41738
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 13 Aug 2009 13:57:22 +0000 (13:57 +0000)]
* eet: Oops. Fix init order.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41736
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 13 Aug 2009 13:26:43 +0000 (13:26 +0000)]
* eet: Fix prefix.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41735
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@41732
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 29 Jul 2009 07:54:14 +0000 (07:54 +0000)]
RELEASE: eet 1.2.2
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41531
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 23 Jul 2009 12:33:02 +0000 (12:33 +0000)]
Oops, forgot changelog.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41483
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@41481
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Sat, 11 Jul 2009 14:34:54 +0000 (14:34 +0000)]
Improve docs in Eet.h
By: Hanspeter Portner
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41307
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 8 Jul 2009 15:13:03 +0000 (15:13 +0000)]
* eet: Update ChangeLog.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41280
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@41279
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 6 Jul 2009 13:25:29 +0000 (13:25 +0000)]
* eet: Fix compilation when disabling signature, with gnutls enabled.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41256
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 27 Jun 2009 06:42:14 +0000 (06:42 +0000)]
update m4 macros (mainly formatting)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41212
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@41184
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 15 Jun 2009 16:48:31 +0000 (16:48 +0000)]
* Eet: Add a clean way to create struct child.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41053
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 15 Jun 2009 05:38:48 +0000 (05:38 +0000)]
and eet snap
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41040
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@40894
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 2 Jun 2009 17:08:30 +0000 (17:08 +0000)]
* eet: Update ChangeLog.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40874
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 2 Jun 2009 16:24:28 +0000 (16:24 +0000)]
* eet_node: Fix API.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40873
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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: http://svn.enlightenment.org/svn/e/trunk/eet@40838
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 18 May 2009 14:46:32 +0000 (14:46 +0000)]
* eet_data: Remove some warning.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40725
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 15 May 2009 08:15:29 +0000 (08:15 +0000)]
underquoted parameters of AC_INIT
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40653
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 15 May 2009 08:14:58 +0000 (08:14 +0000)]
update efl_doxygen.m4
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40652
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 14 May 2009 15:58:10 +0000 (15:58 +0000)]
* Eet: Cleanup eet_data dump code.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40643
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Wed, 6 May 2009 21:03:11 +0000 (21:03 +0000)]
doxygen was missing as build dependency.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40530
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Mon, 4 May 2009 17:36:48 +0000 (17:36 +0000)]
Fixed debian stuff everywhere.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40505
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
rbelem [Sun, 3 May 2009 14:32:23 +0000 (14:32 +0000)]
Added libtool as Build-Depends to everything that uses
DEB_CONFIGURE_SCRIPT := ./autogen.sh
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40500
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Tue, 28 Apr 2009 16:38:18 +0000 (16:38 +0000)]
Missing build-deps
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40446
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 23 Apr 2009 00:32:53 +0000 (00:32 +0000)]
move to uses no []'s as it works for me, but for belem... inconsistent []'s
doesnt work.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40300
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Wed, 22 Apr 2009 16:37:17 +0000 (16:37 +0000)]
Updated debian stuff for core EFL. Changed debian stuff of others to work with core EFL updates.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40292
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 22 Apr 2009 14:07:05 +0000 (14:07 +0000)]
snapworth quality - distchecked. sonames bumped. rev's bumped. tarballs
uploaded.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40284
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Tue, 21 Apr 2009 17:39:20 +0000 (17:39 +0000)]
Updated changelogs for packages which will go into repository.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40270
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 21 Apr 2009 14:17:42 +0000 (14:17 +0000)]
1. embryo shoudl have soname
2. yes local.conf slipped in - ignore
3. added soname version release to module arch dirs
4. adapted extra-modules to use the revision in arch
5. made e17 also have a release rev
6. dummy release stuff in eet - wont use it as its already released.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40267
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Mon, 20 Apr 2009 13:38:49 +0000 (13:38 +0000)]
fix distcheck on couple packages, problems with EXTRA_DIST
Do NOT include dirs in EXTRA_DIST (embryo, eet, ecore, evas, edje,
efreet) as it will include .svn directories!
EXTRA_DIST does not take a glob as ETK did, use $(wildcard glob) to
expand it.
And do not forget about adding extra files to EXTRA_DIST (wizard) and
DIST_SUBDIRS (fileman_opinfo).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40247
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Sun, 19 Apr 2009 16:28:48 +0000 (16:28 +0000)]
Updated Standards-Version
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40228
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Sun, 19 Apr 2009 16:22:00 +0000 (16:22 +0000)]
Merged with pkgE
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40226
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Sun, 19 Apr 2009 16:18:41 +0000 (16:18 +0000)]
Prepared for merge with pkgE debian stuff
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40225
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 17 Apr 2009 14:00:31 +0000 (14:00 +0000)]
* eet_cipher: Fix memory leak.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40135
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 16 Apr 2009 15:19:14 +0000 (15:19 +0000)]
* eet_data: Cleanup a little eet_data_descriptor_decode.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40109
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 16 Apr 2009 12:43:34 +0000 (12:43 +0000)]
* eet: Add API to directly store Eet_Node inside and Eet_File.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40107
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 16 Apr 2009 12:42:03 +0000 (12:42 +0000)]
* eet_node.c: Oops, add file to svn.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40106
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 16 Apr 2009 12:18:18 +0000 (12:18 +0000)]
* eet: Expose Eet_Node so we can now write external parser for eet_data. Still need
a way to retrieve an Eet_Node from an eet_data, perhaps some documentation and tests also.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40105
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 16 Apr 2009 12:15:56 +0000 (12:15 +0000)]
* eet: Add a faster way to compute signature. But currently need my pending patch to GnuTLS
(I need to sign and send this assigment paper) to be usefull.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40104
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Tue, 14 Apr 2009 17:21:19 +0000 (17:21 +0000)]
Updated debian stuff(grew Standards-Version, updated python-ecore rules file)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40043
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 14 Apr 2009 09:26:15 +0000 (09:26 +0000)]
* eet: Fix tests suite.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40036
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 14 Apr 2009 09:18:58 +0000 (09:18 +0000)]
* eet_data: Remove not used pointer.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40035
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 26 Mar 2009 15:25:15 +0000 (15:25 +0000)]
* eet: Don't build OpenSSL support when we already build GnuTLS support.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39728
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 25 Mar 2009 17:12:25 +0000 (17:12 +0000)]
* eet: Update ChangeLog.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39720
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 25 Mar 2009 16:27:22 +0000 (16:27 +0000)]
* eet.pc.in: Fix private dependencies.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39717
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 25 Mar 2009 16:26:46 +0000 (16:26 +0000)]
* eet_lib: Prevent double init of gcry.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39716
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Tue, 24 Mar 2009 19:56:43 +0000 (19:56 +0000)]
i found it is useless and cdbs is setting up prefix automatically.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39695
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Tue, 24 Mar 2009 19:51:00 +0000 (19:51 +0000)]
forgot to add --prefix=/usr
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39694
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Tue, 24 Mar 2009 19:44:57 +0000 (19:44 +0000)]
Updated debian stuff everywhere.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39693
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 22 Mar 2009 13:37:17 +0000 (13:37 +0000)]
Fix compilation on OpenBSD (bug #251). Patch by eumel.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39626
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 19 Mar 2009 19:14:38 +0000 (19:14 +0000)]
* Eet: Update ChangeLog according to last modification.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39592
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 19 Mar 2009 19:00:46 +0000 (19:00 +0000)]
* eet_data: Make it thread safe and fix some memory leak.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39590
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 18 Mar 2009 01:47:33 +0000 (01:47 +0000)]
disable fsync
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39542
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Tue, 17 Mar 2009 22:31:35 +0000 (22:31 +0000)]
update changelog.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39539
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Tue, 17 Mar 2009 20:49:36 +0000 (20:49 +0000)]
make sure data is on disk, don't get empty files on ext4/ext3=writeback.
Ok, raster said it would not happen but just crashed my machine and
e.cfg was lost due ext4 being in writeback by default. Accordingly to
Theodore Ts'o
(http://thunk.org/tytso/blog/2009/03/15/dont-fear-the-fsync/) we
should fsync even on open-write-close+rename case.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39536
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Tue, 17 Mar 2009 18:20:57 +0000 (18:20 +0000)]
ignore
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39531
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 13 Mar 2009 16:12:24 +0000 (16:12 +0000)]
llvm complaint fix from Tiago Falcão
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39469
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 9 Mar 2009 17:56:42 +0000 (17:56 +0000)]
* eet/AUTHORS,
* eet/ChangeLog: Actually update ChangeLog and AUTHORS according to last work.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39425
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 9 Mar 2009 15:52:14 +0000 (15:52 +0000)]
* eet/src/lib/eet_cipher.c: Report size as expected by API.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39424
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 2 Mar 2009 15:39:10 +0000 (15:39 +0000)]
eet: Including two times the same header is useless in the best case.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39334
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 2 Mar 2009 14:43:57 +0000 (14:43 +0000)]
eet: Fix memleak during cipher.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39331
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Thu, 26 Feb 2009 22:14:14 +0000 (22:14 +0000)]
Fix problem reported by clang.
TODO: we should review sign of length attributes and make them
consistent whenever possible.
By: Luis Felipe Strano Moraes
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39258
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33