platform/upstream/efl.git
9 years agoecore_evas_extn: do not double close fd in case of memory starvation.
Cedric BAIL [Wed, 30 Jul 2014 01:47:31 +0000 (03:47 +0200)]
ecore_evas_extn: do not double close fd in case of memory starvation.

In case eina_stringshare_add was failing it could lead to a double close
on lockfd. This was reported by coverity: CID1039885

@fix

9 years agoautotools: shutup stupid warning.
Cedric BAIL [Wed, 30 Jul 2014 01:41:46 +0000 (03:41 +0200)]
autotools: shutup stupid warning.

9 years agoEldbus C++: Don't generate C++ bindings when C++ is disabled.
Tom Hacohen [Wed, 30 Jul 2014 01:21:18 +0000 (02:21 +0100)]
Eldbus C++: Don't generate C++ bindings when C++ is disabled.

9 years agofix vsync display env var handling to be right
Carsten Haitzler (Rasterman) [Tue, 29 Jul 2014 23:38:21 +0000 (08:38 +0900)]
fix vsync display env var handling to be right

9 years agoevas-wayland-shm: Free allocated rectangle after sending damages
Chris Michael [Tue, 29 Jul 2014 21:02:04 +0000 (17:02 -0400)]
evas-wayland-shm: Free allocated rectangle after sending damages

We allocate a new eina_rectangle here, but we never free it after
sending damages to the surface.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agobuild: Make sure xgettext_wrapper.sh gets packaged into the tarball
Stefan Schmidt [Tue, 29 Jul 2014 19:09:16 +0000 (21:09 +0200)]
build: Make sure xgettext_wrapper.sh gets packaged into the tarball

We need this in the tarball when not running from git. Also fixes
make distcheck.

9 years agoevas/engine_gl_generic: Make sure we epend on the needed header for compiling.
Stefan Schmidt [Tue, 29 Jul 2014 15:05:30 +0000 (17:05 +0200)]
evas/engine_gl_generic: Make sure we epend on the needed header for compiling.

Fixup for a3a15b1986392bcc48affbab5c502013a83bfddd which removed the header
from installation. We need to have it in SOURCES now during distcheck.

9 years agoRevert "configure.ac: generate Makevars in the correct directory even with out-of...
Stefan Schmidt [Tue, 29 Jul 2014 14:30:37 +0000 (16:30 +0200)]
Revert "configure.ac: generate Makevars in the correct directory even with out-of-tree build"

This reverts commit dd37d2bc07f839cd3c74b02e713ffc6534af71b2.

This breaks make distcheck. Looking at this commit I really wonder if it does
anything good. It seems to work for po_makefile_in. It also breaks for
distcheck which is using out of tree builds in the _build folder.

If someone can explain me why something like this is needed for makevars I
want to hear it. getting a fix in that does not break distcheck would be fine
I guess.

9 years agoecore-x-vsync - oops - fixed, but debug paths left in - remove..
Carsten Haitzler (Rasterman) [Tue, 29 Jul 2014 14:22:06 +0000 (23:22 +0900)]
ecore-x-vsync - oops - fixed, but debug paths left in - remove..

9 years agoecore-x-vsync - found issue when vt switchign with nvidia - workaround
Carsten Haitzler (Rasterman) [Tue, 29 Jul 2014 14:19:52 +0000 (23:19 +0900)]
ecore-x-vsync - found issue when vt switchign with nvidia - workaround

9 years agofix parallel build for ecore_x_vsync tool
Carsten Haitzler (Rasterman) [Tue, 29 Jul 2014 12:34:39 +0000 (21:34 +0900)]
fix parallel build for ecore_x_vsync tool

9 years agoecore_x - vsync fix drm support to work again
Carsten Haitzler (Rasterman) [Tue, 29 Jul 2014 11:00:53 +0000 (20:00 +0900)]
ecore_x - vsync  fix drm support to work again

due to mesa changes to hide dri2 symbols, i have had to work on a fix
that makes this work again by going right to drm. now it works and
animators shoudl be vsynced on drm drivers if possible (only 1 card -
use card 0). already existing nvidia solution that uses a lot more
memory is there. others - no support. timers only

