profile/ivi/eet.git
17 years agoadd eet_bench to debian package.
kaethorn [Wed, 20 Sep 2006 10:51:19 +0000 (10:51 +0000)]
add eet_bench to debian package.

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

18 years agofix mmap bug
raster [Sat, 16 Sep 2006 05:57:36 +0000 (05:57 +0000)]
fix mmap bug

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

18 years agofix segv!
raster [Mon, 28 Aug 2006 13:22:16 +0000 (13:22 +0000)]
fix segv!

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

18 years agoThe comment does say "Allocate struct for eet file and have it zero'd
onefang [Thu, 17 Aug 2006 20:22:23 +0000 (20:22 +0000)]
The comment does say "Allocate struct for eet file and have it zero'd
out" but using calloc is inefficient since most members of the struct
are written to straight away.  Valgrind complains that the data member
can sometimes be used without being initialised.  Seems to happen when
we can't open it and eet_close tests the value of the data member.

Those that know this code better than me should check this. Probably a
good idea to initialise ALL members at this point.

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

18 years agoeet return ferror right
raster [Tue, 15 Aug 2006 06:45:51 +0000 (06:45 +0000)]
eet return ferror right

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

18 years agoNeed sys/types.h before sys/mman.h on OS X, and possibly other BSD based
ningerso [Tue, 25 Jul 2006 09:47:47 +0000 (09:47 +0000)]
Need sys/types.h before sys/mman.h on OS X, and possibly other BSD based
systems.

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

18 years agorelease the asparagus... another snapshot! :)
raster [Sun, 23 Jul 2006 21:40:03 +0000 (21:40 +0000)]
release the asparagus... another snapshot! :)

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

18 years agoaspara!!!
raster [Tue, 18 Jul 2006 04:11:49 +0000 (04:11 +0000)]
aspara!!!

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

18 years agomake other core efl things do the same package thing
raster [Thu, 13 Jul 2006 19:48:09 +0000 (19:48 +0000)]
make other core efl things do the same package thing

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

18 years agoedje prefix fixes - oops - was broken
raster [Tue, 11 Jul 2006 09:43:26 +0000 (09:43 +0000)]
edje prefix fixes - oops - was broken
build fixes for exec prefix settings

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

18 years agoasparagus time!
raster [Sun, 9 Jul 2006 18:35:57 +0000 (18:35 +0000)]
asparagus time!

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

18 years agounaligned int access - fix.
raster [Mon, 3 Jul 2006 20:15:54 +0000 (20:15 +0000)]
unaligned int access - fix.

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

18 years agoasparagus time...
raster [Mon, 3 Jul 2006 04:08:47 +0000 (04:08 +0000)]
asparagus time...

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

18 years agoremove openembedde pkg info - old and dead
raster [Wed, 28 Jun 2006 07:20:18 +0000 (07:20 +0000)]
remove openembedde pkg info - old and dead

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

18 years agoclear cache on shutdown
raster [Thu, 22 Jun 2006 19:22:26 +0000 (19:22 +0000)]
clear cache on shutdown

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

18 years agoactually close files
raster [Thu, 22 Jun 2006 19:21:31 +0000 (19:21 +0000)]
actually close files

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

18 years agoanother good time for good asparagus :) snapshot.
raster [Thu, 22 Jun 2006 09:21:50 +0000 (09:21 +0000)]
another good time for good asparagus :) snapshot.

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

18 years agocedric's mmap patch
raster [Tue, 13 Jun 2006 10:20:22 +0000 (10:20 +0000)]
cedric's mmap patch

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

18 years agofix blah-config includes
raster [Sun, 11 Jun 2006 22:37:25 +0000 (22:37 +0000)]
fix blah-config includes

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

18 years ago1. autofoot patches.
raster [Sun, 11 Jun 2006 10:23:49 +0000 (10:23 +0000)]
1. autofoot patches.
2. fix maximize to work again. :)

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

