aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/versions.cpp
AgeCommit message (Collapse)Author
2019-03-02style: apply .clang-format to all .cpp and .h filesMarc Deop
2019-02-09csapi: GetVersionsJob now returns unstableFeatures (MSC1497)Kitsune Ral
2018-12-08Refactor toJson/fillJsonKitsune Ral
Both now use through a common JsonConverter<> template class with its base definition tuned for structs/QJsonObjects and specialisations for non-object types. This new implementation doesn't work with virtual fillJson functions yet (so EventContent classes still use toJson as a member function) and does not cope quite well with non-constructible objects (you have to specialise JsonConverter<> rather than, more intuitively, JsonObjectConverter<>), but overall is more streamlined compared to the previous implementation. It also fixes one important issue that pushed for a rewrite: the previous implementation was not working with structure hierarchies at all so (in particular) the Filter part of CS API was totally disfunctional.
2018-07-04Use QStringLiteral() and operator"" _ls() in network jobsKitsune Ral
2018-05-04New home for the generated code - lib/csapiKitsune Ral