9 years agoEvas GL Generic: Don't install an internal header. upstream/1.10.0+1149+ga3a15b1
Tom Hacohen [Tue, 29 Jul 2014 09:06:21 +0000 (10:06 +0100)]
Evas GL Generic: Don't install an internal header.

I'm not 100% sure this header is internal, but it depends on internal
headers, so it should either be internal or massively re-worked.
Anyhow, it has no business being installed until the includes are
fixed.

9 years agoeolian: remove irrelevant comments
Daniel Kolesa [Tue, 29 Jul 2014 09:05:06 +0000 (10:05 +0100)]
eolian: remove irrelevant comments

This functionality was already done previously.

9 years ago[Evas\evas-3d\example] Add example of 3d-shooter
perepelits.m [Tue, 29 Jul 2014 07:37:25 +0000 (16:37 +0900)]
[Evas\evas-3d\example] Add example of 3d-shooter

Reviewers: cedric, raster, Hermet

Subscribers: cedric

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

9 years agoecore: fix example build fail (ecore_compose_get_example)
Wonguk Jeong [Tue, 29 Jul 2014 00:11:17 +0000 (02:11 +0200)]
ecore: fix example build fail (ecore_compose_get_example)

9 years agoecore x vsync animator support - add a glx based vsync ticker
Carsten Haitzler (Rasterman) [Sun, 27 Jul 2014 05:22:27 +0000 (14:22 +0900)]
ecore x vsync animator support - add a glx based vsync ticker

this adds a slave process that is useful on nvidia drivers as there
isn't another way to get vsync evenys (that i know about). i need to
make another slave process to that includes a dri2 protocol
implementation since mesa has now hidden its dri2 symbols.

9 years agoadd simple ecore_con_url test suite
Mike Blumenkrantz [Mon, 28 Jul 2014 13:47:48 +0000 (09:47 -0400)]
add simple ecore_con_url test suite

9 years agocall ecore_init() for ecore_con_url_init()
Mike Blumenkrantz [Mon, 28 Jul 2014 13:45:52 +0000 (09:45 -0400)]
call ecore_init() for ecore_con_url_init()

ecore functions are used by this api, so ecore must be initialized

9 years agoremove unnecessary header include from ecore-con test
Mike Blumenkrantz [Mon, 28 Jul 2014 13:14:54 +0000 (09:14 -0400)]
remove unnecessary header include from ecore-con test

9 years agoeolian: fix: remove leftover keywords
Daniel Kolesa [Mon, 28 Jul 2014 10:57:37 +0000 (11:57 +0100)]
eolian: fix: remove leftover keywords

9 years agoeolian: preliminary eo file support for builtin true/false/null
Daniel Kolesa [Mon, 28 Jul 2014 09:16:15 +0000 (10:16 +0100)]
eolian: preliminary eo file support for builtin true/false/null

Real API will use the new expression system, but that won't get into 1.11.

9 years agoecore_imf: documentation about ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY enums
Jihoon Kim [Mon, 28 Jul 2014 07:01:07 +0000 (16:01 +0900)]
ecore_imf: documentation about ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY enums

9 years agoRevert "eina: Eina_Module - check whether the file exists or not, before memory alloc...
Mike Blumenkrantz [Sun, 27 Jul 2014 22:51:42 +0000 (18:51 -0400)]
Revert "eina: Eina_Module - check whether the file exists or not, before memory allocation of Eina_Module"

This reverts commit 971589bf56b7b51eba305dfb5e544e6436740534.

this completely breaks existing eina_module usage. elm_test->image remote

9 years agomove ecore documentation not in headers to .h files for consistency
Carsten Haitzler (Rasterman) [Sat, 26 Jul 2014 00:19:30 +0000 (09:19 +0900)]
move ecore documentation not in headers to .h files for consistency

9 years agoadd function to set ecore loop time
Carsten Haitzler (Rasterman) [Sat, 26 Jul 2014 00:15:47 +0000 (09:15 +0900)]
add function to set ecore loop time

@feature

this allows you to set the ecore loop time. only useful in trying to
get hyper-accurate frame timings from sources when doin a custom tick
source.

