platform/upstream/efl.git
11 years agoevil: fix massive typo that was relying on Evil previous installation.
Cedric Bail [Sun, 24 Mar 2013 11:42:28 +0000 (20:42 +0900)]
evil: fix massive typo that was relying on Evil previous installation.

11 years agoedje: doxygen doc improvement in edje_file_data_get
Jerome Pinot [Sat, 23 Mar 2013 05:10:22 +0000 (14:10 +0900)]
edje: doxygen doc improvement in edje_file_data_get

11 years agoupdate po's ... :/
Carsten Haitzler (Rasterman) [Sat, 23 Mar 2013 04:28:49 +0000 (13:28 +0900)]
update po's ... :/

11 years agoadd a COMPLIANCE file for convenience.
Carsten Haitzler (Rasterman) [Fri, 22 Mar 2013 08:40:56 +0000 (17:40 +0900)]
add a COMPLIANCE file for convenience.

11 years agoevas/examples: Fix clipped smart object show/hide example.
Rafael Antognolli [Fri, 22 Mar 2013 18:27:55 +0000 (15:27 -0300)]
evas/examples: Fix clipped smart object show/hide example.

Make the children get clipped to its smart object's clipper, so there's
no need to reimplement smart_show() and smart_hide() methods.

11 years agoecore_evas/wayland: Don't need to show and hide children of the frame.
Rafael Antognolli [Fri, 22 Mar 2013 18:01:02 +0000 (15:01 -0300)]
ecore_evas/wayland: Don't need to show and hide children of the frame.

The frame smart object inherits from clipped smart object now, so it
doesn't need to show and hide its children, as the clipper takes care of
that.

11 years agoeeze_sensor: Don't free the data passed in the callback ourself
Daniel Willmann [Fri, 22 Mar 2013 18:32:38 +0000 (18:32 +0000)]
eeze_sensor: Don't free the data passed in the callback ourself

The way ecore_event_add() is used in the sensor modules takes care of
that already (not providing a free cb).

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoeeze_sensor: Don't free the object we want to return asynchronously
Daniel Willmann [Fri, 22 Mar 2013 17:30:10 +0000 (17:30 +0000)]
eeze_sensor: Don't free the object we want to return asynchronously

The event callback will take care of freeing the object.
This issue was found thanks to clangs -fsanitize=address option - coming
to a CI job near you.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoupdating catalan translation
maxerba [Fri, 22 Mar 2013 16:45:07 +0000 (17:45 +0100)]
updating catalan translation

11 years agoFix CURRENT for moving objects.
Jonas Gastal [Fri, 22 Mar 2013 15:12:42 +0000 (12:12 -0300)]
Fix CURRENT for moving objects.

11 years agoedje: fix memory leak.
Cedric BAIL [Fri, 22 Mar 2013 12:01:53 +0000 (21:01 +0900)]
edje: fix memory leak.

11 years agoecore: fix some aliasing warning.
Cedric BAIL [Fri, 22 Mar 2013 11:25:37 +0000 (20:25 +0900)]
ecore: fix some aliasing warning.

11 years agoedje: shutup you moronic GCC 4.7.
Cedric BAIL [Fri, 22 Mar 2013 11:13:32 +0000 (20:13 +0900)]
edje: shutup you moronic GCC 4.7.

This memset is not necessary as pack_it_copy can only be accessed when
the part type is a BOX or a TABLE and thus pack_it will be defined. Sadly
GCC 4.7 is more stupid than GCC 4.6 and think that it is an unitialized data
resulting in a massive number of useless warning that could hide real warning.

11 years agoeina: correctly advertise to valgrind Eina_Cow memory size.
Cedric BAIL [Fri, 22 Mar 2013 11:11:43 +0000 (20:11 +0900)]
eina: correctly advertise to valgrind Eina_Cow memory size.

11 years agoedje: fix buffer overrun.
Cedric BAIL [Fri, 22 Mar 2013 11:10:39 +0000 (20:10 +0900)]
edje: fix buffer overrun.

