Go to file
Marcel Hollerbach 79e62083c9 Use Eo to evaluate if a function is implemented
So, there is one problem, there is the case that you just have the
notation in eolian that a special object implements a interface, to
bring the actual logic to it, you are going to composite_attach a other
object to it. The problem then in clouseau was that clouseau doesnt know
a implementation does exist, so it didnt display the implementation.

The new solution uses eo to fetch the function pointer to the actual
implementation to know if the function is really implemented or not.
2017-08-02 20:09:07 +03:00
cmake/Modules First patch for the Clouseau rewriting 2017-06-06 10:26:45 +03:00
data Add evlog.edc and install data images 2017-06-06 10:30:17 +03:00
src Use Eo to evaluate if a function is implemented 2017-08-02 20:09:07 +03:00
.arcconfig Add arc config. 2015-07-08 12:12:12 +01:00
.gitignore First patch for the Clouseau rewriting 2017-06-06 10:26:45 +03:00
CMakeLists.txt Remove old library usage 2017-06-06 10:30:17 +03:00