profile/ivi/eet.git
2010-10-07 barbierilogs don't need trailing newline.
2010-10-07 barbierilog domains in lower case.
2010-10-03 rasterefl 1.0.0 beta.
2010-09-22 cedric * eet: fix doc about eddc_size.
2010-09-22 carofix doc. There are still 2 warnings about eddc_size not
2010-09-19 rasterwarning-- -> if u dont compile with tls/openssl
2010-09-19 rasterwarning--
2010-09-08 lucasFix common misspellings
2010-09-06 cedric * eet: fix typo, thanks batden.
2010-09-06 cedric * eet: fix use of garbage data.
2010-09-03 cedric * eet: fix eet dictionnary ever growing dictionnary.
2010-08-27 cedric * eet: update changelog.
2010-08-27 cedric * eet: fix build of data that doesn't match data descr...
2010-08-26 lucasRevert and re-apply badnull patch
2010-08-22 rastercl.
2010-08-22 rastermore check cleans (bogus actually too - but you guys...
2010-08-22 rastermake src also do what dest did - calloc.
2010-08-22 rastercalloc dst mgr to be sure.
2010-08-22 caro get the verbosity with the env variable CK_VERBOSITY...
2010-08-21 lucasConvert (hopefully) all comparisons to NULL
2010-08-20 rasterformatting - as agreed. return on line before func...
2010-08-16 rastereina-1 -> eina
2010-08-16 rastereet - clean out old data from doc dir, set up for 1...
2010-08-16 rasterfix up license - does the same as before as license...
2010-08-15 rastercopyright notice vanished - add back in.
2010-08-13 englebassFix typo
2010-08-13 cedric * eet: fix version and trigger the right alloc path.
2010-08-13 cedric * eet: fix bad allocation case triggered by edje new...
2010-08-12 cedric * eet: fix leak in eet.
2010-08-09 cedric * eet: fix dead lock when using alias in eet file.
2010-08-06 cedric * eet: typo.
2010-08-06 cedric * eet: add an helper to setup hash with string content.
2010-08-04 lucasFORMATTING
2010-08-02 cedric * eet: fix bug on 32bits computer.
2010-07-31 englebassfix stupid align of *
2010-07-31 englebassremove space after *
2010-07-31 rasterformatting. <- uncrustify
2010-07-28 rasterfix formatting
2010-07-28 rasterformatting!!!!!
2010-07-28 discomfitoraccording to the docs you're supposed to set this or...
2010-07-28 rastertesting uncrustify on eet. this shall be standard efl...
2010-07-23 billiobeet: typo. Patch by Vincent Torri
2010-07-20 cedric * eet: reduce likeliness of race condition by checking...
2010-07-15 caroAdd native Windows thread support instead of using...
2010-07-14 lucasRemove unneeded code with notnull.cocci script
2010-07-11 rastermore correct version of the dso fix
2010-07-08 rastermoved eet.h to its own dir - pkgconfig handles all...
2010-06-29 cedric * eet: add support for eet_alias.
2010-06-29 caroput __UNUSED__ after parameter, not before
2010-06-29 caroOn Windows 64, long is of size 32 bits and not 64 bits...
2010-06-27 rasterpost-release 1.3.3 - odd ver
2010-06-27 rastersnap+release
2010-06-27 rasterRelease eet 1.3.2
2010-06-27 caromake eet unit tests compile on Windows
2010-06-25 caroWindows can have both GnuTLS and OpenSSL installed...
2010-06-25 caroimprove configure output and make some tests more portable
2010-06-23 carofix linking with mingw
2010-06-18 cedric * configure.ac: take inept translation a little...
2010-06-09 barbieriSVN_REPO_PATH envvar during autoconf to use svnversion...
2010-06-06 rasterrestore after snap/release
2010-06-06 rasterRelease eet 1.3.0
2010-06-06 raster1.3.1 -> development veer. odd micro-versions.
2010-06-06 rasterpost-snap anr release.. reset svn back.. this time...
2010-06-06 rasterRelease eet 1.3.0
2010-06-06 rasterRelease eet 1.3.1
2010-06-06 rasterpost release of eet - 1.3.1 (dev mode in svn - 1.3...
2010-06-06 rasterRestore svnrev post-release
2010-06-06 rasterRelease eet 1.3.0
2010-06-06 rasterRelease eet 1.3.0
2010-06-04 rasterchange svnversion shell goop to nuke sed and just use...
2010-06-03 sachielLet git-svn users get the right revision number to...
2010-05-31 rasterremove debug
2010-05-31 rasternopw svn revision works again.
2010-05-31 rasterfix - if no svn tree, then it will pretend to be a...
2010-05-29 rasterno rev in eet pc.
2010-05-29 rasterrelease consistency with other efl.
2010-05-29 rasterextra ; - remove
2010-05-29 rasterfmting
2010-05-29 rastereet version stuff rehashed to use more m4 stuff.
2010-05-21 raster++d
2010-05-21 rastereet now has an eet_version you can runtime check:
2010-05-02 caro * link pthread and spinlock code instead of just compiling
2010-05-01 caroSome libc have a pthread that declares spinlock functions,
2010-04-24 rasterapparently fbsd is unaware of expr substr...
2010-04-23 sachielDelete the right file, not the newly added to the cache.
2010-04-22 cedric * eet: refactor some code.
2010-04-22 cedric * eet: fix documentation.
2010-04-22 cedric * eet: remove EET_G_INHERIT.
2010-04-21 cedric * eet: use const only when needed.
2010-04-21 cedric * eet: Add EET_G_VARIANT and EET_G_UNION.
2010-04-18 mejAfter discussing with raster, this is what he requested...
2010-04-16 cedric * eet: improve tests suite coverage of signature print...
2010-04-16 cedric * eet: handle fixed point in data stream.
2010-04-16 cedric * eet: Improve coverage by tests suite and don't leak...
2010-04-09 cedric * eet: let eet create the temporary test file.
2010-04-09 cedric * eet: Add eet_sync, reduce between file delete and...
2010-04-09 cedric * eet: remove dead code.
2010-04-08 cedric * eet: fix file corruption reported by Tiago...
2010-04-07 cedric * eet: we don't need to duplicate hash key...
2010-04-03 caromust include winsock2.h before time.h and jpeglib.h...
next