Commit Graph

8 Commits

Author SHA1 Message Date
fdadb17c04 Call tests for JSON generator JsonGeneratorTests 2017-11-02 23:09:39 +01:00
a768408493 Refactor JsonSerializationCodeGenerator
* JSONSerializationCodeGenerator -> JsonSerializationCodeGenerator
* Move to separate file
2017-10-28 16:31:07 +02:00
c94c896f6c Refactor RapidJSON wrapper
* Move all JSON related files into own directory
* Move helper for error handling in own header
* Remove some leftovers from debugging
* Rename classes, use Json instead of JSON
2017-10-28 16:23:39 +02:00
ad03afb1f2 Keep track of errors and fix usage of Boost.Hana
* Optionally save errors which occur during deserialization
  to allow error handling
* Don't operate on copies when using Boost.Hana
2017-10-28 15:50:16 +02:00
f51fec58c2 Test nested structs with generator 2017-10-27 17:53:25 +02:00
ef6a91076f Apply clang-format 2017-10-27 15:48:26 +02:00
c026dafff7 Split generator tests into multiple files 2017-10-25 18:25:47 +02:00
b725f59e78 Rename moc -> generator 2017-10-25 17:41:19 +02:00