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
2022-08-01
Fix FTBFS
Alexey Rusakov
2022-08-01
Pull out common JsonConverter code to JsonObjectUnpacker
Alexey Rusakov
2022-07-12
converters.*: facilities to convert enums
Alexey Rusakov
2022-07-12
fromJson()/toJson() refactoring
Alexey Rusakov
2022-06-24
Code cleanup and reformatting
Alexey Rusakov
2022-06-23
Drop QUOTIENT_API where it's undue
Alexey Rusakov
2022-06-18
Drop pre-Qt 5.15 code
Alexey Rusakov
2022-05-31
Merge branch 'dev' into update-api-update
Alexey Rusakov
2022-05-31
Tweak QOlmAccount and data structures around
Alexey Rusakov
2022-05-29
Refactor EncryptedFile and EC::FileInfo::file
Alexey Rusakov
2022-05-14
Cleanup across the board
Alexey Rusakov
2022-05-08
toSnakeCase and EventContent::SingleKeyValue
Alexey Rusakov
2022-02-11
Enable to/fromJson to work with non-assignable objects
Alexey Rusakov
2022-01-23
converters.h: slightly clearer code in _impl::addTo
Alexey Rusakov
2022-01-23
Omittable: split out from util.h and refresh
Alexey Rusakov
2022-01-18
Don't use 'static' on top-level/namespace scope
Alexey Rusakov
2021-12-29
Add QUOTIENT_API throughout non-generated code
Alexey Rusakov
2021-12-02
Cleanup on Sonar issues
Alexey Rusakov
2021-11-28
Simplify converters.*
Alexey Rusakov
2021-11-28
One more small thing to actually fix CI breakage
Alexey Rusakov
2021-11-28
Fix CI breakage caused by the previous commit
Alexey Rusakov
2021-11-17
Fix QDateTime(QDate) deprecation warnings
Alexey Rusakov
2021-11-12
Make ReceiptEvent constructible from content
Alexey Rusakov
2021-11-12
Fix a few quirks in converters.h
Alexey Rusakov
2021-08-07
converters.h: (actually) enable QUrl; drop unused types
Alexey Rusakov
2021-06-13
Exclude code no more needed with Qt6
Alexey Rusakov
2021-01-16
Updated copyright statements upon Git audit
Kitsune Ral
2020-12-26
Port existing copyright statement to reuse using licensedigger
Carl Schwan
2020-11-08
converters.h: add QUrl support
Kitsune Ral
2020-07-21
converters.*: clean away old cruft
Kitsune Ral
2019-11-02
Compatibility with Qt 5.14
Kitsune Ral
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
[next]