9 years agoecore animator - adjust ecore loop time when animtor ticks to be exact
Carsten Haitzler (Rasterman) [Sat, 26 Jul 2014 00:02:56 +0000 (09:02 +0900)]
ecore animator - adjust ecore loop time when animtor ticks to be exact

this adjusts ecore loop time very slightlye tp be the "Exact" timepoint
when then animator timer, if timer is used, should have gone off. this
should make animations more precise.

@feature

9 years agoevas: move to SDL2 and use GL_Generic infrastructure.
Cedric BAIL [Fri, 25 Jul 2014 18:23:42 +0000 (20:23 +0200)]
evas: move to SDL2 and use GL_Generic infrastructure.

9 years agoevas: provide GetProcAddress by the engine.
Cedric BAIL [Fri, 25 Jul 2014 18:05:37 +0000 (20:05 +0200)]
evas: provide GetProcAddress by the engine.

9 years agoelua: make generator work again
Daniel Kolesa [Fri, 25 Jul 2014 16:11:20 +0000 (17:11 +0100)]
elua: make generator work again

Also adds to_array API to Lua eina iterators.

9 years agoelua: update eolian bindings
Daniel Kolesa [Fri, 25 Jul 2014 15:54:32 +0000 (16:54 +0100)]
elua: update eolian bindings

9 years agoEvas textblock: Fix memory leak
Thiep Ha [Fri, 25 Jul 2014 15:06:37 +0000 (16:06 +0100)]
Evas textblock: Fix memory leak

Summary:
In evas_textblock_cursor_word_end function, the breaks' memory is allocated but not freed when cursor position is equal to text length.
Fix: Remove memory allocating.

@fix

Reviewers: raster, tasn

Subscribers: cedric

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

9 years agoeolian-cxx: Added generation of call_constructor for parent_type.
Savio Sena [Fri, 25 Jul 2014 14:32:02 +0000 (11:32 -0300)]
eolian-cxx: Added generation of call_constructor for parent_type.

9 years agoeolian: fix type parsing
Daniel Kolesa [Fri, 25 Jul 2014 13:51:13 +0000 (14:51 +0100)]
eolian: fix type parsing

I reorganized what's allowed and what is not a bit, particularly, strictened the
rules for named structs and loosened the rules for anonymous structs, and refined
them for void types. It should be all correct now.

9 years agoeolian: doc typo fix
Daniel Kolesa [Fri, 25 Jul 2014 13:31:39 +0000 (14:31 +0100)]
eolian: doc typo fix

9 years agoeolian: clarify documentation
Daniel Kolesa [Fri, 25 Jul 2014 13:25:45 +0000 (14:25 +0100)]
eolian: clarify documentation

9 years agoFix Elua compiling on OSX
Jean Guyomarc'h [Fri, 25 Jul 2014 12:58:03 +0000 (13:58 +0100)]
Fix Elua compiling on OSX

Reviewers: cedric, raster, raoulh, q66

Reviewed By: q66

Subscribers: cedric

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

9 years agoUnregister eina_log domain
Jean Guyomarc'h [Fri, 25 Jul 2014 10:08:47 +0000 (11:08 +0100)]
Unregister eina_log domain

Reviewers: cedric, q66

Reviewed By: q66

Subscribers: cedric

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

9 years agoecore-evas - enable attempting to turn on dri2 vsync
Carsten Haitzler (Rasterman) [Fri, 25 Jul 2014 05:45:50 +0000 (14:45 +0900)]
ecore-evas - enable attempting to turn on dri2 vsync

this enables the x11 dri2 vsync enabling code for x11 ecore-evas

9 years agoeolian-cxx: Removed a warning from the example.
Savio Sena [Thu, 24 Jul 2014 22:47:27 +0000 (19:47 -0300)]
eolian-cxx: Removed a warning from the example.

9 years agoautotools: Fixed 'make dist' for Eolian-Cxx
Savio Sena [Thu, 24 Jul 2014 22:35:12 +0000 (19:35 -0300)]
autotools: Fixed 'make dist' for Eolian-Cxx

Added .eo to EXTRA_DIST and *_stub.h to example's source lists.

