Commit Graph

255 Commits

Author SHA1 Message Date
Martchus 8679263f09 Add CMake macro and actually test the generated code 2017-10-24 01:00:40 +02:00
Martchus 14428c8890 Make generators to run configurable
Currently only the generator for JSON serialization
is provided
2017-10-23 18:59:55 +02:00
Martchus 4a8ebc99a3 Rename Reflectable -> JSONSerializable
This allows to provide multiple independently
functional reflection features by simply using
different base classes for them.
2017-10-23 00:41:10 +02:00
Martchus 888feee3f4 Implement basic functionality of moc with libtooling 2017-10-22 22:06:02 +02:00
Martchus 8344a99778 Add project basic project structure
* Implement simple RapidJSON wrapper
* Add skeleton for code generator to play around with
  LibTooling and LibClang
2017-10-19 01:10:51 +02:00