Commit Graph

215 Commits

Author SHA1 Message Date
Carsten Haitzler 0e77364887 update header #defined versions to 1.8 to make sure new apis are used
in e17 only with ifdefs.



SVN revision: 75994
2012-09-03 09:55:34 +00:00
Carsten Haitzler 1475fb3586 update @version's
SVN revision: 75739
2012-08-27 09:51:57 +00:00
Vincent Torri 1e5f8e3007 Embryo: be sure that the string buffer is always NULL terminated
SVN revision: 75443
2012-08-20 06:26:46 +00:00
Carsten Haitzler aef32ed6d3 more updates for 1.7.0 alpha.
SVN revision: 75095
2012-08-10 10:51:17 +00:00
Carsten Haitzler 2c1b533d13 fix minor version defines to be at 1.6 (in sync now) ready for going
to 7 on release.



SVN revision: 73906
2012-07-16 06:36:02 +00:00
Stefan Schmidt 76070c522c embryo: Avoid shadowing of the global index variable
SVN revision: 72865
2012-06-26 09:08:54 +00:00
Carsten Haitzler 2eb4dede2f fix divide by 0 possible errors in embryo fp support
SVN revision: 72112
2012-06-14 08:46:58 +00:00
Jihoon Kim bb56b0b09c fix @version in each EFL header doxygen
SVN revision: 71691
2012-06-04 23:27:02 +00:00
Carsten Haitzler 318bd30043 This is a small change, so I won't changelog it (or backport), but
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
2012-05-30 10:08:41 +00:00
Carsten Haitzler 5b1eab91e7 valgrind complaint fix!zero out stack before use in embryo.
SVN revision: 70468
2012-04-25 10:43:04 +00:00
Carsten Haitzler 1cec0b6ee3 let's complete the math func support in embryo (trivial add) and
document it in changelog, and news to justify 1.2 :)



SVN revision: 70204
2012-04-16 05:33:13 +00:00
Jérôme Pinot 65d50a32ed From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] embryo doxygen doc

Update doxyfile and fix a param name.



SVN revision: 69821
2012-03-31 12:04:02 +00:00
Cedric BAIL 769b35c9c6 embryo: remove useless part.
SVN revision: 68421
2012-02-24 15:51:00 +00:00
Cedric BAIL 124d958954 embryo: try to handle _LIBS appropriatly.
SVN revision: 68419
2012-02-24 15:22:11 +00:00
Cedric BAIL 342cf18748 embryo: add Exotic support.
SVN revision: 68399
2012-02-24 11:16:23 +00:00
Vincent Torri a7de07d0ce Embryo: update alloca declaration
SVN revision: 68106
2012-02-18 13:05:34 +00:00
Jihoon Kim 36c2029d0a fix @dates in each header file
SVN revision: 67705
2012-02-05 23:37:45 +00:00
Carsten Haitzler 0e9a475092 update all minor versions to 2 (or 6) - and yes. i missed making most
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
2012-01-18 02:32:36 +00:00
Vincent Torri f3e531b7a7 Embryo: fix compilation on Windows CE and link with Evil
* use fseek() instead of rewind() as the latter does not exist on Windows CE
* fix compilation with Evil.


SVN revision: 63850
2011-10-05 22:30:16 +00:00
Carsten Haitzler 72280ddcdf it might be good to test changes to eina_prefix (that didnt require an
eina_init before).



SVN revision: 63146
2011-09-04 03:46:58 +00:00
Boris Faure ae4dd858bd embryo: handle filename given to #line command
SVN revision: 62382
2011-08-12 12:39:29 +00:00
Boris Faure ca7c70f5be embryo: fix getstring
SVN revision: 62380
2011-08-12 12:38:52 +00:00
Vincent Torri 019e86347b Embryo:
* remove all occurences of cegcc (not supported anymore)
* fix unistd.h guards
* remove useless headers in embryo_cc_prefix.c

SVN revision: 61433
2011-07-16 23:19:02 +00:00
Vincent Torri 42cf875234 Embryo : embryo_cc_sc1.c : delete temporary files on Windows
SVN revision: 61420
2011-07-16 07:38:33 +00:00
Boris Faure e6119fa4d9 remove .cvsignore files
SVN revision: 60246
2011-06-12 21:38:37 +00:00
Carsten Haitzler fee451f37e 640k should be enough for anyone.
SVN revision: 59489
2011-05-18 08:37:38 +00:00
Carsten Haitzler 528b69105f embryo -> use eina_prefix.
SVN revision: 59487
2011-05-18 08:33:31 +00:00
Carsten Haitzler a334590d51 more doc -> .h
SVN revision: 58476
2011-04-08 06:26:29 +00:00
Carsten Haitzler 34da53feb2 doxy -> .h
SVN revision: 58451
2011-04-07 13:21:28 +00:00
Mike McCormack ea869cf57e From: Mike McCormack <mj.mccormack@samsung.com>
Subject: [E-devel] [PATCH - embryo] Use const on input string

