efl/src/lib/emile
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
Emile.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
emile_base64.c
emile_base64.h
emile_cipher.c
emile_cipher.h
emile_cipher_gnutls.c
emile_cipher_openssl.c emile: SSL state should fallthrough to avoid duplication of logic. 2017-06-05 12:07:57 -07:00
emile_compress.c
emile_compress.h
emile_image.c emile image: close file properly. 2018-07-18 14:26:16 +09:00
emile_image.h emile: rename emile_image_register to emile_image_callback_set. 2017-02-27 15:05:35 -08:00
emile_main.c emil: resolve possible memory leak. 2018-04-05 15:01:44 +09:00
emile_private.h
meson.build here comes meson 2018-10-02 17:22:50 +02:00