9 years agoeolian-cxx: Added example of Eo implementation in C++.
Savio Sena [Thu, 24 Jul 2014 19:47:35 +0000 (16:47 -0300)]
eolian-cxx: Added example of Eo implementation in C++.

Instead of implementing Eo functions in C we do it in C++ simply.

9 years agoeolian-cxx: Fixed inheritance operations generation rules.
Savio Sena [Thu, 24 Jul 2014 19:03:02 +0000 (16:03 -0300)]
eolian-cxx: Fixed inheritance operations generation rules.

The generated code was not converting the types from C to C++ correctly.

9 years agoeo-cxx: Added _release to efl::eo::inherit.
Savio Sena [Thu, 24 Jul 2014 19:02:09 +0000 (16:02 -0300)]
eo-cxx: Added _release to efl::eo::inherit.

Just like previously added in efl::eo::base.

9 years agoeolian-cxx: Added grammar rule parameters_cxx_list.
Savio Sena [Thu, 24 Jul 2014 19:00:10 +0000 (16:00 -0300)]
eolian-cxx: Added grammar rule parameters_cxx_list.

Now with the correct semantics: list parameters converting to C++.

9 years agoeo-cxx: Added generic parent_type and parent_set.
Savio Sena [Thu, 24 Jul 2014 18:54:04 +0000 (15:54 -0300)]
eo-cxx: Added generic parent_type and parent_set.

This allows us to use any type implementing _eo_ptr() with the parent
idiom "efl::eo::parent = obj" and also with efl::eo::inherit parent_set.

9 years agoeolian-cxx: Renamed parameters_cxx_list -> constructor_parameters_list
Savio Sena [Thu, 24 Jul 2014 18:49:54 +0000 (15:49 -0300)]
eolian-cxx: Renamed parameters_cxx_list -> constructor_parameters_list

9 years agoeolian-cxx: Removed unused code.
Savio Sena [Thu, 24 Jul 2014 18:45:53 +0000 (15:45 -0300)]
eolian-cxx: Removed unused code.

Sanitized grammar removing old code which is not unecessary for good.

9 years agoeolian-cxx: Fixed a bug in the generator.
Savio Sena [Wed, 23 Jul 2014 20:07:40 +0000 (17:07 -0300)]
eolian-cxx: Fixed a bug in the generator.

It was not considering the variable name correctly.

9 years agoeolian-cxx: Enhance test for callback use
Felipe Magno de Almeida [Thu, 24 Jul 2014 21:53:20 +0000 (18:53 -0300)]
eolian-cxx: Enhance test for callback use

Added test for use of Eolian callbacks in C++. Testing adding
callbacks, calling callbacks and deleting them.

9 years agoecore-drm: Fix improper shutdown for error cases in ecore_drm_init
Chris Michael [Thu, 24 Jul 2014 15:33:21 +0000 (11:33 -0400)]
ecore-drm: Fix improper shutdown for error cases in ecore_drm_init

If an error occurs during ecore_drm_init, we need to cleanup things in
the proper order. This fixes the case where ecore_event_shutdown and
ecore_shutdown May Not have been called (in previous revision) due to
the error conditions being out of order.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoEo base: Fix marking of eolian functions with EOLIAN.
Tom Hacohen [Thu, 24 Jul 2014 14:01:36 +0000 (15:01 +0100)]
Eo base: Fix marking of eolian functions with EOLIAN.

9 years agoEo base: Mark class methods.
Tom Hacohen [Thu, 24 Jul 2014 13:41:23 +0000 (14:41 +0100)]
Eo base: Mark class methods.

Use the new @class attribute to mark class methods.

9 years agoeolian/generator: properly generate the data arg on class methods
Daniel Kolesa [Thu, 24 Jul 2014 14:32:34 +0000 (15:32 +0100)]
eolian/generator: properly generate the data arg on class methods

For class methods, we need to generate unused void*, not a pointer to data struct.

9 years agoeolian: add test for class methods/properties
Daniel Kolesa [Thu, 24 Jul 2014 13:01:33 +0000 (14:01 +0100)]
eolian: add test for class methods/properties

This also fixes a bug in the Eolian parser that handles class properties.

