-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactored refl-cpp and (de-)serialiser to be an optional dependency (#…
…113) * fixed some implicit conversion warnings * suppressed clang and gcc warnings for external dependencies N.B. GR4 uses now it's own mini reflection library and yaml-(de-)serialiser -> perhaps this could be eventually upstreamed as well. Signed-off-by: Ralph J. Steinhagen <r.steinhagen@gsi.de>
- Loading branch information
1 parent
6d08b2c
commit e1a46cb
Showing
14 changed files
with
641 additions
and
628 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ files = [ | |
'pmt.hpp', | ||
'rva_variant.hpp', | ||
'type_helpers.hpp', | ||
'serialiser.hpp', | ||
'version.hpp' | ||
] | ||
|
||
|
Oops, something went wrong.