18 years agoReturn error
sebastid [Wed, 31 May 2006 19:13:51 +0000 (19:13 +0000)]
Return error

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

18 years agoWed May 24 21:58:38 2006 Michael Jennings (mej)
mej [Thu, 25 May 2006 01:57:12 +0000 (01:57 +0000)]
Wed May 24 21:58:38 2006                        Michael Jennings (mej)

Spec file dependency fix:  need libjpeg-devel.
----------------------------------------------------------------------

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

18 years agoreturn write errors on close.
raster [Sat, 20 May 2006 02:44:24 +0000 (02:44 +0000)]
return write errors on close.

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

18 years ago1. fix ecore to build again (xcomp - u need to cvs add and commit your 2 new
raster [Fri, 19 May 2006 09:27:33 +0000 (09:27 +0000)]
1. fix ecore to build again (xcomp - u need to cvs add and commit your 2 new
.c files!) and asparagus!

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

18 years agofix lib version
raster [Mon, 15 May 2006 02:50:18 +0000 (02:50 +0000)]
fix lib version

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

18 years agouse data macro fro release
raster [Wed, 19 Apr 2006 08:09:06 +0000 (08:09 +0000)]
use data macro fro release

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

18 years agofix eet.spec to build packages right. 3 packages. eet, eet-devel and
raster [Wed, 19 Apr 2006 08:01:50 +0000 (08:01 +0000)]
fix eet.spec to build packages right. 3 packages. eet, eet-devel and
eet-debug get built.

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

18 years agofix eet spec.in
raster [Wed, 19 Apr 2006 07:40:42 +0000 (07:40 +0000)]
fix eet spec.in

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

18 years agoThe section of a library's -dev package is generally libdevel
horms [Fri, 14 Apr 2006 00:24:37 +0000 (00:24 +0000)]
The section of a library's -dev package is generally libdevel

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

18 years agoNeed not depend on libc6-dev | libc-dev as it is in build-essential
horms [Fri, 14 Apr 2006 00:17:03 +0000 (00:17 +0000)]
Need not depend on libc6-dev | libc-dev as it is in build-essential

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

18 years agoAdd debian version
horms [Thu, 13 Apr 2006 09:32:46 +0000 (09:32 +0000)]
Add debian version

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

18 years agoVarious debian build cleanups
horms [Wed, 12 Apr 2006 09:22:24 +0000 (09:22 +0000)]
Various debian build cleanups

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

18 years agoeet builds packages
raster [Mon, 3 Apr 2006 09:19:12 +0000 (09:19 +0000)]
eet builds packages

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

18 years agorename to eet0-debug
raster [Mon, 3 Apr 2006 09:13:50 +0000 (09:13 +0000)]
rename to eet0-debug

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

18 years agoeet-debug should contain the eet binary - as its not used anywhere except as
raster [Thu, 30 Mar 2006 00:39:37 +0000 (00:39 +0000)]
eet-debug should contain the eet binary - as its not used anywhere except as
a test/debug tool

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

18 years agocvs is back up.. time for some asparagus!
raster [Wed, 29 Mar 2006 08:00:30 +0000 (08:00 +0000)]
cvs is back up.. time for some asparagus!

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

18 years agoasparagus!!!
raster [Fri, 17 Mar 2006 09:18:15 +0000 (09:18 +0000)]
asparagus!!!

btw - xtasi - i hope u read cvs commits.... when u play with stuff - make
sure the thing passes make dist and make distcheck!!!! i'm having to fix waay
too much of that.

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

18 years agoRecreated debian/, based on cdbs
xstasi [Mon, 13 Mar 2006 18:48:42 +0000 (18:48 +0000)]
Recreated debian/, based on cdbs

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

18 years agoasparagus!
raster [Sun, 12 Mar 2006 10:44:32 +0000 (10:44 +0000)]
asparagus!

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

18 years agopass distcheck...
raster [Sun, 12 Mar 2006 10:40:49 +0000 (10:40 +0000)]
pass distcheck...

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

18 years agoreadded debian/changelog to configure.in
xstasi [Thu, 9 Mar 2006 17:25:25 +0000 (17:25 +0000)]
readded debian/changelog to configure.in

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

18 years agodebian/changelog brought back to old revision
xstasi [Tue, 7 Mar 2006 13:13:39 +0000 (13:13 +0000)]
debian/changelog brought back to old revision

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

18 years agoChanged maintainer to 'E17 Debian Team'
xstasi [Tue, 7 Mar 2006 13:05:18 +0000 (13:05 +0000)]
Changed maintainer to 'E17 Debian Team'

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

18 years agodebian/changelog brought back to old revision
xstasi [Tue, 7 Mar 2006 12:53:37 +0000 (12:53 +0000)]
debian/changelog brought back to old revision

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

18 years agomake dist pkgs build again
quan74 [Tue, 7 Mar 2006 01:07:20 +0000 (01:07 +0000)]
make dist pkgs build again

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

18 years agocreated debian/changelog to allow packages to be built with custom versions (e.g...
xstasi [Sat, 4 Mar 2006 11:18:57 +0000 (11:18 +0000)]
created debian/changelog to allow packages to be built with custom versions (e.g. cvs appends or epochs), and changed maintainer

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

18 years agoMore cleanups:
stffrdhrn [Sat, 4 Mar 2006 02:46:24 +0000 (02:46 +0000)]
More cleanups:
 * fix more requirements for const

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

18 years agoClean ups
stffrdhrn [Sat, 4 Mar 2006 02:11:03 +0000 (02:11 +0000)]
Clean ups
 * char * -> const char * where needed

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

18 years agoremove debian/changelog from configure.in in eet
xstasi [Fri, 3 Mar 2006 12:56:15 +0000 (12:56 +0000)]
remove debian/changelog from configure.in in eet

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

18 years agoadd a check for c99 %a format support - so all those people with mysterious
raster [Sat, 14 Jan 2006 08:59:42 +0000 (08:59 +0000)]
add a check for c99 %a format support - so all those people with mysterious
errors will know why and who to contact for fixes (not us!)

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

18 years agobig fat asparagus!
raster [Thu, 12 Jan 2006 05:43:08 +0000 (05:43 +0000)]
big fat asparagus!

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

18 years agook- visibility disabled for now - works on x86 32bit. amd64 is broken (gcc
raster [Tue, 10 Jan 2006 07:32:56 +0000 (07:32 +0000)]
ok- visibility disabled for now - works on x86 32bit. amd64 is broken (gcc
bug it seems) need to explore this more.

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

18 years agoactually make symbol hiding work!
raster [Tue, 27 Dec 2005 17:17:31 +0000 (17:17 +0000)]
actually make symbol hiding work!

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

18 years agosupport special strign and alloc methods
raster [Wed, 30 Nov 2005 15:36:19 +0000 (15:36 +0000)]
support special strign and alloc methods

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

18 years agomore code cleanup
tsauerbeck [Tue, 29 Nov 2005 18:49:30 +0000 (18:49 +0000)]
more code cleanup

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

18 years agocode cleanup
tsauerbeck [Tue, 29 Nov 2005 11:44:51 +0000 (11:44 +0000)]
code cleanup

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

18 years agowarnings
tsauerbeck [Tue, 29 Nov 2005 11:32:10 +0000 (11:32 +0000)]
warnings

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

18 years agoasparagus. there were issues. thsi syncs versions now too.
raster [Tue, 29 Nov 2005 09:13:26 +0000 (09:13 +0000)]
asparagus. there were issues. thsi syncs versions now too.

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

18 years agoasparagus!
raster [Mon, 28 Nov 2005 06:01:45 +0000 (06:01 +0000)]
asparagus!

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

18 years agoUse a pre-allocated buffer on the stack for storing temporary chunks.
rbdpngn [Sun, 27 Nov 2005 18:54:02 +0000 (18:54 +0000)]
Use a pre-allocated buffer on the stack for storing temporary chunks.

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

18 years agoseriously - no one uses dynamic buffers for setting up an eet descriptor -
raster [Sun, 27 Nov 2005 16:06:55 +0000 (16:06 +0000)]
seriously - no one uses dynamic buffers for setting up an eet descriptor -
theyare fixed strings. so why strdup them? use them direct. they are in the
read-only segment already - keep them there! :)

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

18 years agoless allocs!
raster [Sun, 27 Nov 2005 14:32:44 +0000 (14:32 +0000)]
less allocs!

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

18 years agohandle NULL strings and "" as the same - and only produce null strings to
raster [Wed, 23 Nov 2005 12:55:43 +0000 (12:55 +0000)]
handle NULL strings and "" as the same - and only produce null strings to
avoid tonnes of 1 byte allocs

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

18 years agoasparagus time! :)
raster [Fri, 11 Nov 2005 08:03:49 +0000 (08:03 +0000)]
asparagus time! :)

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