11 years ago * Ecore_x: fix alpha set function not clear sync counter
Jiyoun Park [Fri, 22 Mar 2013 09:49:46 +0000 (18:49 +0900)]
* Ecore_x: fix alpha set function not clear sync counter

11 years agoedje: add spread.{w,h}.
Cedric BAIL [Fri, 22 Mar 2013 06:29:33 +0000 (15:29 +0900)]
edje: add spread.{w,h}.

This is particularly useful when using table and replicating the
same group all over the place. At least for many games I have in mind
this will save a lot of lines !

11 years agoevas: optionally propagate update rectangle on RENDER_POST.
Cedric BAIL [Wed, 20 Mar 2013 09:53:26 +0000 (18:53 +0900)]
evas: optionally propagate update rectangle on RENDER_POST.

11 years agoin evas gl engine if age changes then be conservative and assume backbuffer was
Carsten Haitzler (Rasterman) [Fri, 22 Mar 2013 02:34:38 +0000 (11:34 +0900)]
in evas gl engine if age changes then be conservative and assume backbuffer was
invalidated.

11 years agooops - define GL_UNPACK_ROW_LENGTH not GL_UNPACK_ROW_LENGTH_EXT
Carsten Haitzler (Rasterman) [Fri, 22 Mar 2013 02:33:57 +0000 (11:33 +0900)]
oops - define GL_UNPACK_ROW_LENGTH not GL_UNPACK_ROW_LENGTH_EXT

11 years agoecore_evas/wayland: Use clipped smart object for window decorations.
Rafael Antognolli [Thu, 21 Mar 2013 23:45:44 +0000 (20:45 -0300)]
ecore_evas/wayland: Use clipped smart object for window decorations.

When creating windows directly with Ecore_Evas, instead of using
Elementary, a default smart object is provided for the frame (client
side window decorations).

Now this smart object inherits from the clipped smart object, which
means that all its member objects will be clipped to its main clipper,
being skipped when the framespace clipper checks for objects without a
clipper.

Fix a ticket, which I don't remember the number because trac doesn't
work.

11 years agoAdd missing Ecore.h include
Eduardo Lima (Etrunko) [Thu, 21 Mar 2013 19:27:37 +0000 (16:27 -0300)]
Add missing Ecore.h include

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
11 years agoEvas cserve2: Remove useless var when calculating size of sun_path.
Tom Hacohen [Thu, 21 Mar 2013 14:15:10 +0000 (14:15 +0000)]
Evas cserve2: Remove useless var when calculating size of sun_path.

I have no idea how I missed these 2.

11 years agoEvas cserve2: Remove useless var when calculating size of sun_path.
Tom Hacohen [Thu, 21 Mar 2013 13:22:35 +0000 (13:22 +0000)]
Evas cserve2: Remove useless var when calculating size of sun_path.

11 years agoEina tests: Fixed warnings with clang.
Tom Hacohen [Thu, 21 Mar 2013 13:21:10 +0000 (13:21 +0000)]
Eina tests: Fixed warnings with clang.

Clang doesn't appreciate passing 'char' to %hdd, although they are the right
size. So change to %d and cast to 'int' before passing it.

11 years agoEvas cserve2: Remove useless var when calculating size of sun_path.
Tom Hacohen [Thu, 21 Mar 2013 13:15:47 +0000 (13:15 +0000)]
Evas cserve2: Remove useless var when calculating size of sun_path.

11 years agoecore_evas/wayland_shm: Check if the Ecore_Evas is visible on render.
Rafael Antognolli [Wed, 20 Mar 2013 21:04:16 +0000 (18:04 -0300)]
ecore_evas/wayland_shm: Check if the Ecore_Evas is visible on render.

Without this check, the code tries to access win->surface, which will be
NULL, causing a segfault.

Fix ticket #2304.

