Commit Graph

784 Commits

Author SHA1 Message Date
Carsten Haitzler f6b902d4be eet - clean out old data from doc dir, set up for 1.4.0 release,
bring install in line with eina and move content to readme. readied
for 1.4.0 alpha release.



SVN revision: 51155
2010-08-16 05:42:01 +00:00
Carsten Haitzler 777261851c fix up license - does the same as before as license now has name of
lib it in.



SVN revision: 51149
2010-08-16 02:42:00 +00:00
Carsten Haitzler 9f121bf63e copyright notice vanished - add back in.
SVN revision: 51141
2010-08-15 21:56:08 +00:00
Sebastian Dransfeld 91df89c40c Fix typo
SVN revision: 51103
2010-08-13 22:48:59 +00:00
Cedric BAIL ccc497b492 * eet: fix version and trigger the right alloc path.
SVN revision: 51093
2010-08-13 17:12:08 +00:00
Cedric BAIL d0f668a6ba * eet: fix bad allocation case triggered by edje new file format.
Bad news, I also discovered in the same time that we introduced an
	API/ABI breakage in 1.3.0. This patch does prevent it from coming
	again, sadly, it imply an ABI break that I didn't find a proper
	way to work around. So recompile eet and all the program that use
	it after that commit.


SVN revision: 51080
2010-08-13 15:21:52 +00:00
Cedric BAIL 348a4ef2fe * eet: fix leak in eet.
SVN revision: 51043
2010-08-12 14:37:36 +00:00
Cedric BAIL 4ce36d937e * eet: fix dead lock when using alias in eet file.
SVN revision: 50935
2010-08-09 17:21:10 +00:00
Cedric BAIL 6df15533ee * eet: typo.
SVN revision: 50865
2010-08-06 15:40:16 +00:00
Cedric BAIL 78e3e21c04 * eet: add an helper to setup hash with string content.
SVN revision: 50863
2010-08-06 15:24:21 +00:00
Lucas De Marchi 0a4617ae38 FORMATTING
* Remove vim modelines:
 find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
 find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;

* Remove leading blank lines:
 find . -name '*.[cxh]' -exec sed -i '/./,$!d'

If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0



SVN revision: 50816
2010-08-04 16:57:32 +00:00
Cedric BAIL 1edd7e4ffa * eet: fix bug on 32bits computer.
SVN revision: 50743
2010-08-02 14:30:46 +00:00
Sebastian Dransfeld 1c05469785 fix stupid align of *
SVN revision: 50721
2010-07-31 18:57:35 +00:00
Sebastian Dransfeld 5d1a9f4e0d remove space after *
SVN revision: 50719
2010-07-31 18:54:54 +00:00
Carsten Haitzler f7019f134d formatting. <- uncrustify
SVN revision: 50698
2010-07-31 01:54:48 +00:00
Carsten Haitzler c127ff73e7 fix formatting
SVN revision: 50576
2010-07-28 03:03:10 +00:00
Carsten Haitzler 9965849a0e formatting!!!!!
SVN revision: 50575
2010-07-28 02:49:01 +00:00
Mike Blumenkrantz 9dec9fa6b5 according to the docs you're supposed to set this or else you will be destroyed by lack of mutexes...
SVN revision: 50570
2010-07-28 02:10:44 +00:00
Carsten Haitzler 926db95c54 testing uncrustify on eet. this shall be standard efl formatting from
now on. you may run indent on code and convert to your own formatting
if you want.. but all code MUST be "uncrustified" before being
cxommitted to svn or before generating patches. time to get the
formatting monster under control.



SVN revision: 50563
2010-07-28 01:45:57 +00:00
Boris Faure 2ac69e62f0 eet: typo. Patch by Vincent Torri
SVN revision: 50445
2010-07-23 07:32:34 +00:00
Cedric BAIL 3f4ca260af * eet: reduce likeliness of race condition by checking file size too.
SVN revision: 50382
2010-07-20 16:13:51 +00:00
Vincent Torri 8351950dee Add native Windows thread support instead of using pthread
(less overhead). On other OS, pthread is still used by default.
Pass --enable-win32-threads to activate thread support on
Windows.


SVN revision: 50262
2010-07-15 06:34:32 +00:00
Lucas De Marchi 2a84379ba9 Remove unneeded code with notnull.cocci script
The notnull.cocci script from Coccinelle finds places where you check if a
variable is NULL, but it's known not to be NULL. The check can be safely
removed. For example, this code would be caught by notnull:

if (!var) return;
if (var && var->fld) { ... }

