efl/src/lib/evas
Xavi Artigas 6b7346b7b2 Remove individual class BETA guards
Summary:
Eolian adds a per-class BETA guard (like EFL_UI_WIN_BETA) to any method tagged
as @beta. This means that any app (and the EFL code) wanting to use BETA features
has to enable them class by class, which is cumbersome.
This commit replaces the individual guards with the global EFL_BETA_API_SUPPORT
guard, so apps only need to define one symbol to access BETA features.

Any usage of the per-class guards has been removed from the EFL code and examples.
When building EFL the global guard is defined by configure, so all EFL methods
already have access to BETA API.
Efl_Core.h and Efl_Ui.h no longer define EFL_BETA_API_SUPPORT. Apps wanting to
use BETA API have to define this symbol before including any EFL header
(It has been added to the examples requiring it).

Test Plan:
make && make check && make examples still work, but there's a lot less #defines
in the code

Reviewers: zmike, bu5hm4n, q66

Reviewed By: q66

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T6788

Differential Revision: https://phab.enlightenment.org/D7924
2019-02-13 18:09:17 +01:00
..
cache evas cache image: compare with cached image file 2018-11-29 16:01:48 -08:00
canvas Remove individual class BETA guards 2019-02-13 18:09:17 +01:00
common evas: Remove left over includes from cserve2 removal 2019-01-28 11:59:47 -05:00
common3d here comes meson 2018-10-02 17:22:50 +02:00
file here comes meson 2018-10-02 17:22:50 +02:00
filters evas: Remove left over includes from cserve2 removal 2019-01-28 11:59:47 -05:00
gesture gesture_manager: Filter events we add hooks for 2019-01-25 13:00:43 -06:00
include efl_input: remove the API of efl_input_instance_get 2019-02-13 16:59:57 +01:00
vg evas vg: revise basic vg cache logic. 2018-12-07 19:08:34 +09:00
Evas.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
Evas.hh cxx: Fix evas compile test and Evas.hh 2017-12-05 10:14:03 +09:00
Evas_Common.h evas-file: Remove cserve2 support 2018-08-30 13:49:04 +09:00
Evas_Eo.h Revert "evas: make efl_canvas_group abstract" 2019-01-17 13:58:08 +01:00
Evas_GL.h evas gl - make GLintptr etc. also ndefed for GL_VERSION_1_5 fix typedef 2018-12-15 16:19:01 +00:00
Evas_Internal.h efl_input: remove the API of efl_input_instance_get 2019-02-13 16:59:57 +01:00
Evas_Legacy.h docs: Fix assorted typos in legacy documentation 2019-01-28 13:14:20 +01:00
Evas_Loader.h Efl.Gfx.Image* (From Efl.Image*) 2018-04-24 09:03:40 -07:00
main.c evas: remove redundant internal functions. 2018-10-11 13:46:37 +09:00
meson.build meson: Add a option for hyphen dictionaries directory 2019-01-10 19:44:01 +01:00