11 years agoeina-cow: fix valgrind instrumentation
Boris 'billiob' Faure [Wed, 20 Mar 2013 20:18:49 +0000 (21:18 +0100)]
eina-cow: fix valgrind instrumentation

11 years agoeina_test_list: Move fail_if out of the hot path
Daniel Willmann [Wed, 20 Mar 2013 18:39:39 +0000 (18:39 +0000)]
eina_test_list: Move fail_if out of the hot path

fail_if() from libcheck always writes to a file created with tmpfile(),
so it is not a good idea to call it millions of times. This wastes
memory and time, let's use both for something better. :-)

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoevas/wayland_egl: Fall back to dlsym if eglGetProcAddress fails.
Rafael Antognolli [Wed, 20 Mar 2013 18:00:31 +0000 (15:00 -0300)]
evas/wayland_egl: Fall back to dlsym if eglGetProcAddress fails.

At least for wayland, eglGetProcAddress seems to fail to get the
eglQueryString symbol. Not sure if it's the right fix, but brings
wayland_egl back to working again.

Fixes #2301.

11 years agoHush clang warnings for EINA_INLIST_FOREACH_SAFE
Daniel Willmann [Wed, 20 Mar 2013 17:01:51 +0000 (17:01 +0000)]
Hush clang warnings for EINA_INLIST_FOREACH_SAFE

As cedric said a couple years ago in commit 17c820ae:
"This initialisation is not needed, but will reduce llvm warning noise."

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoEvas gl: Fixed warnings in the gl engine.
Tom Hacohen [Wed, 20 Mar 2013 15:18:54 +0000 (15:18 +0000)]
Evas gl: Fixed warnings in the gl engine.

11 years agoeina: add eina_list_shuffle
Jérémy Zurcher [Wed, 20 Mar 2013 11:19:13 +0000 (12:19 +0100)]
eina: add eina_list_shuffle

Summary: add uniform shuffle to Eina_List

Reviewers: cedric

Differential Revision: https://phab.enlightenment.org/D27

11 years agoTES
Jérémy Zurcher [Wed, 20 Mar 2013 10:45:57 +0000 (11:45 +0100)]
TES

Conflicts:
src/lib/eina/eina_list.c
src/lib/eina/eina_types.h

