Commit Graph

12 Commits

Author SHA1 Message Date
8b61fcc29a Make location of code generator customizable 2017-11-03 22:41:51 +01:00
daf1a8602c Rename Reflector -> JsonReflector
So helper methods for other applications of reflections
would go into a separate namespace to prevent conflicts.
2017-11-02 23:35:56 +01:00
fdadb17c04 Call tests for JSON generator JsonGeneratorTests 2017-11-02 23:09:39 +01:00
104e362762 Imporve documentation and build script 2017-10-28 18:24:12 +02: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
fe40840486 Don't call generator when declarations already deleted 2017-10-27 17:45:23 +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