framework/uifw/eina.git
14 years agoMore parentheses so the macro works inside if()
sachiel [Mon, 8 Feb 2010 21:20:28 +0000 (21:20 +0000)]
More parentheses so the macro works inside if()

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45992 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agodisable color based on $TERM and isatty().
barbieri [Mon, 8 Feb 2010 17:53:22 +0000 (17:53 +0000)]
disable color based on $TERM and isatty().

Smarter eina log that disables color automatically based on $TERM and
isatty of output file descriptor.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45988 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * include stdlib.h so that NULL is always defined
caro [Mon, 8 Feb 2010 15:25:46 +0000 (15:25 +0000)]
 * include stdlib.h so that NULL is always defined
 * restore LIBS when iconv library is not found

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45986 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoon some platform, iconv.h defines iconv() with a macro,
caro [Mon, 8 Feb 2010 13:14:30 +0000 (13:14 +0000)]
on some platform, iconv.h defines iconv() with a macro,
hence the check with AC_SEARCH_LIBS s not sufficient. So
we link a complete program.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45981 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoFix build on RHEL5.
mej [Mon, 8 Feb 2010 07:07:20 +0000 (07:07 +0000)]
Fix build on RHEL5.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45973 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * fix compilation when iconv.h is detected but libiconv is not
caro [Sun, 7 Feb 2010 20:46:39 +0000 (20:46 +0000)]
 * fix compilation when iconv.h is detected but libiconv is not
 * fix warning and clang report

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45970 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoAnd since resize adds + 1 to size, grow must do to
englebass [Sun, 7 Feb 2010 19:31:26 +0000 (19:31 +0000)]
And since resize adds + 1 to size, grow must do to

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45969 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoAnd add () for increased safety
englebass [Sun, 7 Feb 2010 19:30:01 +0000 (19:30 +0000)]
And add () for increased safety

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45968 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoAnd correct return type
englebass [Sun, 7 Feb 2010 19:24:28 +0000 (19:24 +0000)]
And correct return type

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45967 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoFix return values
englebass [Sun, 7 Feb 2010 19:22:04 +0000 (19:22 +0000)]
Fix return values

If we don't need to grow, return EINA_TRUE.
Use EINA_TRUE and EINA_FALSE where possible.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45966 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoEina: fix compilation on strbuf.
dieb [Sun, 7 Feb 2010 17:33:26 +0000 (17:33 +0000)]
Eina: fix compilation on strbuf.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45965 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoDon't change size, since we don't realloc
englebass [Sun, 7 Feb 2010 12:23:27 +0000 (12:23 +0000)]
Don't change size, since we don't realloc

Thanks Peter

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45964 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoDon't shrink when we append
englebass [Sun, 7 Feb 2010 12:21:28 +0000 (12:21 +0000)]
Don't shrink when we append

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45963 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoWork with escaped string
englebass [Sun, 7 Feb 2010 12:21:07 +0000 (12:21 +0000)]
Work with escaped string

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45962 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoAdd eina_strbuf_reset
englebass [Sat, 6 Feb 2010 21:43:22 +0000 (21:43 +0000)]
Add eina_strbuf_reset

Function to reset the internal string, so we can reuse the allocated
mem.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45952 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoAdd eina_strbuf_append_escaped for edje
englebass [Sat, 6 Feb 2010 21:43:02 +0000 (21:43 +0000)]
Add eina_strbuf_append_escaped for edje

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45950 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoAdd eina_str_escape
englebass [Sat, 6 Feb 2010 21:42:51 +0000 (21:42 +0000)]
Add eina_str_escape

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45949 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoAdd shrink buffer code
englebass [Sat, 6 Feb 2010 20:42:14 +0000 (20:42 +0000)]
Add shrink buffer code

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45946 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoSimpler to use _eina_strbuf_resize
englebass [Sat, 6 Feb 2010 20:42:03 +0000 (20:42 +0000)]
Simpler to use _eina_strbuf_resize

Add space for '\0' in _eina_strbuf_resize, so that we alwyas just pass
inn the wanted string space as requirement.

