index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
converters.h
Age
Commit message (
Expand
)
Author
2019-11-01
Derive Omittable<> from std::optional<>
Kitsune Ral
2019-09-12
Introduce HashQ<> and UnorderedMap<>
Kitsune Ral
2019-08-09
Namespace: QMatrixClient -> Quotient (with back comp alias)
Kitsune Ral
2019-08-02
Apply the new brace wrapping to source files
Kitsune Ral
2019-08-02
Merge branch 'master' into use-clang-format
Kitsune Ral
2019-07-31
converters.h: fallback to intrusive toJson() for JsonObjectConverter; general...
Kitsune Ral
2019-07-31
converters.h: more comments; documented addParam<>()
Kitsune Ral
2019-06-24
Merge branch 'master' into clang-format
Kitsune Ral
2019-03-02
style: apply .clang-format to all .cpp and .h files
Marc Deop
2018-12-09
fromJson, fillFromJson: avoid overwriting pods if the JSON value is undefined
Kitsune Ral
2018-12-08
Refactor toJson/fillJson
Kitsune Ral
2018-11-14
Improvements in comments
Kitsune Ral
2018-09-29
Prepare for CS API 0.4.0
Kitsune Ral
2018-09-02
Switch tag order from strings to floats, as The Spec preaches
Kitsune Ral
2018-07-28
csapi/third_party_lookup.*: Properly pass a variadic (aka exploded) parameters
Kitsune Ral
2018-07-11
converters.h: overload addTo() for QStringList to fix FTBFS with the new csapi
Kitsune Ral
2018-07-08
Move Omittable<> to util.h
Kitsune Ral
2018-07-04
Event types system remade to be extensible
Kitsune Ral
2018-07-01
Cleanup
Kitsune Ral
2018-06-24
converters.h: Support QSet<>
Kitsune Ral
2018-06-16
converters.h: Make it still compile with Qt older than 5.6
Kitsune Ral
2018-06-09
converters.h: drop unneeded template<> line
Kitsune Ral
2018-06-09
csapi: Now really fix passing query parameters
Kitsune Ral
2018-06-08
csapi: Fix boolean query parameters incorrectly passed
Kitsune Ral
2018-06-03
csapi + converters: Support variant types (using QVariant)
Kitsune Ral
2018-06-02
Typo fix
Kitsune Ral
2018-06-02
csapi: Use Omittable<> container instead of intrusive 'omitted' field
Kitsune Ral
2018-06-02
addToJson(): Omit unneeded defaulting of ValT to void
Kitsune Ral
2018-05-26
lib/csapi/: Don't send parameters that were omitted
Kitsune Ral
2018-05-06
converters.h: Fix CI
Kitsune Ral
2018-05-06
Optimise #includes, eliminate some excess blank lines in lib/csapi
Kitsune Ral
2018-05-04
converters.h: support std::unordered_map<QString, T>
Kitsune Ral
2018-05-03
Cleanup
Kitsune Ral
2018-05-01
converters.h: Support std::vector<>
Kitsune Ral
2018-04-13
converters.h: Support QVariantMap and QVariantHash
Kitsune Ral
2018-03-31
Move source files to a separate folder
Kitsune Ral