summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 1.2.1 releasev1.6.1eet-1.6Mike Blumenkrantz2012-06-073-3/+10
| | | | SVN revision: 71812
* eet: backport r71524.Cedric BAIL2012-05-302-1/+5
| | | | SVN revision: 71525
* eet: backport r71097.Cedric BAIL2012-05-151-1/+3
| | | | SVN revision: 71098
* eet: backport r71094..Cedric BAIL2012-05-153-42/+112
| | | | SVN revision: 71095
* backport jerome's build fix to stable branches.Carsten Haitzler2012-04-271-1/+2
| | | | SVN revision: 70515
* and removed the -beta tag...v1.6.0Carsten Haitzler2012-04-261-1/+1
| | | | SVN revision: 70489
* tag everything as beta in svn.Carsten Haitzler2012-04-211-1/+1
| | | | SVN revision: 70375
* Documenting parameters to avoid warnings.Jonas M. Gastal2012-04-181-0/+2
| | | | SVN revision: 70308
* typofix!Carsten Haitzler2012-04-121-1/+1
| | | | SVN revision: 70142
* add docs explaining the internal cache on close for onefang.Carsten Haitzler2012-04-121-1/+5
| | | | SVN revision: 70118
* Eet.h: fix typosJihoon Kim2012-04-051-19/+19
| | | | SVN revision: 69926
* eet: fix missing return types in eet docJihoon Kim2012-04-051-2/+8
| | | | | | | Sign-Off By: Jérôme Pinot SVN revision: 69925
* eet, eina, eio, embryo, ethumb, evas, expedite: Updated .gitignoreDaniel Juyung Seo2012-04-031-0/+1
| | | | SVN revision: 69899
* eet: always set size.Cedric BAIL2012-03-291-1/+4
| | | | SVN revision: 69753
* eet: remove shadow warning.Cedric BAIL2012-03-291-10/+10
| | | | SVN revision: 69752
* I gote the version wrong, even after asking. lolDavid Walter Seikel2012-03-292-2/+2
| | | | SVN revision: 69751
* From: Jérôme Pinot <ngc891@gmail.com>Jérôme Pinot2012-03-292-1/+2
| | | | | | | | | | | Subject: [E-devel] [patch] eet doxygen doc Here is a small fix for eet doxygen doc, escaping a # that shutdown a build warning. SVN revision: 69747
* Added a new macro for adding variable arrays of basic types.David Walter Seikel2012-03-293-0/+39
| | | | | | | | EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY SVN revision: 69745
* eet changelog/news update/syncCarsten Haitzler2012-03-262-6/+11
| | | | SVN revision: 69626
* and work more on getting release in shape - version requirements.Carsten Haitzler2012-03-171-2/+2
| | | | | | | | (god this is a pain in the butt) SVN revision: 69484
* add back in libs.private/requires to pc files with some fixes forCarsten Haitzler2012-03-171-0/+3
| | | | | | | | missing. SVN revision: 69482
* gear up svn for release. one of many steps/things to do.Carsten Haitzler2012-03-173-8/+5
| | | | SVN revision: 69481
* removed useless information about libm dependency which is shipped with libcSamuel F. Baggen2012-03-051-1/+0
| | | | SVN revision: 68718
* From: Jérôme Pinot <ngc891@gmail.com>Jérôme Pinot2012-03-041-1/+1
| | | | | | | | minor spelling fix SVN revision: 68656
* eet: Remove man page installing code as wellLeandro Pereira2012-02-281-2/+2
| | | | SVN revision: 68521
* eet: Disable man-page generation by default.Leandro Pereira2012-02-281-1/+1
| | | | | | | | | | This is currently a mess -- fixing it is going to take a lot of time. Man pages being generated include end(3), authors(3), todo(3), Examples(3). Better not to install these things and rely only on the HTML output. SVN revision: 68520
* eet: add Exotic supportCedric BAIL2012-02-243-1/+26
| | | | SVN revision: 68400
* eet: doc fix.Cedric BAIL2012-02-221-1/+1
| | | | SVN revision: 68279
* eet: fix build without latest GNUTLS.Cedric BAIL2012-02-212-0/+3
| | | | | | | Patch by Lionel Orry <lionel.orry@gmail.com> SVN revision: 68210
* Eet: remove ugly FMT_* compatibility strings as Evil has now POSIX printf ↵Vincent Torri2012-02-171-17/+4
| | | | | | family functions SVN revision: 68091
* Eet: formattingVincent Torri2012-02-171-1/+1
| | | | SVN revision: 68090
* eet: add support for statistique.Cedric BAIL2012-02-105-0/+82
| | | | SVN revision: 67829
* eet: add support for GnuTLS 3.xCedric BAIL2012-02-094-52/+146
| | | | SVN revision: 67785
* fix @dates in each header fileJihoon Kim2012-02-051-1/+1
| | | | SVN revision: 67705
* eet: reduce the time taken by eet tests suite and hopefully reduce the risk ↵Cedric BAIL2012-01-231-1/+1
| | | | | | for failure. SVN revision: 67480
* fix paths to be relative to project build root.Gustavo Sverzut Barbieri2012-01-221-2/+2
| | | | | | | | "make doc" was doing "cd doc" and paths were relative to it, misleading. SVN revision: 67459
* help buildbot and user know where the html files are.Gustavo Sverzut Barbieri2012-01-221-0/+1
| | | | SVN revision: 67454
* buildbot: new attempt at coverage support.Gustavo Sverzut Barbieri2012-01-221-10/+8
| | | | | | | | | I've changed a bit the rules, let's see if it works with buildbot (out-of-tree builds). SVN revision: 67449
* make eet_data_image_jpeg_alpha_decode() more like ↵Gustavo Sverzut Barbieri2012-01-191-7/+12
| | | | | | | | | | | | eet_data_image_jpeg_rgb_decode(). eet_data_image_jpeg_rgb_decode() did not had a warning the alpha version did, as the code is very similar and the return pointer was not used, make it just like rgb and return an integer. SVN revision: 67345
* use $(MAKE) instead of make, echo the built doc package.Gustavo Sverzut Barbieri2012-01-192-4/+5
| | | | | | | | | | | | This removes the annoying: make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. and with the package name I can upload it easily to somewhere else. SVN revision: 67343
* docs: remove some warnings and make eina/eet doc more uniform.Gustavo Sverzut Barbieri2012-01-191-66/+1621
| | | | SVN revision: 67339
* update all minor versions to 2 (or 6) - and yes. i missed making mostCarsten Haitzler2012-01-181-1/+1
| | | | | | | | | | | be 1.1 (or 1.5) for the last release. too late. THIS is why i'm sick and tired of all the bloody separate libs that have to be versiioned and build and released separately. :( too many places to go fix up per release. SVN revision: 67284
* Eet tests: Removed debug output, previous ugly hack fixed it.Tom Hacohen2012-01-151-9/+1
| | | | SVN revision: 67232
* Eet tests: An ugly hack to make it work with absolute paths.Tom Hacohen2012-01-151-3/+2
| | | | SVN revision: 67231
* Eet tests: Added an hack to test what's wrong with the build bot.Tom Hacohen2012-01-151-1/+10
| | | | SVN revision: 67229
* Eet tests: Support out of source builds.Tom Hacohen2012-01-152-5/+8
| | | | SVN revision: 67226
* Eet tests: Fixed shadow warnings.Tom Hacohen2012-01-151-15/+15
| | | | SVN revision: 67224
* fix eet distcheck.Gustavo Sverzut Barbieri2012-01-151-1/+1
| | | | SVN revision: 67220
* eet: write to standard output if no output file given.Boris Faure2012-01-072-27/+65
| | | | SVN revision: 66958
* eet: act like the rest of the EFL.Cedric BAIL2012-01-031-4/+1
| | | | SVN revision: 66804