9 years agoeolian: parser support for constructor qualifier
Daniel Kolesa [Thu, 24 Jul 2014 12:01:47 +0000 (13:01 +0100)]
eolian: parser support for constructor qualifier

This will be needed when the constructors {} section goes away.

9 years agoeolian: protected ctors
Daniel Kolesa [Thu, 24 Jul 2014 11:58:29 +0000 (12:58 +0100)]
eolian: protected ctors

9 years agoeolian/generator: add support for class methods/properties
Daniel Kolesa [Thu, 24 Jul 2014 11:15:55 +0000 (12:15 +0100)]
eolian/generator: add support for class methods/properties

9 years agoeolian: add support for class functions
Daniel Kolesa [Thu, 24 Jul 2014 11:05:12 +0000 (12:05 +0100)]
eolian: add support for class functions

9 years agoEolian: Generate typedefs and structs.
Daniel Zaoui [Thu, 24 Jul 2014 08:55:08 +0000 (11:55 +0300)]
Eolian: Generate typedefs and structs.

This patch permits the generation of typedefs and structs in the
legacy and Eo header files. It includes tests.

9 years agoEolian: little refactoring of the C generator.
Daniel Zaoui [Mon, 21 Jul 2014 11:43:17 +0000 (14:43 +0300)]
Eolian: little refactoring of the C generator.

This change is a preparation for the generation of the types and a
little cleaning.

9 years agoevas - ico loader - detect probable p0ng entry in ico file
Carsten Haitzler (Rasterman) [Thu, 24 Jul 2014 08:18:35 +0000 (17:18 +0900)]
evas - ico loader - detect probable p0ng entry in ico file

ico files were defined to have bmp's in each key - in fact a subset of
them. unbenknownst to yours truly, vista now allows them to also be
pngs and thus the ico loader rejects them as corrupt. at least detect
it and complain right now

9 years agofix some formatting in ico loader
Carsten Haitzler (Rasterman) [Thu, 24 Jul 2014 06:22:40 +0000 (15:22 +0900)]
fix some formatting in ico loader

9 years agoedje: Add dpi feature.
Jaehwan Kim [Thu, 24 Jul 2014 05:50:25 +0000 (14:50 +0900)]
edje: Add dpi feature.

Summary:
This dpi is used to get the scale for each collection.
If each collection has a described dpi, it calculates a proper scale
based on the dpi and dpi which is described in the collection.

@feature

Test Plan:
If add dpi to collection of edc, the edje will save the value as the dpi of the collection.
For example, if the dpi of your device is 100, you just set dpi: 100 in the collection of edc.
If the edj is loaded in another device(dpi is 200), it will scaled 2 times.
It is possible that the described dpi of application and theme are different.
In that case, application and theme have a different scale.
It makes the edj that made in different environment works in one device.

Reviewers: seoz, zmike, JackDanielZ, Hermet, woohyun, cedric, raster

Reviewed By: raster

Subscribers: cedric

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

9 years agoeolian/generator: fix coverity issues
Daniel Kolesa [Wed, 23 Jul 2014 23:32:06 +0000 (00:32 +0100)]
eolian/generator: fix coverity issues

Fixes CID 1228663 and 1228634.

9 years agoRevert "eina: new API: eina_file_path_basename"
Daniel Kolesa [Wed, 23 Jul 2014 18:38:08 +0000 (19:38 +0100)]
Revert "eina: new API: eina_file_path_basename"

This reverts commit 68282f8c42c6e0c3d66cf298e1a763a0d12b81cf.

This is actually not needed because of presence of basename in Evil.

9 years agoeolian: use libgen.h basename
Daniel Kolesa [Wed, 23 Jul 2014 18:37:03 +0000 (19:37 +0100)]
eolian: use libgen.h basename

9 years agoeolian: fix tests
Daniel Kolesa [Wed, 23 Jul 2014 16:19:34 +0000 (17:19 +0100)]
eolian: fix tests

9 years agoeolian: use just filename (not path) for eolian_class_get_by_file
Daniel Kolesa [Wed, 23 Jul 2014 16:15:00 +0000 (17:15 +0100)]
eolian: use just filename (not path) for eolian_class_get_by_file