Correct len in eina_strbuf_append_n, we needed +1 for '\0' for resize
and strlcpy, but not for ->len

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45945 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoAdd functions to match evas strbuf
englebass [Sat, 6 Feb 2010 20:41:43 +0000 (20:41 +0000)]
Add functions to match evas strbuf

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45943 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoEINA_ARG_NONNULL
englebass [Sat, 6 Feb 2010 20:41:32 +0000 (20:41 +0000)]
EINA_ARG_NONNULL

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45942 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoInclude own header to be sure prototypes match
englebass [Sat, 6 Feb 2010 20:41:17 +0000 (20:41 +0000)]
Include own header to be sure prototypes match

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45941 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoupdate efl_fnmatch m4 macro
caro [Wed, 3 Feb 2010 20:46:32 +0000 (20:46 +0000)]
update efl_fnmatch  m4 macro

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45851 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agouse efl_fnmatch macro
caro [Wed, 3 Feb 2010 20:13:56 +0000 (20:13 +0000)]
use efl_fnmatch macro

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45847 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoints!!! have found a case where.. yes. we have massive strings.. and shit
raster [Wed, 3 Feb 2010 15:23:32 +0000 (15:23 +0000)]
ints!!! have found a case where.. yes. we have massive strings.. and shit
fucks-up badly! ints it is... 2gb of string - per string. that should be
enouhg for anybody! (also references went up to int too)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45832 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * remove useless iconv_cflags
caro [Tue, 2 Feb 2010 06:48:52 +0000 (06:48 +0000)]
 * remove useless iconv_cflags
 * put iconv_libs to the correct libtool var

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45794 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * fix configure.ac
caro [Tue, 2 Feb 2010 06:18:59 +0000 (06:18 +0000)]
 * fix configure.ac
 * remove debug

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45793 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agocopy ecore_txt_convert to eina_str_convert
englebass [Tue, 2 Feb 2010 04:49:38 +0000 (04:49 +0000)]
copy ecore_txt_convert to eina_str_convert

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45790 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoif someone pass --enable-default-mempool, pass_through will be used
caro [Sun, 31 Jan 2010 14:52:16 +0000 (14:52 +0000)]
if someone pass --enable-default-mempool, pass_through will be used
in code, but not installed. So it that option is passed, chained_mempool
is disabled,  and pass_through is enabled and linked statically

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45755 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoeina_str:
caro [Sun, 31 Jan 2010 12:27:41 +0000 (12:27 +0000)]
eina_str:

 * return Eina_Bool instead of int when necessary
 * improve documentation
 * formatting

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45753 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoEAPI
englebass [Sat, 30 Jan 2010 22:02:08 +0000 (22:02 +0000)]
EAPI

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45739 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix mingw flags
caro [Thu, 28 Jan 2010 17:13:07 +0000 (17:13 +0000)]
fix mingw flags

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45668 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix header inclusion
caro [Thu, 28 Jan 2010 10:03:31 +0000 (10:03 +0000)]
fix header inclusion

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45655 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoAdd EINA_MAGIC to strbuf
englebass [Wed, 27 Jan 2010 20:48:27 +0000 (20:48 +0000)]
Add EINA_MAGIC to strbuf

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45651 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoMove ecore_str and ecore_strbuf to eina
englebass [Wed, 27 Jan 2010 20:47:47 +0000 (20:47 +0000)]
Move ecore_str and ecore_strbuf to eina

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45650 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoeina - does modules like the rest of efl, so it's able to be installed with
raster [Tue, 26 Jan 2010 15:54:28 +0000 (15:54 +0000)]
eina - does modules like the rest of efl, so it's able to be installed with
multiple versions at the same time. eventually will neeed to also include
major number in release name too.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45594 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * make chained mempool static by default
caro [Tue, 26 Jan 2010 15:30:40 +0000 (15:30 +0000)]
 * make chained mempool static by default
 * disable other by default

if you experience an problem, please report in that thread

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45593 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoadd mempool namespace in configure help
caro [Tue, 26 Jan 2010 11:22:48 +0000 (11:22 +0000)]
add mempool namespace in configure help

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45582 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoAdd patch from bug #479
englebass [Mon, 25 Jan 2010 19:07:52 +0000 (19:07 +0000)]
Add patch from bug #479

