diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-06-06 20:47:56 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-06-07 19:44:33 +0200 |
commit | a0430b1fb722a77ad7cbd28f181727d46d92b3a2 (patch) | |
tree | ad2930c25107ec51c1134f2b68490a223d5debfc /lib/events | |
parent | 21c04d5b035cec0b6378e60acc93523f52c1c973 (diff) | |
download | libquotient-a0430b1fb722a77ad7cbd28f181727d46d92b3a2.tar.gz libquotient-a0430b1fb722a77ad7cbd28f181727d46d92b3a2.zip |
gtad/*: optimise and use latest GTAD features
- The generated code is updated to be compatible with the BaseJob
changes introduced in the previous commit. This includes greatly
reducing the number of header files that have to be explicitly
#included, as basejob.h now #includes converters.h. Also, thanks to
the changes in BaseJob, none of generated job classes needs
a pimpl Private class.
- gtad/template.*.mustache files are replaced with data.h.mustache for
data structures (entirely defined in header files from now on) and
operation.*.mustache for API operations (also massively moved to
header files, possibly also becoming header-only in the future).
- New variable-dropping and title-overring features in GTAD 0.7 allow
to use the upstream matrix-doc repo to generate the code.
- CMakeLists.txt makes use of file globbing with CONFIGURE_DEPENDS
where possible to alleviate build reconfiguration after a GTAD call.
Diffstat (limited to 'lib/events')
0 files changed, 0 insertions, 0 deletions