efl/src/examples/eio
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
..
.gitignore examples: update various gitignore files for new example binaries 2016-06-30 18:15:44 +02:00
Makefile.examples efl: add makefile.examples to each lib 2013-02-08 17:35:24 +00:00
efl_io_manager_ls.c eio: update efl_io_manager_ls example. 2018-05-01 10:39:01 -07:00
efl_io_manager_open.c Revert "cxx: Fix manual code after efl_app change." 2018-03-03 13:40:33 +09:00
efl_io_manager_open_multi.c eio: update efl_io_manager_ls example. 2018-05-01 10:39:01 -07:00
eio_file_copy.c Fix grammar in error messages. 2015-08-07 17:06:23 +09:00
eio_file_ls.c examples: use printf instead of fprintf(stdout, ...) 2017-05-08 15:14:29 -07:00
eio_sentry.c Revert "efl_add_ref - fis to use efl_add properly with a parent." 2018-05-24 16:02:17 -07:00
meson.build here comes meson 2018-10-02 17:22:50 +02:00