Eina installs its modules in /usr/lib/eina/mp/<module>.so, which makes it impossible to install two different versions of eina at the same time. Please consider using something to make this path specific to a particular release of eina, just as you do for the include files.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45562 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * more portable shell tests
caro [Sun, 24 Jan 2010 23:04:24 +0000 (23:04 +0000)]
 * more portable shell tests
 * better m4 code

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45540 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoFix remaining "shadowed declaration" warnings.
devilhorns [Sun, 24 Jan 2010 19:59:35 +0000 (19:59 +0000)]
Fix remaining "shadowed declaration" warnings.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45528 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoUse different variable names. This was giving "shadowed declarations"
devilhorns [Sun, 24 Jan 2010 19:51:22 +0000 (19:51 +0000)]
Use different variable names. This was giving "shadowed declarations"
warnings during compile.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45527 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoFix some more warnings caused by -Wshadow
billiob [Sun, 24 Jan 2010 13:53:32 +0000 (13:53 +0000)]
Fix some more warnings caused by -Wshadow

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45522 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoadd missing m4 files in tarballs
caro [Sun, 24 Jan 2010 11:25:19 +0000 (11:25 +0000)]
add missing m4 files in tarballs

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45519 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agouse m4 macro ti check compiler flag
caro [Sun, 24 Jan 2010 11:13:23 +0000 (11:13 +0000)]
use m4 macro ti check compiler flag

patch by Lutin (who also wrote the m4 macro, i forgot that
in the previous commit)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45518 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agomake the ecore tests stand alone (no ecore installation needed)
caro [Sun, 24 Jan 2010 10:54:07 +0000 (10:54 +0000)]
make the ecore tests stand alone (no ecore installation needed)
so no cyclic dependency

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45512 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina: Allow compilation with -Wshadow.
cedric [Sat, 23 Jan 2010 19:53:27 +0000 (19:53 +0000)]
* eina: Allow compilation with -Wshadow.

Patch from Albin Tonerre.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45497 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina: Add more tests.
cedric [Tue, 19 Jan 2010 13:51:53 +0000 (13:51 +0000)]
* eina: Add more tests.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45326 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoeina: fix eina_module_list_get prototype: 'path' argument can be NULL
dottedmag [Sun, 17 Jan 2010 06:01:20 +0000 (06:01 +0000)]
eina: fix eina_module_list_get prototype: 'path' argument can be NULL

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45246 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoget the shared library extension name from the autotools, as
caro [Sat, 16 Jan 2010 16:46:39 +0000 (16:46 +0000)]
get the shared library extension name from the autotools, as
it is more portable

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45229 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agobasename() can modify its argument, so get a copy first
caro [Sat, 16 Jan 2010 16:41:24 +0000 (16:41 +0000)]
basename() can modify its argument, so get a copy first

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45228 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agouse $libdir and not $exec_prefix/lib, as the user can set
caro [Sat, 16 Jan 2010 16:35:52 +0000 (16:35 +0000)]
use $libdir and not $exec_prefix/lib, as the user can set
$libdir with configure

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45227 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoRemove unused defines
englebass [Sat, 16 Jan 2010 13:54:38 +0000 (13:54 +0000)]
Remove unused defines