18 years agoLEAK! fix.
raster [Mon, 7 Nov 2005 06:16:26 +0000 (06:16 +0000)]
LEAK! fix.

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

18 years agoavoid fd overflow.
raster [Mon, 7 Nov 2005 03:15:22 +0000 (03:15 +0000)]
avoid fd overflow.

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

18 years agoremove strdup
sebastid [Fri, 4 Nov 2005 18:29:02 +0000 (18:29 +0000)]
remove strdup

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

18 years agoDelay string duplication until necessary.
sebastid [Fri, 4 Nov 2005 17:44:01 +0000 (17:44 +0000)]
Delay string duplication until necessary.
Fix leak.

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

18 years agooops - leak. fixed
raster [Fri, 4 Nov 2005 07:16:50 +0000 (07:16 +0000)]
oops - leak. fixed

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

18 years agoformattting
raster [Fri, 4 Nov 2005 03:24:50 +0000 (03:24 +0000)]
formattting

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

18 years agoreduce some allocs
raster [Fri, 4 Nov 2005 03:22:22 +0000 (03:22 +0000)]
reduce some allocs

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

18 years agocacheburst works again
raster [Thu, 3 Nov 2005 15:05:21 +0000 (15:05 +0000)]
cacheburst works again

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

18 years agoadd a cache burst mode
raster [Thu, 3 Nov 2005 13:05:52 +0000 (13:05 +0000)]
add a cache burst mode

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