11 years agooh so minor buglet - interpolate border scale by a sa float (in fixed
Carsten Haitzler (Rasterman) [Wed, 20 Mar 2013 03:45:18 +0000 (12:45 +0900)]
oh so minor buglet - interpolate border scale by a sa float (in fixed
point) not an integer!

11 years agoeina: fix use of Valgrind macro in Eina_Cow.
Cedric BAIL [Wed, 20 Mar 2013 01:59:22 +0000 (10:59 +0900)]
eina: fix use of Valgrind macro in Eina_Cow.

11 years agoeina: improve speed of Eina_Cow.
Cedric BAIL [Tue, 19 Mar 2013 12:15:44 +0000 (21:15 +0900)]
eina: improve speed of Eina_Cow.

* Use an Eina_Hash for the garbage collector list.
* Turn off garbage collection on object that are unlikely to match.

This patch make 1.8 as fast as 1.7 again.

11 years agoecore: include mman.h also when Evil is found.
Cedric Bail [Tue, 19 Mar 2013 14:41:37 +0000 (15:41 +0100)]
ecore: include mman.h also when Evil is found.

I don't really like this patch. I think it would be nicer to have mmap
been correctly detected when Evil or Exotic is there, but at this point
I don't feel at ease with configure.ac.

11 years agoeet_cipher: Fix initialization of opened variable
Daniel Willmann [Tue, 19 Mar 2013 16:28:37 +0000 (16:28 +0000)]
eet_cipher: Fix initialization of opened variable

In the error case we 'goto' the error path directly without passing
through the declaration and initialization of the variable.

This doesn't work so move the declaration/initialization to the start.
See this example (compile with -Wall for the warning):

-----
 #include <stdio.h>

 int main(void)
 {
   goto bar;

   int i = 15;

 bar:
   printf("Foo: %i\n", i);

   return 0;
 }
----

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoecore_coroutine: Silence warning in clang
Daniel Willmann [Tue, 19 Mar 2013 15:46:19 +0000 (15:46 +0000)]
ecore_coroutine: Silence warning in clang

We can't get more const than const int

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoEina cow: Don't tests things that depend on magic when it's off.
Tom Hacohen [Tue, 19 Mar 2013 15:48:59 +0000 (15:48 +0000)]
Eina cow: Don't tests things that depend on magic when it's off.

11 years agoDisable cow magic in dev profile, instead of a hack in the source.
Tom Hacohen [Tue, 19 Mar 2013 15:45:44 +0000 (15:45 +0000)]
Disable cow magic in dev profile, instead of a hack in the source.

Well played cedric, making me revert your patch and thus breaking the build.

11 years agoRevert "eina: reenable them as it was a bug from Tasn."
Tom Hacohen [Tue, 19 Mar 2013 15:37:55 +0000 (15:37 +0000)]
Revert "eina: reenable them as it was a bug from Tasn."

This reverts commit a9041777d48df104e307e6111d4c332e75761368.

Re-disable them as it was a bug from Cedric.

This is the cause for the huge slowdown.

11 years agoeina: reenable them as it was a bug from Tasn.
Cedric Bail [Tue, 19 Mar 2013 15:16:12 +0000 (00:16 +0900)]
eina: reenable them as it was a bug from Tasn.

11 years agoeina: disable Eina_Cow magic completely for the moment.
Cedric Bail [Tue, 19 Mar 2013 14:42:12 +0000 (23:42 +0900)]
eina: disable Eina_Cow magic completely for the moment.

11 years agofix magic failure in eina_value_array_count when array has not been allocated
Mike Blumenkrantz [Tue, 19 Mar 2013 14:07:28 +0000 (14:07 +0000)]
fix magic failure in eina_value_array_count when array has not been allocated

11 years agoEvas object: Fixed clouseau reporting for align and weight.
Tom Hacohen [Tue, 19 Mar 2013 10:47:33 +0000 (10:47 +0000)]
Evas object: Fixed clouseau reporting for align and weight.

11 years agoeina: Add execinfo.h to avoid implicit declarations.
Stefan Schmidt [Tue, 19 Mar 2013 08:35:00 +0000 (08:35 +0000)]
eina: Add execinfo.h to avoid implicit declarations.

If we have backtrace support we should also add the header before
using the backtrace and backtrace_symbols_fd functions.

11 years agoefl: add macro to swap Windows and Unix path separators.
Cedric Bail [Mon, 18 Mar 2013 22:40:03 +0000 (23:40 +0100)]
efl: add macro to swap Windows and Unix path separators.

11 years agoecore: fix overflow on Windows 64 bits.
Cedric Bail [Mon, 18 Mar 2013 22:38:01 +0000 (23:38 +0100)]
ecore: fix overflow on Windows 64 bits.

11 years agoeina: speed up Eina_Cow.
Cedric BAIL [Tue, 19 Mar 2013 06:11:50 +0000 (15:11 +0900)]
eina: speed up Eina_Cow.

* Use Eina_Hash instead of Eina_List to remember what memory did change.
* Turn off Eina_Cow use of Eina_Magic when doing a release as it is only
used internaly and we should not make any mistake there.

11 years agoedje: let's not segfault when we remove a non existant callback.
Cedric BAIL [Tue, 19 Mar 2013 05:48:57 +0000 (14:48 +0900)]
edje: let's not segfault when we remove a non existant callback.

11 years agoEo: Added an eo_do_super benchmark.
Tom Hacohen [Wed, 13 Mar 2013 16:32:04 +0000 (16:32 +0000)]
Eo: Added an eo_do_super benchmark.

11 years agoChange usage of eo_do_super to the new prototype.
Tom Hacohen [Mon, 18 Mar 2013 15:33:54 +0000 (15:33 +0000)]
Change usage of eo_do_super to the new prototype.

11 years agoEo: Added cur_klass as a parameter to eo_*_do_super.
Tom Hacohen [Wed, 13 Mar 2013 16:04:04 +0000 (16:04 +0000)]
Eo: Added cur_klass as a parameter to eo_*_do_super.

We now need to pass the current class to eo_do_super. This is faster and
more memory efficient and generally lets us do things better.

Using the eo_benchmarks we get ~20% speed-up.

11 years agoRevert "Add a new API to edbus to let it create an EDbus session from"
Lucas De Marchi [Mon, 18 Mar 2013 13:27:14 +0000 (10:27 -0300)]
Revert "Add a new API to edbus to let it create an EDbus session from"

This reverts commit 8ecd30d578ebac46bbdf5f6d5c0b7cad1187f84f.

First of all, if it's not tested it shouldn't be committed. Seriously,
test your stuff before committing, particularly when you *add* an API.
If it slips in and we forget it there, once it's released we can no
longer remove it.

Second, EDBus is a complete wrapper over libdbus and is in our intention
to remove libdbus when the EDBus implements the wire protocol itself.
Therefore there's no point in adding a public function to create an
EDBus_Connection from a DBusConnection, even if it's passed as a void
pointer.

11 years agoembryo_cc: Fix possible buffer overflow in setconfig()
Daniel Willmann [Mon, 18 Mar 2013 12:21:45 +0000 (12:21 +0000)]
embryo_cc: Fix possible buffer overflow in setconfig()

Need to account for the space of the trailing '/' as well.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoedje: i am lazy, i like to not care about case.
Cedric BAIL [Mon, 18 Mar 2013 06:42:34 +0000 (15:42 +0900)]
edje: i am lazy, i like to not care about case.

11 years agoedje: handle custom state to.
Cedric BAIL [Mon, 18 Mar 2013 01:44:21 +0000 (10:44 +0900)]
edje: handle custom state to.

11 years agoedje: fix run on 64bits system.
Cedric Bail [Sun, 17 Mar 2013 04:00:20 +0000 (13:00 +0900)]
edje: fix run on 64bits system.

11 years agoRevert "edje: fix run on 64bits system."
Carsten Haitzler (Rasterman) [Sun, 17 Mar 2013 11:00:20 +0000 (20:00 +0900)]
Revert "edje: fix run on 64bits system."

This reverts commit d482c5cc59f9b572ec37c8e68434a12e50479c00.

11 years agoeina eina_inlist.c: fixed formatting while reading the code.
Daniel Juyung Seo [Sun, 17 Mar 2013 10:00:49 +0000 (19:00 +0900)]
eina eina_inlist.c: fixed formatting while reading the code.

11 years agoEcore.h: use ECORE_CALLBACK_RENEW/CANCEL for timer callback.
Daniel Juyung Seo [Sun, 17 Mar 2013 08:54:32 +0000 (17:54 +0900)]
Ecore.h: use ECORE_CALLBACK_RENEW/CANCEL for timer callback.

11 years agoseems tegra has gotten better so up pipe max number in gl engine.
Carsten Haitzler (Rasterman) [Sun, 17 Mar 2013 05:18:52 +0000 (14:18 +0900)]
seems tegra has gotten better so up pipe max number in gl engine.

11 years agoupdate on recent symbol finding changes in evas - use dlsym for fbo's
Carsten Haitzler (Rasterman) [Sun, 17 Mar 2013 04:47:57 +0000 (13:47 +0900)]
update on recent symbol finding changes in evas - use dlsym for fbo's

11 years agoedje: fix run on 64bits system.
Cedric Bail [Sun, 17 Mar 2013 04:00:20 +0000 (13:00 +0900)]
edje: fix run on 64bits system.

11 years agoecore_con: fix warnings when curl is not available.
Cedric Bail [Sun, 17 Mar 2013 00:39:50 +0000 (01:39 +0100)]
ecore_con: fix warnings when curl is not available.

11 years agoecore: another needed virtual destructor.
Cedric Bail [Sun, 17 Mar 2013 00:39:23 +0000 (01:39 +0100)]
ecore: another needed virtual destructor.

11 years agoethumb: we are linking with Ethumb_Client.
Cedric Bail [Sat, 16 Mar 2013 14:20:49 +0000 (23:20 +0900)]
ethumb: we are linking with Ethumb_Client.

11 years agoecore: virtual destructors are needed
Cedric Bail [Sat, 16 Mar 2013 13:19:49 +0000 (14:19 +0100)]
ecore: virtual destructors are needed

11 years agoecore: lower more warning level.
Cedric Bail [Sat, 16 Mar 2013 14:08:19 +0000 (23:08 +0900)]
ecore: lower more warning level.

11 years agoedje: lower warning level.
Cedric Bail [Sat, 16 Mar 2013 13:59:01 +0000 (22:59 +0900)]
edje: lower warning level.

11 years agoedje: remove that anoying \n.
Cedric Bail [Sat, 16 Mar 2013 13:55:46 +0000 (22:55 +0900)]
edje: remove that anoying \n.

11 years agogitignore: let's forget about exe files.
Cedric Bail [Sat, 16 Mar 2013 13:48:43 +0000 (22:48 +0900)]
gitignore: let's forget about exe files.

11 years agoeina: add support for Systemd journal in Eina_Log.
Cedric Bail [Sat, 16 Mar 2013 09:46:45 +0000 (18:46 +0900)]
eina: add support for Systemd journal in Eina_Log.

NOTE: if you start your process with Systemd it will automatically use
Journald API. You will need to overide the default logging function to
change that behavior.

11 years agoecore_evas: Mark unused variables as unused
Daniel Willmann [Sat, 16 Mar 2013 12:33:36 +0000 (12:33 +0000)]
ecore_evas: Mark unused variables as unused

Get rid of warnings introduced by commit a4593c

Signed-off-by: Daniel Willmann <daniel@totalueberwachung.de>
11 years agoefl: fix compilation on Windows when no Evil library is installed.
Cedric Bail [Fri, 15 Mar 2013 22:46:52 +0000 (23:46 +0100)]
efl: fix compilation on Windows when no Evil library is installed.

11 years agoecore_evas: follow naming of other modules for Windows to.
Cedric Bail [Sat, 16 Mar 2013 06:54:18 +0000 (15:54 +0900)]
ecore_evas: follow naming of other modules for Windows to.

11 years agoecore_evas: killing Glew and Direct3d, because someone already killed Kenny.
Cedric Bail [Sat, 16 Mar 2013 06:50:01 +0000 (15:50 +0900)]
ecore_evas: killing Glew and Direct3d, because someone already killed Kenny.

11 years agoedje: fix edje_watch compilation on Windows.
Cedric Bail [Fri, 15 Mar 2013 10:20:10 +0000 (11:20 +0100)]
edje: fix edje_watch compilation on Windows.

11 years agoedje: fix epp compilation on Windows.
Cedric Bail [Fri, 15 Mar 2013 10:00:19 +0000 (11:00 +0100)]
edje: fix epp compilation on Windows.

11 years agoevil: uselesss dependencies.
Cedric Bail [Fri, 15 Mar 2013 09:54:15 +0000 (10:54 +0100)]
evil: uselesss dependencies.

11 years agoefreet: avoid symbol collision.
Cedric Bail [Fri, 15 Mar 2013 09:47:05 +0000 (10:47 +0100)]
efreet: avoid symbol collision.

11 years agoefreet: fix compilation on Windows.
Cedric Bail [Fri, 15 Mar 2013 08:44:26 +0000 (09:44 +0100)]
efreet: fix compilation on Windows.

11 years agoedbus: fix compilation on Windows.
Cedric Bail [Fri, 15 Mar 2013 08:32:20 +0000 (09:32 +0100)]
edbus: fix compilation on Windows.

11 years agoecore_con: improve portability.
Cedric Bail [Fri, 15 Mar 2013 08:12:05 +0000 (09:12 +0100)]
ecore_con: improve portability.

11 years agoeina: a little bit sleepy, put that in the right file.
Cedric BAIL [Fri, 15 Mar 2013 07:47:05 +0000 (16:47 +0900)]
eina: a little bit sleepy, put that in the right file.

11 years agoeina: add evil in.
Cedric BAIL [Fri, 15 Mar 2013 07:41:28 +0000 (16:41 +0900)]
eina: add evil in.

11 years agofix doc formatting.
Carsten Haitzler (Rasterman) [Fri, 15 Mar 2013 07:16:21 +0000 (16:16 +0900)]
fix doc formatting.

11 years agoeina: share eina_file_copy code accross platform.
Cedric BAIL [Fri, 15 Mar 2013 07:05:05 +0000 (16:05 +0900)]
eina: share eina_file_copy code accross platform.

11 years agoFix opengl-es 2.0 engine support to only use GL_UNPACK_ROW_LENGTH
Carsten Haitzler (Rasterman) [Fri, 15 Mar 2013 04:05:39 +0000 (13:05 +0900)]
Fix opengl-es 2.0 engine support to only use GL_UNPACK_ROW_LENGTH
if the correct gles extension exists.

11 years agoevas gl engine -> prefer extn symbols over non-extn symbols
Carsten Haitzler (Rasterman) [Wed, 13 Mar 2013 10:37:04 +0000 (19:37 +0900)]
evas gl engine -> prefer extn symbols over non-extn symbols

11 years agoecore: improve systemd support after fork.
Cedric BAIL [Fri, 15 Mar 2013 02:41:42 +0000 (11:41 +0900)]
ecore: improve systemd support after fork.

11 years agoevas: fix uninitialized data.
Cedric BAIL [Fri, 15 Mar 2013 01:56:27 +0000 (10:56 +0900)]
evas: fix uninitialized data.

11 years agoeina: improve portability of Eina_File.
Cedric BAIL [Thu, 14 Mar 2013 11:49:45 +0000 (20:49 +0900)]
eina: improve portability of Eina_File.

11 years agoRevert "eina: improve portability of Eina_File."
Daniel Willmann [Thu, 14 Mar 2013 17:21:48 +0000 (17:21 +0000)]
Revert "eina: improve portability of Eina_File."

This reverts commit c002d113f11310b5367bfcd300c0add84bf6f57f.

This commit reliably breaks builds with clang. Please test with
export CC=clang before you commit again.

export CC=clang
./autogen.sh --enable-multisense && make -j 10

The error Jenkins gets (I confirmed locally):

/bin/bash: line 1: 13549 Segmentation fault      (core dumped) EFL_RUN_IN_TREE=1 ./bin/edje/edje_cc -id . -fd . -id ./tests/emotion/data tests/emotion/data/theme.edc tests/emotion/data/theme.edj

11 years agoEdje match: Cleaned up cedric's *IMPORTANT* compiler warnings.
Tom Hacohen [Thu, 14 Mar 2013 16:03:15 +0000 (16:03 +0000)]
Edje match: Cleaned up cedric's *IMPORTANT* compiler warnings.

11 years agoFix for building without setting the opengl=es option.
Chris Michael [Thu, 14 Mar 2013 14:50:23 +0000 (14:50 +0000)]
Fix for building without setting the opengl=es option.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
11 years agoeina: remove duplicated declaration.
Cedric BAIL [Thu, 14 Mar 2013 12:00:03 +0000 (21:00 +0900)]
eina: remove duplicated declaration.

11 years agoeina: improve portability of Eina_File.
Cedric BAIL [Thu, 14 Mar 2013 11:49:45 +0000 (20:49 +0900)]
eina: improve portability of Eina_File.