SORT_MIN and SORT_MAX are not used in eina, and will result in errors if
used. eina_list_sort(list, EINA_SORT_MAX, ...) will not give the
expexted result.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45222 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina: Fix tests suite.
cedric [Fri, 15 Jan 2010 16:18:29 +0000 (16:18 +0000)]
* eina: Fix tests suite.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45189 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agonews is a valid stringshare
caro [Wed, 13 Jan 2010 21:20:32 +0000 (21:20 +0000)]
news is a valid stringshare

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45095 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina: Remove warning.
cedric [Tue, 12 Jan 2010 17:33:18 +0000 (17:33 +0000)]
* eina: Remove warning.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45066 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago+ [Eina] API change. eina_module_list_flush() -> eina_module_list_free()
turran [Fri, 8 Jan 2010 12:22:23 +0000 (12:22 +0000)]
+ [Eina] API change. eina_module_list_flush() -> eina_module_list_free()
  as we are on the modules context not the array.
  All the referenced projects are changed too. Remember that the list_free()
  already calls the unload() on each module so no need to call list_unload()

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44978 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago+ Add the efl-research buddy allocator here
turran [Fri, 8 Jan 2010 12:10:14 +0000 (12:10 +0000)]
+ Add the efl-research buddy allocator here

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44976 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoFix compile on GNU/Hurd, by Lutin.
barbieri [Mon, 4 Jan 2010 21:50:31 +0000 (21:50 +0000)]
Fix compile on GNU/Hurd, by Lutin.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44898 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina_benchmark: Little cleanup.
cedric [Thu, 31 Dec 2009 10:26:41 +0000 (10:26 +0000)]
* eina_benchmark: Little cleanup.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44831 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoSimplify the use of eina_benchmark:
caro [Thu, 31 Dec 2009 09:17:28 +0000 (09:17 +0000)]
Simplify the use of eina_benchmark:

 * Free the inlined list returned by one (or several) calls of
   eina_benchmark_run() automatically in eina_benchmark_free()
   instead of letting the user doing it.

 * Update tutorial and benchmark binary accordingly

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44830 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * finish benchmark tutorial
caro [Sun, 27 Dec 2009 08:45:30 +0000 (08:45 +0000)]
 * finish benchmark tutorial
 * move internal _init and _shutdown functions in the Global
   part of the code, as it is where they belong
 * fix minor documentation stuff

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44730 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agominor fixes
caro [Fri, 25 Dec 2009 16:22:13 +0000 (16:22 +0000)]
minor fixes

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44720 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoadd benchmark tutoriel
caro [Fri, 25 Dec 2009 11:59:40 +0000 (11:59 +0000)]
add benchmark tutoriel

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44719 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agouse new spinlock detection
caro [Fri, 25 Dec 2009 11:30:41 +0000 (11:30 +0000)]
use new spinlock detection

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44718 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * better m4 coding
caro [Fri, 25 Dec 2009 11:29:08 +0000 (11:29 +0000)]
 * better m4 coding
 * improve pthread detection and add spinlock detection

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44717 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agosupport of Debian/kFreeBSD (FreeBSD using the glibc on top of a FreeBSD kernel)
caro [Sun, 20 Dec 2009 10:02:41 +0000 (10:02 +0000)]
support of Debian/kFreeBSD (FreeBSD using the glibc on top of a FreeBSD kernel)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44597 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoinclude Evil.h so that getenv is declared on Windows CE
caro [Sat, 19 Dec 2009 10:30:49 +0000 (10:30 +0000)]
include Evil.h so that getenv is declared on Windows CE

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44563 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina: Improve precision of f32p32 sinus/cosinus.
cedric [Wed, 9 Dec 2009 13:03:23 +0000 (13:03 +0000)]
* eina: Improve precision of f32p32 sinus/cosinus.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44322 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agouseless variable if pthread is not used
caro [Wed, 9 Dec 2009 08:34:09 +0000 (08:34 +0000)]
useless variable if pthread is not used

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44319 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoincluding Evil.h here cause big troubles with vc++ and EAPI. So
caro [Wed, 9 Dec 2009 08:25:58 +0000 (08:25 +0000)]
including Evil.h here cause big troubles with vc++ and EAPI. So
typedef here the needed types

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44318 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoadd always config.h in source file so that EAPI is correctly defined,
caro [Wed, 9 Dec 2009 08:23:34 +0000 (08:23 +0000)]
add always config.h in source file so that EAPI is correctly defined,
especially on Windows (otherwise, ICE in gcc... and vc++ is not
happy at all)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44317 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix parenthesis order. Thanks, vc++ !! :p
caro [Wed, 9 Dec 2009 08:20:37 +0000 (08:20 +0000)]
fix parenthesis order. Thanks, vc++ !! :p

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44316 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoadd eina_fp.c in visual studio project files
caro [Wed, 9 Dec 2009 08:17:38 +0000 (08:17 +0000)]
add eina_fp.c in visual studio project files

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44315 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoshut up llabs!
raster [Wed, 9 Dec 2009 07:25:41 +0000 (07:25 +0000)]
shut up llabs!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44312 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina: Add sin and cos fixed point fonction.
cedric [Tue, 8 Dec 2009 18:30:41 +0000 (18:30 +0000)]
* eina: Add sin and cos fixed point fonction.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44287 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina: Fix negativ case and handle div with more accuracy.
cedric [Tue, 8 Dec 2009 16:02:10 +0000 (16:02 +0000)]
* eina: Fix negativ case and handle div with more accuracy.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44281 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina: Fix precision of eina_f32p32_div.
cedric [Mon, 7 Dec 2009 17:48:40 +0000 (17:48 +0000)]
* eina: Fix precision of eina_f32p32_div.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44252 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago* Fix compilation with vc++
caro [Mon, 7 Dec 2009 17:15:28 +0000 (17:15 +0000)]
* Fix compilation with vc++
* Fix Visual Studio project files

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44250 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina: Fix atofp when exponent is negativ.
cedric [Mon, 7 Dec 2009 13:08:16 +0000 (13:08 +0000)]
* eina: Fix atofp when exponent is negativ.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44244 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina_fp: Fix rounding with Eina_F32p32 multiplaction, add
cedric [Mon, 7 Dec 2009 09:27:53 +0000 (09:27 +0000)]
* eina_fp: Fix rounding with Eina_F32p32 multiplaction, add
operation to multiply a FP with an int.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44238 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix ticket #466
caro [Fri, 4 Dec 2009 11:37:42 +0000 (11:37 +0000)]
fix ticket #466

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44185 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina: Don't track coverage report.
cedric [Fri, 4 Dec 2009 10:11:09 +0000 (10:11 +0000)]
* eina: Don't track coverage report.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44184 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina: Add more test.
cedric [Fri, 4 Dec 2009 10:09:08 +0000 (10:09 +0000)]
* eina: Add more test.