18 years agotouchup help output
vapier [Sat, 29 Oct 2005 02:43:40 +0000 (02:43 +0000)]
touchup help output

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

18 years agoProvides libeet
shadoi [Thu, 13 Oct 2005 05:46:17 +0000 (05:46 +0000)]
Provides libeet

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

18 years agoasparagus - again. lots fo leak fixes and other fixes have been happening, so
raster [Sun, 9 Oct 2005 04:22:19 +0000 (04:22 +0000)]
asparagus - again. lots fo leak fixes and other fixes have been happening, so
i think an asparagus is a good idea - sorry package config people. :)

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

18 years agoasparagus. and make distcheck passes again.
raster [Thu, 6 Oct 2005 08:47:12 +0000 (08:47 +0000)]
asparagus. and make distcheck passes again.

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

18 years agoUnused variable
sebastid [Tue, 4 Oct 2005 11:31:44 +0000 (11:31 +0000)]
Unused variable

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

18 years agoafter some quiet on the western front - asparagus.
raster [Mon, 3 Oct 2005 02:29:54 +0000 (02:29 +0000)]
after some quiet on the western front - asparagus.

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

18 years agoPortability good. vapier bad.
mej [Fri, 30 Sep 2005 04:05:43 +0000 (04:05 +0000)]
Portability good.  vapier bad.

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