Embryo_Program *embryo_program_load(char *file);

looks like it's missing a const.  This patch adds it.



SVN revision: 56205
2011-01-17 10:48:56 +00:00
Vincent Torri 2e56f9a11d add timeval structure declaration for vc++
SVN revision: 55608
2010-12-17 10:18:56 +00:00
Vincent Torri 5801dd69ff use float (C99) variants of the math functions to avoid double <--> float casts
SVN revision: 55488
2010-12-11 07:51:19 +00:00
Cedric BAIL 2635ddcbf5 * embryo: fix binary path detection on MacOsX.
SVN revision: 55208
2010-12-03 17:48:17 +00:00
Carsten Haitzler 79f5d9f04d api cleanups too.
SVN revision: 52592
2010-09-22 14:21:55 +00:00
Carsten Haitzler f9d3eff9b3 int->enum.
SVN revision: 52591
2010-09-22 14:13:03 +00:00
Carsten Haitzler eaa190ad0e warnings--
warnings = 0



SVN revision: 52451
2010-09-19 03:00:12 +00:00
Carsten Haitzler 77e3899ad6 warnings--
SVN revision: 52450
2010-09-19 02:51:46 +00:00
Lucas De Marchi 99897788f1 Fix common misspellings
Following misspellings were fixed:

accross->across
calulate->calculate
existance->existence
existant->existent
isnt->isn't
paranthesis->parenthesis
reffered->referred
runing->running
statment->statement
tranformed->transformed
unfortunatly->unfortunately
usefull->useful



SVN revision: 51964
2010-09-08 03:33:11 +00:00
Carsten Haitzler 2e96ecef81 fix possible leak source.
SVN revision: 51699
2010-08-28 14:46:44 +00:00
Carsten Haitzler 393c3fda9f fix possible null str deref.
SVN revision: 51698
2010-08-28 14:45:04 +00:00
Lucas De Marchi d8002ff386 Revert and re-apply badnull patch
Revert previous patch generated by badnull.cocci script, and apply the new one.
The main difference is that assert and assert-like functions are not touched
anymore.




SVN revision: 51650
2010-08-26 01:34:13 +00:00
Lucas De Marchi 5a8a8c9014 Convert (hopefully) all comparisons to NULL
Apply badzero.cocci, badnull.coci and badnull2.cocci

This should convert all cases where there's a comparison to NULL to simpler
forms. This patch applies the following transformations:

code before patch               ||code after patch
===============================================================

return a == NULL;                 return !a;

return a != NULL;                 return !!a;

func(a == NULL);                  func(!a);

func(a != NULL);                  func(!!a);

b = a == NULL;                    b = !a;

b = a != NULL;                    b = !!a;

b = a == NULL ? c : d;            b = !a ? c : d;

b = a != NULL ? c : d;            b = a ? c : d;


other cases:

a == NULL                         !a
a != NULL                         a




SVN revision: 51487
2010-08-21 13:52:25 +00:00
Carsten Haitzler 1a40634b0e embryo now ready
SVN revision: 51169
2010-08-16 08:41:15 +00:00
Carsten Haitzler fadfd000e9 fix up copying here too. other license info has always been
there - just not shuffled into standard copying. fix.



SVN revision: 51143
2010-08-15 22:07:29 +00:00
Lucas De Marchi 13d2d20efa Remove comparisons to NULL
Rather than using "== NULL" or "!= NULL", use expression or !expression where
possible.

Patch automatically generated by coccinelle from badnull.cocci and
badnull2.cocci



SVN revision: 51023
2010-08-11 20:35:26 +00:00
Lucas De Marchi 6b5d5eab73 Do not compare pointers to 0
SVN revision: 50973
2010-08-10 19:24:38 +00:00
Gustavo Sverzut Barbieri 0f80a2778c unscrew what lucas screwed with his patch-fu
SVN revision: 50819
2010-08-04 18:33:24 +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
Christopher Michael c3ed53b869 Move Embryo.h header to own dir.
SVN revision: 50145
2010-07-09 06:31:53 +00:00
Lucas De Marchi 33892c5fc4 Do not clobber type with var name
value => val, because value is a pre-defined type



SVN revision: 50063
2010-07-06 14:16:41 +00:00