efl/src/lib/ecore_x
Marcel Hollerbach 46d464e5bf here comes meson
a new shiny buildtool that currently completes in the total of ~ 4 min..
1 min. conf time
2:30 min. build time
Where autotools takes:
1:50 min. conf time
3:40 min. build time.

meson was taken because it went quite good for enlightenment, and is a traction gaining system that is also used by other mayor projects. Additionally, the DSL that is defined my meson makes the configuration of the builds a lot easier to read.

Further informations can be gathered from the README.meson

Right now, bindings & windows support are missing.

It is highly recommented to use meson 0.48 due to optimizations in meson
that reduced the time the meson call would need.

Co-authored-by: Mike Blumenkrantz <zmike@samsung.com>

Differential Revision: https://phab.enlightenment.org/D7012
Depends on D7011
2018-10-02 17:22:50 +02:00
..
CMakeLists.txt
Ecore_X.h ecore-x: add some useful xkb function wrappers 2018-01-24 16:18:51 -05:00
Ecore_X_Atoms.h
Ecore_X_Cursor.h
ecore_x.c ecore-x: add some useful xkb function wrappers 2018-01-24 16:18:51 -05:00
ecore_x_atoms.c
ecore_x_atoms_decl.h
ecore_x_composite.c
ecore_x_cursor.c
ecore_x_damage.c
ecore_x_dnd.c efl: Reset ecore event types on init 2017-12-19 11:14:37 +09:00
ecore_x_dpms.c
ecore_x_drawable.c
ecore_x_e.c efl: unsigned int/long never be less than zero. Fixed. 2017-10-13 12:07:28 -07:00
ecore_x_error.c ecore-x: perform internal shutdown on io error if callback is set 2018-01-22 17:34:37 -05:00
ecore_x_events.c ecore-x: filter XkbNewKeyboardNotifyEvent before emitting ecore-x event 2018-01-24 16:18:51 -05:00
ecore_x_fixes.c
ecore_x_gc.c
ecore_x_gesture.c
ecore_x_icccm.c
ecore_x_image.c
ecore_x_keygrab.c ecore: removing assignment operation to avoid warning. 2017-10-16 13:29:02 -07:00
ecore_x_mwm.c
ecore_x_netwm.c
ecore_x_pixmap.c
ecore_x_present.c
ecore_x_private.h ecore-x: re-add implementation of ecore_x_connection_get() 2018-01-24 16:18:51 -05:00
ecore_x_randr.c
ecore_x_region.c
ecore_x_screensaver.c
ecore_x_selection.c
ecore_x_sync.c
ecore_x_test.c
ecore_x_vsync.c ecore x - fix vsync to not block amdgpu drivers 2018-07-24 13:09:55 +09:00
ecore_x_window.c
ecore_x_window_prop.c
ecore_x_window_shape.c
ecore_x_xi2.c
ecore_x_xinerama.c
meson.build here comes meson 2018-10-02 17:22:50 +02:00