Code covered by all tests :
           Found   Hit  Coverage
Lines:      4503    3671 81.5 %
Functions:   392     347  88.5 %

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44183 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina: Add more tests specific to rectangle.
cedric [Fri, 4 Dec 2009 09:39:23 +0000 (09:39 +0000)]
* eina: Add more tests specific to rectangle.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44182 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina: Add more test. eina_tiler and eina_rectangle need some more.
cedric [Thu, 3 Dec 2009 18:17:37 +0000 (18:17 +0000)]
* eina: Add more test. eina_tiler and eina_rectangle need some more.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44176 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agobaack to normal pre- release name now
raster [Wed, 2 Dec 2009 22:50:36 +0000 (22:50 +0000)]
baack to normal pre- release name now

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44146 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoquick make svnrev that has right release names
raster [Wed, 2 Dec 2009 22:19:53 +0000 (22:19 +0000)]
quick make svnrev that has right release names

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44140 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agofix compilation from scratch
caro [Wed, 2 Dec 2009 18:46:01 +0000 (18:46 +0000)]
fix compilation from scratch

Don't put anything before AC_INIT (except AC_PREREQ) if used in configure.ac

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44122 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoand back to a pre-svn sonme after snap
raster [Wed, 2 Dec 2009 08:07:38 +0000 (08:07 +0000)]
and back to a pre-svn sonme after snap

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44118 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoaaah bah - move to 05 not 04
raster [Wed, 2 Dec 2009 07:40:59 +0000 (07:40 +0000)]
aaah bah - move to 05 not 04

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44116 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoasparagus - finally
raster [Wed, 2 Dec 2009 07:22:35 +0000 (07:22 +0000)]
asparagus - finally

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44113 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoeina_module: more constness.
barbieri [Mon, 23 Nov 2009 13:24:48 +0000 (13:24 +0000)]
eina_module: more constness.

Thanks to Fabiano Fidencio for spotting those.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@43921 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoeina_module_find: constness and gcc attribute.
barbieri [Mon, 23 Nov 2009 13:20:34 +0000 (13:20 +0000)]
eina_module_find: constness and gcc attribute.

Mark both array and module as const as we'll not modify them anyhow
inside this function.

Also mark this function as pure, so gcc will know how to optimize
multiple calls of it. Not that important for this function, but
doesn't hurt either.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@43918 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina_module: Add eina_module_find. Thanks to Fabiano FidĂȘncio <fidencio@profusion...
cedric [Fri, 20 Nov 2009 20:46:24 +0000 (20:46 +0000)]
* eina_module: Add eina_module_find. Thanks to Fabiano FidĂȘncio <fidencio@profusion.mobi>.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@43847 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agostupid AC_CHECK_PROG
caro [Thu, 19 Nov 2009 09:02:25 +0000 (09:02 +0000)]
stupid AC_CHECK_PROG

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@43800 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agominor fix
caro [Thu, 19 Nov 2009 08:29:22 +0000 (08:29 +0000)]
minor fix

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@43797 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agoi forgot to align the result
caro [Sat, 14 Nov 2009 08:43:18 +0000 (08:43 +0000)]
i forgot to align the result

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@43688 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years agobetter configure output
caro [Sat, 14 Nov 2009 08:40:11 +0000 (08:40 +0000)]
better configure output

If nobody is against it, i'll change the configure output
of the EFL so that it is the same

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@43687 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 years ago * eina: Now it's possible set a level when eina should abort on log.
cedric [Fri, 13 Nov 2009 17:52:43 +0000 (17:52 +0000)]
* eina: Now it's possible set a level when eina should abort on log.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@43669 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33