efl/src/lib/eet
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 cmake: handle 'FindXXX.cmake' standard with 'find-XXX' libraries. 2017-02-01 12:25:43 -02:00
Eet.h docs: Fix typos and some wrong expressions in API reference doc. 2018-08-30 14:01:21 +09:00
Eet_private.h eet: add counter for number of frees needed in each directory 2018-04-25 12:00:11 -04:00
eet_alloc.c
eet_cipher.c openssl 1.1 build break fixes 2017-01-04 17:47:38 +09:00
eet_connection.c eet: add NULL-check to eet_connection_empty API to avoid segfault 2016-11-16 15:30:44 -08:00
eet_data.c eet: handle decode failures as errors in variant decoding 2018-06-15 16:34:39 -04:00
eet_dictionary.c
eet_image.c eet: removed warning from eet_image 2017-11-21 11:12:56 +09:00
eet_lib.c eet: add counter for number of frees needed in each directory 2018-04-25 12:00:11 -04:00
eet_node.c eet: set parent struct member when adding a child to a parent node 2018-06-29 11:36:13 -04:00
eet_utils.c
meson.build here comes meson 2018-10-02 17:22:50 +02:00