profile/ivi/eet.git
16 years agouse INPUT entry of Doxyfile instead of adding Eet.h at the end of eet.c, update the...
doursse [Sat, 29 Mar 2008 08:39:22 +0000 (08:39 +0000)]
use INPUT entry of Doxyfile instead of adding Eet.h at the end of eet.c, update the date. remove trailing spaces. Maybe we should add Cedric as author

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

16 years agouse correct variables for the name and version of the package
doursse [Sat, 29 Mar 2008 08:27:44 +0000 (08:27 +0000)]
use correct variables for the name and version of the package

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

16 years agodo not overwrite eet.c as it has been modified by configure
doursse [Sat, 29 Mar 2008 08:25:43 +0000 (08:25 +0000)]
do not overwrite eet.c as it has been modified by configure

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

16 years agoremove trailing spaces and factorize Windows detection
doursse [Sat, 29 Mar 2008 07:28:18 +0000 (07:28 +0000)]
remove trailing spaces and factorize Windows detection

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

16 years agoadd string.h
raster [Fri, 28 Mar 2008 17:29:22 +0000 (17:29 +0000)]
add string.h

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

16 years agoreorganise header files so that evil is better included. Please test before the release.
doursse [Fri, 28 Mar 2008 17:17:43 +0000 (17:17 +0000)]
reorganise header files so that evil is better included. Please test before the release.

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

16 years agoup eet to alpha status. see email to e-devel.
raster [Fri, 28 Mar 2008 14:37:29 +0000 (14:37 +0000)]
up eet to alpha status. see email to e-devel.

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

16 years agothe rest of cedrics patchesfor fixing dictionaries and read_write
raster [Sun, 9 Mar 2008 16:16:40 +0000 (16:16 +0000)]
the rest of cedrics patchesfor fixing dictionaries and read_write

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

16 years ago * define EAPI on Windows according to the following scheme:
doursse [Sat, 8 Mar 2008 07:28:12 +0000 (07:28 +0000)]
 * define EAPI on Windows according to the following scheme:
   - if Eet is built:
     . if the shared lib is built, EAPI must be __declspec(dllexport)
     . if the static lib is built, EAPI must be empty
   - otherwise EAPI must be __declspec(dllimport)
 * move config.h from Eet_private.h to source files so that
   EAPI is correctly defined in Eet.h
 * add notes for compilation with cegcc and mingw32ce in INSTALL
 * add support for compilation with cegcc
 * add indentation information for vi
 * remove trailing spaces

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

16 years ago * EAPI_DEF is actually useless. go back to EAPI
doursse [Fri, 7 Mar 2008 09:59:37 +0000 (09:59 +0000)]
 * EAPI_DEF is actually useless. go back to EAPI
   before using the correct way to deal with
   dllimport / dllexport on Windows
 * remove some trailing spaces

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

16 years agoadd cedrics dict check patch
raster [Thu, 6 Mar 2008 17:52:59 +0000 (17:52 +0000)]
add cedrics dict check patch

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

16 years agouse evil on win32:
doursse [Sun, 2 Mar 2008 06:49:48 +0000 (06:49 +0000)]
use evil on win32:

 * remove all the specific win32 code
 * replace EAPI by EAPI_DEF in front of definitions of funtions
 * no need to check windows.h, winsock2.h
 * sys/mmap.h will be detected automatically (thanks to evil on win32)
 * use AC_CHECK_HEADERS instead of AC_CHECK_HEADERS_ONCE as this macro is too recent (from autoconf 2.59c)

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

16 years agofix ref count issues on file modify while in use. lost handles and
raster [Sun, 2 Mar 2008 04:56:57 +0000 (04:56 +0000)]
fix ref count issues on file modify while in use. lost handles and
dictionaries we depend on.

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

16 years agoadd file
raster [Sat, 1 Mar 2008 17:37:39 +0000 (17:37 +0000)]
add file

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