9 years agoeina: new API: eina_file_path_basename
Daniel Kolesa [Wed, 23 Jul 2014 16:04:04 +0000 (17:04 +0100)]
eina: new API: eina_file_path_basename

9 years agoecore_cocoa: Lion fullscreen workaround + warning fixes
Jean Guyomarc'h [Wed, 23 Jul 2014 14:56:16 +0000 (16:56 +0200)]
ecore_cocoa: Lion fullscreen workaround + warning fixes

Summary: Warnings and deprecated code fixes. I started to implement the OSX-Lion fullscreen style.

Reviewers: cedric, naguirre, raster, raoulh

Subscribers: cedric

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

9 years agoeolian: eolian_function_parameter_get -> eolian_function_parameter_get_by_name
Daniel Kolesa [Wed, 23 Jul 2014 13:22:25 +0000 (14:22 +0100)]
eolian: eolian_function_parameter_get -> eolian_function_parameter_get_by_name

9 years agoeolian: eolian_parameters_get -> eolian_function_parameters_get
Daniel Kolesa [Wed, 23 Jul 2014 13:17:19 +0000 (14:17 +0100)]
eolian: eolian_parameters_get -> eolian_function_parameters_get

9 years agoeolian: list_get -> get, find_by -> get_by
Daniel Kolesa [Wed, 23 Jul 2014 13:13:21 +0000 (14:13 +0100)]
eolian: list_get -> get, find_by -> get_by

9 years agoeolian: fix NULL checks in APIs that return iterators + fix tests
Daniel Kolesa [Wed, 23 Jul 2014 12:44:42 +0000 (13:44 +0100)]
eolian: fix NULL checks in APIs that return iterators + fix tests

9 years agoeolian_cxx: fix migration to iterators
Daniel Kolesa [Wed, 23 Jul 2014 11:29:53 +0000 (12:29 +0100)]
eolian_cxx: fix migration to iterators

9 years agoEolian: modify APIs to return iterators instead of lists.
Daniel Zaoui [Wed, 23 Jul 2014 07:24:59 +0000 (10:24 +0300)]
Eolian: modify APIs to return iterators instead of lists.

The change affects the C and the C++ generators.

9 years agoefreet - add menu ref/unref calls and refcounting to try solve e issue
Carsten Haitzler (Rasterman) [Wed, 23 Jul 2014 11:36:19 +0000 (20:36 +0900)]
efreet - add menu ref/unref calls and refcounting to try solve e issue

not much more to say really... efreet_menu_free now unrefs nd checks
for 0 refcount first... unref just calls it to be "nice"

@feature

9 years agofix typo in configure.ac
Seunghun Lee [Wed, 23 Jul 2014 10:19:23 +0000 (19:19 +0900)]
fix typo in configure.ac

Summary: N/A

Test Plan: N/A

Reviewers: cedric

Subscribers: cedric

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

9 years agoeolian: add comment parsing for typedefs
Daniel Kolesa [Wed, 23 Jul 2014 09:57:23 +0000 (10:57 +0100)]
eolian: add comment parsing for typedefs

9 years agoedje embryo: Now supports get_anim_pos_map
Amitesh Singh [Wed, 23 Jul 2014 05:31:52 +0000 (14:31 +0900)]
edje embryo: Now supports get_anim_pos_map

Summary:
works just like ecore_animator_pos_map().

@feature

Reviewers: seoz, Hermet, cedric, raster

Subscribers: cedric, seoz

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

10 years agoeolian: fix coverity defects
Daniel Kolesa [Tue, 22 Jul 2014 23:47:26 +0000 (00:47 +0100)]
eolian: fix coverity defects

Fixes CID 1228630 and 1228631.

10 years agoeolian: use new syntax for const methods as per wiki
Daniel Kolesa [Tue, 22 Jul 2014 16:13:24 +0000 (17:13 +0100)]
eolian: use new syntax for const methods as per wiki

10 years agoeolian: use @protected syntax as per wiki
Daniel Kolesa [Tue, 22 Jul 2014 15:35:54 +0000 (16:35 +0100)]
eolian: use @protected syntax as per wiki

