Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-24 | Work around a bug in MSVC leading to "ambiguous call" compilation error | Kitsune Ral | |
2018-03-24 | converters.h: Make the default toJson() less greedy | Kitsune Ral | |
template<T> toJson(T&&) grabbed even things that it cannot convert, leading to unpleasant effects in a situation when all that was needed was one implicit conversion (e.g. from QList<QString> to QStringList). So now it's three trivial toJson() overloads instead of a template. | |||
2018-03-05 | converters.h: pass QJsonValue by reference; add support of QHash<QString, T> | Kitsune Ral | |
2017-12-07 | Fix compilation with Qt 5.2 | Kitsune Ral | |
2017-12-07 | converters.h: Use perfect forwarding | Kitsune Ral | |
2017-12-07 | converters.h: support QByteArray | Kitsune Ral | |
2017-11-01 | Add fromJson<QList<QString>> and fromJson<QStringList> | Kitsune Ral | |
2017-11-01 | Move converters.h out of jobs/ | Kitsune Ral | |
Because they are applicable beyond jobs. |