16 years agocedric's eet and edje patches to use eet dictionaries for strings.
raster [Sat, 1 Mar 2008 06:38:09 +0000 (06:38 +0000)]
cedric's eet and edje patches to use eet dictionaries for strings.

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

16 years agolibeet: Build depends on automake and libtool
horms [Mon, 18 Feb 2008 07:03:33 +0000 (07:03 +0000)]
libeet: Build depends on automake and libtool

There seems to be a typo, likely introduced by me,
such that the libtool dependancy was an alternate to automake.

If you don't have automake instlled at configure time, then
the following error pops up on Debian unstable.

configure.in:19: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

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

16 years agoinclude files in the correct order
englebass [Sun, 27 Jan 2008 13:17:22 +0000 (13:17 +0000)]
include files in the correct order

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

16 years agoformatting
englebass [Sun, 27 Jan 2008 13:08:30 +0000 (13:08 +0000)]
formatting

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

16 years agoformatting
englebass [Sun, 27 Jan 2008 12:56:44 +0000 (12:56 +0000)]
formatting

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

16 years agoformatting
englebass [Sun, 27 Jan 2008 12:55:29 +0000 (12:55 +0000)]
formatting

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

16 years ago__USE_GNU is an internal define not meant for people to use
vapier [Sat, 26 Jan 2008 05:52:47 +0000 (05:52 +0000)]
__USE_GNU is an internal define not meant for people to use

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

16 years agoreplace some win32 ifdef hacks with autoconf checks
vapier [Sat, 26 Jan 2008 05:50:09 +0000 (05:50 +0000)]
replace some win32 ifdef hacks with autoconf checks

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

16 years agoset proper ACLOCAL_AMFLAGS
vapier [Fri, 25 Jan 2008 04:40:28 +0000 (04:40 +0000)]
set proper ACLOCAL_AMFLAGS

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

16 years agoasparagus! also pass distcheck and have common autofoo init that is
raster [Fri, 25 Jan 2008 03:35:49 +0000 (03:35 +0000)]
asparagus! also pass distcheck and have common autofoo init that is
consistent for package, version etc.

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

16 years ago[win32] use the correct value for an invalid handle and check results. Remove trailin...
doursse [Thu, 24 Jan 2008 08:41:23 +0000 (08:41 +0000)]
[win32] use the correct value for an invalid handle and check results. Remove trailing spaces

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

16 years agocedric's eet race patch
raster [Mon, 21 Jan 2008 01:09:51 +0000 (01:09 +0000)]
cedric's eet race patch

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

16 years agoconst
englebass [Fri, 18 Jan 2008 18:29:29 +0000 (18:29 +0000)]
const

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

16 years agoenglish
leviathan [Thu, 20 Dec 2007 07:22:52 +0000 (07:22 +0000)]
english

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

16 years agoArghh !! I have lost one night of work for this doxy error. Please, please, please...
davemds [Thu, 20 Dec 2007 00:13:13 +0000 (00:13 +0000)]
Arghh !! I have lost one night of work for this doxy error. Please, please, please update doxy when you make changes.

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

16 years agopatches, caching fixes, zone dynamic creation/deletion handling, stuff.
raster [Fri, 14 Dec 2007 05:57:16 +0000 (05:57 +0000)]
patches, caching fixes, zone dynamic creation/deletion handling, stuff.

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

16 years agoUpdate doxy style
davemds [Thu, 6 Dec 2007 18:38:09 +0000 (18:38 +0000)]
Update doxy style

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

16 years agoOnly enforce file size in read mode, otherwise this breaks parallel builds of
ningerso [Sat, 1 Dec 2007 21:14:25 +0000 (21:14 +0000)]
Only enforce file size in read mode, otherwise this breaks parallel builds of
edje files.

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

16 years agoAdded Ecore_IMF_Evas.
andrunko [Wed, 21 Nov 2007 22:20:16 +0000 (22:20 +0000)]
Added Ecore_IMF_Evas.

Removed Evas dependency from Ecore_IMF, that was requested by Ewl developers
in order to be able to integrate Ecore_IMF on it.

