Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-01 | Move converters.h out of jobs/ | Kitsune Ral | |
Because they are applicable beyond jobs. | |||
2017-10-13 | Extend the number of types supported by fromJson<>() | Kitsune Ral | |
Template function cannot have partial specializations, and we need to deserialise QVector<> objects. So fromJson<>() is now a wrapper around FromJson<> template class that does all the dispatching stuff in its operator(). | |||
2017-09-13 | Add a missing #include | Kitsune Ral | |
2017-09-09 | converters.h: Facility methods for generated jobs | Kitsune Ral | |
A cherry-pick from the kitsune-apigen branch; a family of toJson() and fromJson<>() functions to unify conversion of data back and forth. |