18 years agoneed -p for mkdir and add back in proper quoting
vapier [Fri, 30 Sep 2005 02:02:03 +0000 (02:02 +0000)]
need -p for mkdir and add back in proper quoting

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

18 years agoleave docs alone. they can sit in cvs until they are generated by devs and
raster [Fri, 30 Sep 2005 01:37:16 +0000 (01:37 +0000)]
leave docs alone. they can sit in cvs until they are generated by devs and
uploaded somewhere.

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

18 years agowork... properly
raster [Thu, 29 Sep 2005 15:03:20 +0000 (15:03 +0000)]
work... properly

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

18 years agotoo many rm
doursse [Thu, 29 Sep 2005 10:20:18 +0000 (10:20 +0000)]
too many rm

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

18 years agoadd clean rules and add files for distribution
doursse [Thu, 29 Sep 2005 10:15:47 +0000 (10:15 +0000)]
add clean rules and add files for distribution

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

18 years agorespect $(DESTDIR) as reported by Mike Russo via e-mail
vapier [Thu, 29 Sep 2005 07:56:42 +0000 (07:56 +0000)]
respect $(DESTDIR) as reported by Mike Russo via e-mail

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

18 years agoSilence
sebastid [Wed, 28 Sep 2005 03:47:00 +0000 (03:47 +0000)]
Silence

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

18 years agoSssh
sebastid [Wed, 28 Sep 2005 03:46:18 +0000 (03:46 +0000)]
Sssh

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

18 years agoinstallation of the doc with the autofoo. gendoc is not used anymore. The documentati...
doursse [Tue, 27 Sep 2005 22:10:09 +0000 (22:10 +0000)]
installation of the doc with the autofoo. gendoc is not used anymore. The documentation is built and installed only if doxygen exists. If it's good, I'll commit the same stuff for the other packages

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

18 years agodoxygen doc fix. Feel free to add more informations in the @file section
doursse [Tue, 27 Sep 2005 15:23:34 +0000 (15:23 +0000)]
doxygen doc fix. Feel free to add more informations in the @file section

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

18 years agoasparagus!
raster [Sun, 25 Sep 2005 05:45:48 +0000 (05:45 +0000)]
asparagus!

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

18 years agoa bit of asparagus action for shits & giggles
raster [Tue, 20 Sep 2005 12:44:36 +0000 (12:44 +0000)]
a bit of asparagus action for shits & giggles

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

19 years agoThu Sep 8 17:12:14 2005 Michael Jennings (mej)
mej [Thu, 8 Sep 2005 21:04:21 +0000 (21:04 +0000)]
Thu Sep  8 17:12:14 2005                        Michael Jennings (mej)

Build fixes.
----------------------------------------------------------------------

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

19 years agoIf the version from config has something after x.y.z, drop it.
sebastid [Sat, 3 Sep 2005 03:55:13 +0000 (03:55 +0000)]
If the version from config has something after x.y.z, drop it.

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

19 years agoSilence
sebastid [Wed, 24 Aug 2005 16:03:20 +0000 (16:03 +0000)]
Silence

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

19 years agosssh
sebastid [Wed, 24 Aug 2005 15:47:36 +0000 (15:47 +0000)]
sssh

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

19 years agoadd error checking to all autogen scripts
vapier [Wed, 3 Aug 2005 01:00:21 +0000 (01:00 +0000)]
add error checking to all autogen scripts

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

19 years agodont double free IF we happen to ref < 0 (not really possible tho)
raster [Mon, 1 Aug 2005 13:53:17 +0000 (13:53 +0000)]
dont double free IF we happen to ref < 0 (not really possible tho)

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

19 years ago2nd asapargus for the weekend :)
raster [Sun, 31 Jul 2005 07:30:06 +0000 (07:30 +0000)]
2nd asapargus for the weekend :)

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

19 years agosolaris breakage - fix.
raster [Sat, 30 Jul 2005 09:09:31 +0000 (09:09 +0000)]
solaris breakage - fix.

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