10 years agoeolian: lexer line context push/pop/restore/clear
Daniel Kolesa [Tue, 22 Jul 2014 14:27:11 +0000 (15:27 +0100)]
eolian: lexer line context push/pop/restore/clear

10 years agoevas: do check visibility flag early to not propagate show/hide when not needed.
Cedric BAIL [Tue, 22 Jul 2014 14:10:19 +0000 (16:10 +0200)]
evas: do check visibility flag early to not propagate show/hide when not needed.

This should be a proper fix instead of D1217

10 years agoeolian: include file info in redef errors when different file
Daniel Kolesa [Tue, 22 Jul 2014 14:01:09 +0000 (15:01 +0100)]
eolian: include file info in redef errors when different file

10 years agoeolian: structs and aliases now contain line/column info for better error messages
Daniel Kolesa [Tue, 22 Jul 2014 13:48:08 +0000 (14:48 +0100)]
eolian: structs and aliases now contain line/column info for better error messages

10 years agoeolian: new API: eolian_type_structs/aliases_get_by_file
Daniel Kolesa [Tue, 22 Jul 2014 12:14:44 +0000 (13:14 +0100)]
eolian: new API: eolian_type_structs/aliases_get_by_file

10 years agoeolian: support for typedefs in c_type_get
Daniel Kolesa [Tue, 22 Jul 2014 11:11:06 +0000 (12:11 +0100)]
eolian: support for typedefs in c_type_get

10 years agoeolian: include newly added test files in dist
Daniel Kolesa [Tue, 22 Jul 2014 10:53:59 +0000 (11:53 +0100)]
eolian: include newly added test files in dist

10 years agoautotools: missing files for make check in a make dist tarball.
Cedric BAIL [Tue, 22 Jul 2014 10:51:08 +0000 (12:51 +0200)]
autotools: missing files for make check in a make dist tarball.

10 years agoEolian/Generator: simplify eo_do invocation.
Daniel Zaoui [Tue, 22 Jul 2014 10:26:16 +0000 (13:26 +0300)]
Eolian/Generator: simplify eo_do invocation.

Since eo_do returns the Eo operation result, we can generate:
{
   return eo_do(obj, ...);
}
instead of:
{
   int ret;
   eo_do(obj, ret = ...);
   return ret;
}

10 years agoecore_audio: fix crash on OSX when using Ecore_Audio with PulseAudio
Jean Guyomarc'h [Tue, 22 Jul 2014 10:39:30 +0000 (12:39 +0200)]
ecore_audio: fix crash on OSX when using Ecore_Audio with PulseAudio

Summary: Fix implicit function declaration of basename() which led to a violent crash when used.

Reviewers: cedric, naguirre, raoulh, raster

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <c.bail@partner.samsung.com>
10 years agoautotools: we actually do want portability warning.
Cedric BAIL [Tue, 22 Jul 2014 10:20:03 +0000 (12:20 +0200)]
autotools: we actually do want portability warning.

This is to avoid people not using gnu stuff to report issue.

10 years agoeolian: prevent freeing of full named structures that are inside of typedefs and...
Daniel Kolesa [Tue, 22 Jul 2014 09:39:34 +0000 (10:39 +0100)]
eolian: prevent freeing of full named structures that are inside of typedefs and fix a memory leak

10 years agoeolian: another leak fix
Daniel Kolesa [Tue, 22 Jul 2014 09:22:21 +0000 (10:22 +0100)]
eolian: another leak fix

10 years agoeolian: memory leak fix
Daniel Kolesa [Tue, 22 Jul 2014 09:15:56 +0000 (10:15 +0100)]
eolian: memory leak fix

10 years agomodules/evas/gl_common: Distribute rgb_a_pair_*.{h,shd}.
Savio Sena [Tue, 22 Jul 2014 08:12:28 +0000 (05:12 -0300)]
modules/evas/gl_common: Distribute rgb_a_pair_*.{h,shd}.

Added missing files to the list of distributed files.

10 years agoeolian-cxx: Oops. Fixing function_return_is_explicit_void the right way.
Savio Sena [Tue, 22 Jul 2014 01:56:31 +0000 (22:56 -0300)]
eolian-cxx: Oops. Fixing function_return_is_explicit_void the right way.