Commit Graph

4 Commits

Author SHA1 Message Date
Stefan Schmidt 927155252b exactness: fix init/shutdown handling of efl components in various binaries
The init/shutdown handling for efl libraries was a bit sloppy and
unbalanced in the exactness binaries. Switching over to use
ecore_eas_init/shutdown here instead of doing all libs individually.

Differential Revision: https://phab.enlightenment.org/D11289
2020-02-07 10:53:21 +01:00
Stefan Schmidt 4d92d6e940 exactness: remove unused code
Either commented out, blank lines or no needed includes.

Differential Revision: https://phab.enlightenment.org/D11288
2020-02-07 10:53:21 +01:00
Stefan Schmidt 588032e09b exactness: remove no longer needed EO and BETA API defines
This has been in place during development and not updated for recent
changes and merge into efl master.

Differential Revision: https://phab.enlightenment.org/D11287
2020-02-07 10:53:21 +01:00
Daniel Zaoui 899bbe9e01 exactness: import code from external repo into efl.git
Exactness has been developed in a separate git repo for many years. This
finally moves it over into efl. Having it in tree allows us for easier
testing with our current main target elementary_test and integration
into our CI system (patches for this are work in progress already).

We are only importing the lib and binary for test execution, not the
full set of test data. This is would be over 500MB and thus it will stay
in a different repo and only made available during the actual testing.

[The original patch was made by Daniel Zaoui. Over the course of review
and testing it got extended with build fixes for API changes and mingw
compilation support from Stefan Schmidt and Michael Blumenkrantz]

Differential Revision: https://phab.enlightenment.org/D11285
2020-02-07 10:53:21 +01:00