Commit Graph

19 Commits

Author SHA1 Message Date
Martchus 2933a3a29a WIP: Add toJsonAs() 2017-10-27 15:36:09 +02:00
Martchus d4662164fc Extend README.md 2017-10-25 20:08:22 +02:00
Martchus 646edfc16d Add Boost.Hana to dependencies 2017-10-25 19:25:27 +02:00
Martchus 34779dcf4b Remove unused files 2017-10-25 19:23:50 +02:00
Martchus 8922c26c3d Add some documentation 2017-10-25 19:18:13 +02:00
Martchus 0d17d5f20b Allow using Boost.Hana instead of code generator 2017-10-25 19:16:55 +02:00
Martchus c026dafff7 Split generator tests into multiple files 2017-10-25 18:25:47 +02:00
Martchus b725f59e78 Rename moc -> generator 2017-10-25 17:41:19 +02:00
Martchus 3889031247 Handle multiple input files correctly
by invoking the generator multiple times
2017-10-25 17:32:03 +02:00
Martchus 3008e3ad6e Consider base classes when generating code for (de)serialization 2017-10-25 16:47:14 +02:00
Martchus 617ee58b91 Clear interatables before pulling array elements 2017-10-25 16:37:49 +02:00
Martchus 2233ddadd0 Don't use braces around scalar 2017-10-25 15:39:08 +02:00
Martchus f8678f2c3f Split generator.h and generator.cpp 2017-10-25 15:38:45 +02:00
Marius Kittler 1ecf12b7f5 Extend README.md 2017-10-24 18:00:51 +02:00
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