Age | Commit message (Collapse) | Author |
|
Summary:
eolian_mono now properly fills Eolian Unit when calling eolian_cxx
classes and functions.
Reviewers: felipealmeida
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D5614
|
|
Clashing with efl_ui_mirrored/get/set
|
|
Mono's JIT fails to generate function pointer for delegates with empty
structs in the signature, leading to those mini-amd64.c crashes on empty
fields.
This commit generates a placeholder IntPtr field in empty structs.
|
|
Based on the eolian_cxx library generators. Buildsystem files will come
in a future commmit.
|