Added Ecore_IMF_Evas, a library with helper functions to use Ecore_IMF together
with Evas.

Now everybody should be happy.

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

16 years agoUse portable awk syntax.
ningerso [Mon, 12 Nov 2007 15:55:04 +0000 (15:55 +0000)]
Use portable awk syntax.

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

16 years agorefuse to handle a 0 sized file without an error
raster [Mon, 12 Nov 2007 06:15:08 +0000 (06:15 +0000)]
refuse to handle a 0 sized file without an error

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

16 years agoAs requested -
raster [Wed, 7 Nov 2007 22:56:05 +0000 (22:56 +0000)]
As requested -

debian--, gendoc++

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

16 years agoTue Nov 6 21:42:00 2007 Michael Jennings (mej)
mej [Wed, 7 Nov 2007 05:42:08 +0000 (05:42 +0000)]
Tue Nov  6 21:42:00 2007                        Michael Jennings (mej)

Spec and build fixes.
----------------------------------------------------------------------

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

16 years agoautostuff improvements:
doursse [Sun, 4 Nov 2007 09:10:50 +0000 (09:10 +0000)]
autostuff improvements:

 * use non deprecated version of AC_INIT and AM_INIT_AUTOMAKE
   and check the required minimal versions.
 * add bzipped distribution archive
 * add AC_LIBTOOL_WIN32_DLL
 * forbid libtool to check fortran and c++ compilers
 * compute libtool versioning from the version of the package
 * pass the directories based on ${prefix} to the preoprocessor
   with the -D option
 * replace INCLUDES, wich is deprecated since 2001 by AM_CPPFLAGS

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

16 years agotypo + removing white spaces
doursse [Wed, 31 Oct 2007 07:13:57 +0000 (07:13 +0000)]
typo + removing white spaces

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

16 years agoSeparate code and provide "double" version.
barbieri [Wed, 3 Oct 2007 14:28:07 +0000 (14:28 +0000)]
Separate code and provide "double" version.

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

16 years agoFloat loading speedup.
barbieri [Wed, 3 Oct 2007 00:08:41 +0000 (00:08 +0000)]
Float loading speedup.

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

16 years agoFixed bug on maemo.
andrunko [Tue, 2 Oct 2007 22:53:00 +0000 (22:53 +0000)]
Fixed bug on maemo.

somehow char is always treated as unsigned char, causing if (sign < 0)
to always return false.

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

16 years agodeclare properly alloca when AC_FUNC_ALLOCA is used (see autoconf doc)
doursse [Sat, 29 Sep 2007 09:21:43 +0000 (09:21 +0000)]
declare properly alloca when AC_FUNC_ALLOCA is used (see autoconf doc)

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

16 years agoremove unused variables
doursse [Sat, 29 Sep 2007 09:13:22 +0000 (09:13 +0000)]
remove unused variables

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

16 years agoabort--
raster [Wed, 26 Sep 2007 00:16:31 +0000 (00:16 +0000)]
abort--

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

16 years agofix conversion to handle -0x0p+0 (negatives) properly - or at least matching
raster [Tue, 25 Sep 2007 23:41:03 +0000 (23:41 +0000)]
fix conversion to handle -0x0p+0 (negatives) properly - or at least matching
the output.

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

16 years ago * Add conversion functions to replace the use of snprintf with %a
doursse [Tue, 25 Sep 2007 18:26:49 +0000 (18:26 +0000)]
 * Add conversion functions to replace the use of snprintf with %a
 * remove useless defines
 * minor cleanups

fixes bugs #181 and #182

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

16 years agoignore
englebass [Sat, 15 Sep 2007 23:52:37 +0000 (23:52 +0000)]
ignore

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

16 years agoFix compiler warnings.
englebass [Fri, 14 Sep 2007 23:38:17 +0000 (23:38 +0000)]
Fix compiler warnings.

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

16 years agoconsistency - use old style datatypes.
raster [Mon, 10 Sep 2007 15:26:42 +0000 (15:26 +0000)]
consistency - use old style datatypes.

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