It's needless to check again if var is not NULL because if it's in fact NULL,
it would have returned on the previous "if". This commit removes all the
trivial places where this pattern happens. Another patch will be generated for
the more complex cases.


SVN revision: 50241
2010-07-14 02:05:47 +00:00
Carsten Haitzler 6a6d4d991c more correct version of the dso fix
SVN revision: 50185
2010-07-11 23:57:08 +00:00
Carsten Haitzler e9d4afc9d7 moved eet.h to its own dir - pkgconfig handles all the right stuff.
SVN revision: 50117
2010-07-08 03:05:00 +00:00
Cedric BAIL 6df28268ca * eet: add support for eet_alias.
SVN revision: 49939
2010-06-29 16:20:23 +00:00
Vincent Torri 11f53993b0 put __UNUSED__ after parameter, not before
SVN revision: 49935
2010-06-29 10:47:06 +00:00
Vincent Torri 383343f251 On Windows 64, long is of size 32 bits and not 64 bits. Also
LONG_BIT is not defined on Windows.


SVN revision: 49934
2010-06-29 05:29:50 +00:00
Carsten Haitzler 00fb5063bd post-release 1.3.3 - odd ver
SVN revision: 49901
2010-06-27 13:48:46 +00:00
Carsten Haitzler 83b36be7a3 snap+release
SVN revision: 49899
2010-06-27 13:45:27 +00:00
Carsten Haitzler 41e3461449 Release eet 1.3.2
SVN revision: 49888
2010-06-27 13:29:19 +00:00
Vincent Torri a608450673 make eet unit tests compile on Windows
SVN revision: 49887
2010-06-27 12:10:46 +00:00
Vincent Torri 096f2266ca Windows can have both GnuTLS and OpenSSL installed too.
SVN revision: 49852
2010-06-25 07:57:08 +00:00
Vincent Torri 0adb87928c improve configure output and make some tests more portable
SVN revision: 49851
2010-06-25 07:50:31 +00:00
Vincent Torri e103200963 fix linking with mingw
SVN revision: 49818
2010-06-23 15:50:19 +00:00
Cedric BAIL a1bfc834d5 * configure.ac: take inept translation a little bit into account.
SVN revision: 49743
2010-06-18 14:45:42 +00:00
Gustavo Sverzut Barbieri ddb8c95fa9 SVN_REPO_PATH envvar during autoconf to use svnversion in there.
Some systems, like the Gentoo, copy the svn contents somewhere before
doing the autoconf, this may result in lack of .svn and thus minor
version "0".

This patch introduces the $SVN_REPO_PATH to say where the svn checkout
containing the ".svn" directory is.



SVN revision: 49594
2010-06-09 18:22:47 +00:00
Carsten Haitzler 1520bad01b restore after snap/release
SVN revision: 49540
2010-06-06 17:43:03 +00:00
Carsten Haitzler f00a3551fd Release eet 1.3.0
SVN revision: 49529
2010-06-06 17:23:56 +00:00
Carsten Haitzler e4bf17041c 1.3.1 -> development veer. odd micro-versions.
SVN revision: 49528
2010-06-06 17:18:57 +00:00
Carsten Haitzler f0eee2d260 post-snap anr release.. reset svn back.. this time for real.
SVN revision: 49526
2010-06-06 17:17:52 +00:00
Carsten Haitzler 049d357729 Release eet 1.3.0
SVN revision: 49512
2010-06-06 16:40:13 +00:00
Carsten Haitzler 8f73fd9b07 Release eet 1.3.1
SVN revision: 49508
2010-06-06 16:35:19 +00:00
Carsten Haitzler dcefce5a6e post release of eet - 1.3.1 (dev mode in svn - 1.3.1.svnrev actually)
SVN revision: 49505
2010-06-06 16:20:27 +00:00
Carsten Haitzler e78278fc05 Restore svnrev post-release
SVN revision: 49492
2010-06-06 15:53:16 +00:00
Carsten Haitzler 4987213bab Release eet 1.3.0
SVN revision: 49491
2010-06-06 15:44:53 +00:00
Carsten Haitzler 1553705ee0 Release eet 1.3.0
SVN revision: 49490
2010-06-06 15:43:00 +00:00
Carsten Haitzler a4769c42cb change svnversion shell goop to nuke sed and just use tr to delete
unwanted goop.



SVN revision: 49429
2010-06-04 01:04:24 +00:00
Iván Briano 6600f0c43f Let git-svn users get the right revision number to be used as version.
SVN revision: 49407
2010-06-03 07:40:54 +00:00
Carsten Haitzler 8336361a47 remove debug
SVN revision: 49347
2010-05-31 03:51:33 +00:00