summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ef: 1.7.1 release.v1.7.1Cedric BAIL2012-10-202-1/+4
| | | | SVN revision: 78286
* backport eet fix.Carsten Haitzler2012-09-213-2/+13
| | | | SVN revision: 76945
* Update ChangeLog in branches (missing the 1.7 release)Vincent Torri2012-09-081-0/+4
| | | | SVN revision: 76333
* eet ChangeLog, NEWS: Updated ChangeLog and NEWS for r75552.v1.7.0Daniel Juyung Seo2012-08-282-0/+5
| | | | SVN revision: 75802
* no this isnt release - this is simply me removing the beta tag so whenCarsten Haitzler2012-08-271-1/+1
| | | | | | | | we release it's ready. SVN revision: 75740
* eet: correctly initialize dictionary.Cedric BAIL2012-08-263-1/+6
| | | | | | | | This should fix windows, we were lucky on Unix where the lock are expected to be set to zero... SVN revision: 75703
* eet: add eet_connection_empty.Cedric BAIL2012-08-244-0/+25
| | | | | | | This is needed to fix a bug when multiplexing eet_connection with something else. SVN revision: 75651
* eet eet_data.c: Fixed memory leak spotted by Igor Murzov (GArik_) ↵Daniel Juyung Seo2012-08-221-2/+2
| | | | | | <e-mail@date.by> SVN revision: 75552
* tag as beta...Carsten Haitzler2012-08-171-1/+1
| | | | SVN revision: 75344
* windows warning--Mike Blumenkrantz2012-08-131-1/+1
| | | | | | | this commit brought to you by VRC: Vtorri Remote Commits SVN revision: 75190
* fix eina_mempool env var fetch for eet alloc mode.Carsten Haitzler2012-08-101-1/+1
| | | | SVN revision: 75098
* more updates for 1.7.0 alpha.Carsten Haitzler2012-08-102-4/+4
| | | | SVN revision: 75095
* alpha release of 1.7 - let's roll. ALPHA!Carsten Haitzler2012-08-101-2/+2
| | | | SVN revision: 75091
* eet: don't copy string around.Cedric BAIL2012-08-093-6/+8
| | | | SVN revision: 75040
* crit msg format warning--Mike Blumenkrantz2012-08-081-1/+1
| | | | SVN revision: 74996
* make note of leak in gnutls.Carsten Haitzler2012-08-041-0/+13
| | | | SVN revision: 74869
* eet: as pointed by Vincent, remove useless check as we don't use those ↵Cedric BAIL2012-07-281-2/+0
| | | | | | function any more. SVN revision: 74530
* remove workaroundVincent Torri2012-07-211-1/+0
| | | | SVN revision: 74287
* I like alphabetical orderVincent Torri2012-07-201-4/+4
| | | | SVN revision: 74237
* libtool authors must be impaled (#2)Vincent Torri2012-07-201-0/+1
| | | | SVN revision: 74236
* eet: fix possible wrong size decoding for simple type.Cedric BAIL2012-07-163-2/+4
| | | | SVN revision: 73923
* eet: detect overrun and underrun before everything goes wrong.Cedric BAIL2012-07-163-0/+38
| | | | SVN revision: 73919
* Make old doxygen versions able to find eet example files.Jonas M. Gastal2012-07-051-1/+1
| | | | | | | | | 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. SVN revision: 73356
* Eet: no need for an eina checkVincent Torri2012-07-022-11/+9
| | | | SVN revision: 73175
* Unbreak eet examples(they need Eina).Jonas M. Gastal2012-07-022-8/+12
| | | | | | Previous commit caused build(not system) error for examples. SVN revision: 73169
* Unbreak examples build system.Jonas M. Gastal2012-07-021-9/+8
| | | | | | SPANK SPANK SPANK caro. SVN revision: 73168
* eet: Real fix for the zlib detection on old systems.Stefan Schmidt2012-07-022-6/+2
| | | | | | Reverting my band aid and bring in the real fix provided by Vincent. SVN revision: 73139
* eet: Go back to plain header check for zlib as band-aidStefan Schmidt2012-07-021-1/+4
| | | | | | | | | | | | | 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" SVN revision: 73138
* Eet: fix CFLAGS value when --enable-assert is usedVincent Torri2012-07-013-12/+7
| | | | SVN revision: 73113
* eeek no one ever substs DEBUG_CFLAGS. let's just do it so we compileCarsten Haitzler2012-07-011-0/+3
| | | | | | | | again. bad commit vtorri? SVN revision: 73109
* Eet: remove --enable-coverage option.Vincent Torri2012-07-014-103/+43
| | | | | | | | | | Now, coverage is detected with just --enable-tests. Buildbot maintainers : please remove --enable-coverage option to eet (more EFL will be supported later) SVN revision: 73108
* Eet: add nice m4 macros to check functions and libraries. Will be usable ↵Vincent Torri2012-07-019-212/+740
| | | | | | | | | 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 SVN revision: 73095
* eet: fix name.Cedric BAIL2012-06-272-2/+2
| | | | SVN revision: 72944
* eet: fix crash when cyphering hyge amount of data.Cedric BAIL2012-06-274-2/+12
| | | | | | | Patch by Leandro Sansilva. SVN revision: 72906
* tone down mempool chunk sizesCarsten Haitzler2012-06-172-2/+2
| | | | SVN revision: 72253
* fix @version in each EFL header doxygenJihoon Kim2012-06-041-1/+1
| | | | SVN revision: 71691
* eet,ecore: configure scriptJerome Pinot2012-06-021-3/+1
| | | | | | | Make the configure output clear about examples installation. SVN revision: 71639
* This is a small change, so I won't changelog it (or backport), butCarsten Haitzler2012-05-301-0/+5
| | | | | | | | | make _shutdown() funcs across efl complain and be unhappy if you shutdown to < 0 shutdowns and not pull init count below 0. SVN revision: 71548
* eet: properly check buffer size during decipher.Cedric BAIL2012-05-303-1/+6
| | | | | | | Fix bug #1017. SVN revision: 71524
* let's put a README into the lz4 support in eet.Carsten Haitzler2012-05-292-1/+9
| | | | SVN revision: 71489
* add @since'sCarsten Haitzler2012-05-151-13/+13
| | | | SVN revision: 71113
* add lz4 compression options to eet. remove amalgamated build too.Carsten Haitzler2012-05-1511-268/+2017
| | | | SVN revision: 71111
* eet: unborking !Cedric BAIL2012-05-151-2/+1
| | | | SVN revision: 71100
* fix eet_dict locks and formatting.Carsten Haitzler2012-05-151-4/+10
| | | | SVN revision: 71097
* eet: make eet_dictionary thread safe.Cedric BAIL2012-05-154-42/+113
| | | | SVN revision: 71094
* eet: force closing all file on shutdown.Cedric BAIL2012-05-113-0/+39
| | | | SVN revision: 70928
* From: Jérôme Pinot <ngc891@gmail.com>Jérôme Pinot2012-04-271-1/+2
| | | | | | | | | | | | Subject: [E-devel] [patch] missing doxygen files in release tarballs This patch add to EXTRA_DIST essential files for doxygen small build fix: SVN revision: 70514
* efl: add release point in ChangeLog files.Cedric BAIL2012-04-261-0/+3
| | | | SVN revision: 70494
* restore .99 micro versions for trunk and add back svnrev vers too.Carsten Haitzler2012-04-261-2/+2
| | | | SVN revision: 70492
* and removed the -beta tag...v1.6.0Carsten Haitzler2012-04-261-1/+1
| | | | SVN revision: 70489