Cedric BAIL
002f0f2a6c
Strangely, Eet documentation was referencing Evas list, so switch
...
this to Eina list.
SVN revision: 36959
15 years ago
kaethorn
2d8bb130ee
Add eina to dependencies.
...
SVN revision: 36934
15 years ago
kaethorn
26294aae7c
Update Debian files.
...
SVN revision: 36929
15 years ago
Vincent Torri
7ca391ace4
* exit when fnmatch is not found
...
* formatting
SVN revision: 36908
15 years ago
Cedric BAIL
4391aa6f08
Remove eet data type from the test suite.
...
SVN revision: 36861
15 years ago
Cedric BAIL
1e13a4aec2
Use eina conversion functions (Remove code from eet).
...
SVN revision: 36844
15 years ago
Cedric BAIL
f08f865b75
Make eet depends on eina.
...
SVN revision: 36842
15 years ago
Kim Woelders
dcb2e6ea27
Fix distcheck.
...
SVN revision: 36794
15 years ago
Vincent Torri
3e4465c4fa
* add m4 macro for documentation, unit tests and coverage
...
* put documentation related files in doc, remove gendoc and
add a doc rule to create the documentation and a doc tarball
named eet-doc-$(version).tar.bz2
* minor cleanup in the autotools
SVN revision: 36706
15 years ago
Cedric BAIL
6ee6cdeeb3
Correctly use ferror.
...
SVN revision: 36617
15 years ago
Cedric BAIL
4c0daa8810
Remove some more warning.
...
SVN revision: 36616
15 years ago
Cedric BAIL
2127e5c551
Remove more compiler warning.
...
SVN revision: 36614
15 years ago
Cedric BAIL
9515e85a80
Remove warning.
...
SVN revision: 36562
15 years ago
Peter Wehrfritz
beaa909d45
configure.in -> configure.ac
...
SVN revision: 36364
15 years ago
Vincent Torri
7d07153e8f
add eet_suite.h in tarballs
...
SVN revision: 36275
15 years ago
Sebastian Dransfeld
313771e7ec
Fix typo
...
SVN revision: 36244
15 years ago
Carsten Haitzler
2b9cecee4f
asparagus!
...
SVN revision: 36234
15 years ago
Carsten Haitzler
dc00b38d0d
update changelog for eet since it's 1.0!
...
SVN revision: 36233
15 years ago
Nicholas Hughart
fee9946d79
My bad :)
...
SVN revision: 36139
15 years ago
Nicholas Hughart
7aa75cca57
Doxyfile should reference eet.c.in, not eet.c which doesn't exist.
...
SVN revision: 36138
15 years ago
Cedric BAIL
a3b343baa5
Fix memory leak with a proper shutdown of Openssl, thanks to Massimiliano Calamelli help.
...
SVN revision: 36095
15 years ago
Cedric BAIL
ac440b9533
Fix typo in the typo.
...
SVN revision: 35957
15 years ago
Cedric BAIL
be3676ef9a
Fix typo.
...
SVN revision: 35951
15 years ago
Cedric BAIL
1ab78edd6f
Instruct the compiler to inline the most used function. This really impact speed
...
with big edje file.
SVN revision: 35948
15 years ago
Cedric BAIL
1e0d00d4bd
Use the right function here.
...
SVN revision: 35947
15 years ago
Cedric BAIL
4762661711
Use bit manipulation instead of memory access, improve eet speed with big edje file.
...
SVN revision: 35946
15 years ago
Cedric BAIL
facaddde1f
Ok, the patch didn't apply cleanly and some missed. Last lost change.
...
SVN revision: 35887
15 years ago
Cedric BAIL
1b45015b3d
Another typo.
...
SVN revision: 35886
15 years ago
Cedric BAIL
3b7f1579f9
Patch, typo.
...
SVN revision: 35885
15 years ago
Cedric BAIL
bbc107fc31
Another typo.
...
SVN revision: 35884
15 years ago
Cedric BAIL
114c50a297
Typo.
...
SVN revision: 35883
15 years ago
Cedric BAIL
46b7796946
Add signature support in eet.
...
You can use eet -s to sign a eet file and eet -c to check its signature. The
current code doesn't check any certificate trust path, only if the signature
match the certificate and that the certificate could be loaded. If that's not
the case, eet_open will fail. If the file is not signed, eet_open will just
continue to succeed.
SVN revision: 35882
15 years ago
Cedric BAIL
89be633ae4
Add the prototype for this long pending function in eet.
...
SVN revision: 35811
15 years ago
Cedric BAIL
27042fd8fc
Recommit Joerg Sonnenberger patch with more fix.
...
When writing jpeg scanline, it wouldn't fail with FILE* as an output, but will
with a data buffer. So we need to re run the jpeg routine on this scanline. As I
don't know if the buffer is always preserved during two calls to the jpeg
library, I am copying it again.
SVN revision: 35804
15 years ago
Carsten Haitzler
6ffa97b1f5
roll back eet change (revert patch) as this breaks bsd and seems to cause
...
other issues for other people too (not me though)...
SVN revision: 35797
15 years ago
Cedric BAIL
8c7b666b6e
Little bit modified patch from Joerg Sonnenberger that remove the need for
...
memfile.
It pass all the image test of the test suite with some little modification.
E seems to run fine with it and my apps also. But if you experience error
with eet and compressed picture, please report them to me.
SVN revision: 35795
15 years ago
Cedric BAIL
89911e0559
Fix two source of memory leak.
...
SVN revision: 35616
16 years ago
Cedric BAIL
c61e8a7081
Update ChangeLog.
...
SVN revision: 35607
16 years ago
Cedric BAIL
e3d6b72073
Fix a typo that prevent some valid file to be loaded.
...
SVN revision: 35584
16 years ago
Carsten Haitzler
0e405b7cd3
actually barf help then exit -1
...
SVN revision: 35539
16 years ago
Carsten Haitzler
7aa5c530d4
fail when not passed good args
...
SVN revision: 35538
16 years ago
Carsten Haitzler
0d3a45be0f
ok. i think most binary files are now fixed.
...
SVN revision: 35525
16 years ago
Cedric BAIL
c35c6bafa3
Delay unlink and reopen as long as possible in read/write mode.
...
SVN revision: 35462
16 years ago
Sebastian Dransfeld
dd429f0d8b
formatting
...
SVN revision: 35425
16 years ago
Sebastian Dransfeld
80674bcaf5
formatting
...
SVN revision: 35424
16 years ago
Sebastian Dransfeld
f2b6fd3cd3
ignore
...
SVN revision: 35337
16 years ago
Carsten Haitzler
459569ee08
wrong return error handling. 0 == error, 1 == ok.
...
16 years ago
Cedric BAIL
d59f9b7d6c
Fix a little bug in the test and do a real write test.
...
SVN revision: 35255
16 years ago
Carsten Haitzler
9c712115e4
unsigned long... better
...
16 years ago
doursse
a1046bb11e
Add Visual Studio solution and vc projects to compile Eet with Microsoft tools
...
For those who want to try it, please read README.txt first
Work from Dmitriy Mazovka. Thank you !
SVN revision: 35206
16 years ago