16 years agothat was a misdirected optimisation. remove.
raster [Sun, 9 Sep 2007 02:00:45 +0000 (02:00 +0000)]
that was a misdirected optimisation. remove.

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

16 years agook- tying to remove redundant nul/0 items seems to have broken something -
raster [Sun, 9 Sep 2007 01:46:47 +0000 (01:46 +0000)]
ok- tying to remove redundant nul/0 items seems to have broken something -
put them back.

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

16 years agofix qout and backslash escaping
raster [Sat, 8 Sep 2007 15:32:33 +0000 (15:32 +0000)]
fix qout and backslash escaping

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

16 years agoand remove an extra l
raster [Sat, 8 Sep 2007 09:38:53 +0000 (09:38 +0000)]
and remove an extra l

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

16 years agoand now we have a small tool that can extract, import, list, decode, encode
raster [Sat, 8 Sep 2007 09:35:41 +0000 (09:35 +0000)]
and now we have a small tool that can extract, import, list, decode, encode
etc. data from eet files. just run eet for usage.

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

16 years agook- all you whiners. eet data encodings are reversable now without edd info.
raster [Sat, 8 Sep 2007 07:44:03 +0000 (07:44 +0000)]
ok- all you whiners. eet data encodings are reversable now without edd info.
there are api calls ot dump any eet encoded data lump into text and re-encode
into binary blob. no tools currently - that can be done later, but all the
api calls in eet that you need are there, as well as data in the blob.

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

16 years agoasparagus!
raster [Sun, 26 Aug 2007 14:33:41 +0000 (14:33 +0000)]
asparagus!

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

17 years ago1. fix a lot of things so they pass make distcheck - so many things have
raster [Tue, 10 Jul 2007 00:13:26 +0000 (00:13 +0000)]
1. fix a lot of things so they pass make distcheck - so many things have
broken. guys - need to be more careful!
2. asparagus
3. some extra docs/comments for evas

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

17 years agosave a few bytes by packing structures better... simple savings :)
raster [Thu, 28 Jun 2007 23:22:20 +0000 (23:22 +0000)]
save a few bytes by packing structures better... simple savings :)

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

17 years agoASPARAGUS!
raster [Sun, 17 Jun 2007 15:25:52 +0000 (15:25 +0000)]
ASPARAGUS!

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

17 years agofix custom file info to be less delicate - not perfectly correct but it wont
raster [Wed, 23 May 2007 12:07:14 +0000 (12:07 +0000)]
fix custom file info to be less delicate - not perfectly correct but it wont
lose all your data if e segv's or is kill -9'd anymore. eet handles multiple
writes to the same key now by overwriting the previous data

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

17 years agoasparagus - pass distcheck.
raster [Sat, 5 May 2007 15:14:17 +0000 (15:14 +0000)]
asparagus - pass distcheck.

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

17 years agousless if's
raster [Wed, 2 May 2007 11:08:41 +0000 (11:08 +0000)]
usless if's

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

17 years agoRemove unused file.
englebass [Sun, 25 Mar 2007 08:46:57 +0000 (08:46 +0000)]
Remove unused file.

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

17 years agoremoved eet-config
tilman [Thu, 22 Mar 2007 17:07:46 +0000 (17:07 +0000)]
removed eet-config

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

17 years agoNo longer needed.
englebass [Thu, 22 Mar 2007 16:01:20 +0000 (16:01 +0000)]
No longer needed.

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

17 years agomoved -lz and -ljpeg to Libs.private because eet doesn't expose them
tilman [Thu, 22 Mar 2007 15:22:32 +0000 (15:22 +0000)]
moved -lz and -ljpeg to Libs.private because eet doesn't expose them

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

17 years agofixed the description field
tilman [Tue, 20 Mar 2007 22:22:47 +0000 (22:22 +0000)]
fixed the description field

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

17 years agomissing ac_subst
doursse [Sat, 20 Jan 2007 16:51:48 +0000 (16:51 +0000)]
missing ac_subst

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

17 years agoand fix the creation of the shared lib with MinGW.
doursse [Sat, 20 Jan 2007 15:36:41 +0000 (15:36 +0000)]
and fix the creation of the shared lib with MinGW.

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

17 years agofix compilation with MinGW
doursse [Sat, 20 Jan 2007 15:20:23 +0000 (15:20 +0000)]
fix compilation with MinGW

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

17 years agoMove hash gen func to own file.
englebass [Thu, 28 Dec 2006 15:23:47 +0000 (15:23 +0000)]
Move hash gen func to own file.

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

17 years agoFix memleak.
englebass [Sun, 17 Dec 2006 11:20:25 +0000 (11:20 +0000)]
Fix memleak.

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

17 years agoFix memleak.
englebass [Sun, 17 Dec 2006 11:07:23 +0000 (11:07 +0000)]
Fix memleak.

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

17 years agoStore hashes. Please review.
englebass [Sun, 17 Dec 2006 11:00:45 +0000 (11:00 +0000)]
Store hashes. Please review.

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

17 years agoWhen put'ing data we should not modify the source, so add const modifier.
englebass [Sun, 17 Dec 2006 10:58:35 +0000 (10:58 +0000)]
When put'ing data we should not modify the source, so add const modifier.
This is a preparation for storing hashes, which uses const on the key.

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

17 years agoMove common error code to the end of the function.
englebass [Sat, 16 Dec 2006 22:27:18 +0000 (22:27 +0000)]
Move common error code to the end of the function.

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

17 years agoFix typo.
englebass [Fri, 15 Dec 2006 20:16:29 +0000 (20:16 +0000)]
Fix typo.

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

17 years agolotys of changes - mayaswell asparagus - and the start of some of my fm
raster [Mon, 4 Dec 2006 12:14:18 +0000 (12:14 +0000)]
lotys of changes - mayaswell asparagus - and the start of some of my fm
properties dialog work... it sucks - i know.

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

17 years ago1. image size bounds checks for eet
raster [Sat, 25 Nov 2006 15:37:45 +0000 (15:37 +0000)]
1. image size bounds checks for eet
2. e17 bug
3. color class add fir ibar state of label
4. epeg scales before getting pixel data.

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

17 years agoAdd const, fix warnings.
kwo [Sun, 5 Nov 2006 12:14:08 +0000 (12:14 +0000)]
Add const, fix warnings.

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

17 years agoasparagus.
raster [Wed, 1 Nov 2006 00:05:06 +0000 (00:05 +0000)]
asparagus.

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

17 years agoclean out -debug package stuff
raster [Sat, 28 Oct 2006 06:35:55 +0000 (06:35 +0000)]
clean out -debug package stuff

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

17 years agoremove eet test progs
raster [Sat, 28 Oct 2006 06:32:53 +0000 (06:32 +0000)]
remove eet test progs

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

17 years agoasparagus - we have fixed a lot of things this week, so before the weekend of
raster [Thu, 19 Oct 2006 23:44:54 +0000 (23:44 +0000)]
asparagus - we have fixed a lot of things this week, so before the weekend of
hacking... aspara

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

17 years agosafe reading of mmap! corupt eet/edje files would segv e!
raster [Mon, 16 Oct 2006 15:02:11 +0000 (15:02 +0000)]
safe reading of mmap! corupt eet/edje files would segv e!

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

17 years agoaspara!
raster [Sun, 15 Oct 2006 15:41:17 +0000 (15:41 +0000)]
aspara!

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

17 years agoasparagus! (finally after all the radical changes of late)
raster [Mon, 9 Oct 2006 15:47:03 +0000 (15:47 +0000)]
asparagus! (finally after all the radical changes of late)

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

17 years agothis example would never compile
pfritz [Sat, 30 Sep 2006 18:42:57 +0000 (18:42 +0000)]
this example would never compile

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

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

17 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

17 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