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
/
util.h
Age
Commit message (
Expand
)
Author
2022-01-05
Add a comment, as Sonar advises
Alexey Rusakov
2022-01-02
Add ImplPtr and makeImpl
Alexey Rusakov
2021-12-29
Add QUOTIENT_API throughout non-generated code
Alexey Rusakov
2021-12-02
Improve function_traits<>; split out from util.*
Alexey Rusakov
2021-11-08
Q_DISABLE_MOVE/COPY_MOVE; QT_IGNORE_DEPRECATIONS
Alexey Rusakov
2021-10-12
Omittable: add a deduction guide
Alexey Rusakov
2021-10-04
Move away wrap_in_function to private interface
Alexey Rusakov
2021-08-31
Add functions and macros to query for Quotient's version
Tobias Fella
2021-07-24
Wrap SyncRoomData counters into Omittables
Alexey Rusakov
2021-07-24
Make operator ""_ls constexpr
Alexey Rusakov
2021-01-16
Updated copyright statements upon Git audit
Kitsune Ral
2021-01-15
Merge pull request #428 from ognarb/licensing
Kitsune Ral
2020-12-27
function_traits<>: define as empty by default
Kitsune Ral
2020-12-26
Port existing copyright statement to reuse using licensedigger
Carl Schwan
2020-08-22
Cleanup and some extra comments
Kitsune Ral
2020-06-14
quotient_common.h for common namespace things
Kitsune Ral
2020-06-09
Comments refresh
Kitsune Ral
2019-11-01
Omittable: Add direct-list-initialising operator=; document
Kitsune Ral
2019-11-01
Reinstate Omittable<>::omitted (deprecated)
Kitsune Ral
2019-11-01
Omittable: get rid of value()
Kitsune Ral
2019-11-01
Derive Omittable<> from std::optional<>
Kitsune Ral
2019-10-02
wrap_in_function()
Kitsune Ral
2019-09-29
function_traits: drop unused pieces
Kitsune Ral
2019-09-12
Introduce HashQ<> and UnorderedMap<>
Kitsune Ral
2019-08-11
Now that we're C++17, remove old compatibility cruft
Kitsune Ral
2019-08-09
stringToHueF: pick a safer name for the variable
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-07-09
Merge branch 'master' into use-clang-format
Kitsune Ral
2019-07-09
Move serverPart() to the public API
Kitsune Ral
2019-06-29
Merge remote-tracking branch 'remotes/origin/master' into use-clang-format
Kitsune Ral
2019-06-24
Merge branch 'master' into clang-format
Kitsune Ral
2019-05-23
Move out the logic of the hue calculation to utils
Alexey Andreyev
2019-03-24
Expose linkifyUrls() into library API for future use
Kitsune Ral
2019-03-24
RoomMemberEvent: sanitize user display names
Kitsune Ral
2019-03-02
style: apply .clang-format to all .cpp and .h files
Marc Deop
2019-02-25
Have a build-wide macro for compilers that don't handle init-lists right
Kitsune Ral
2019-02-15
Omittable: disallow implicit conversion to value_type altogether
Kitsune Ral
2019-02-09
csapi: GetCapabilitiesJob (MSC1753)
Kitsune Ral
2019-01-13
Merge branch 'kitsune-workaround-stuck-invites'
Kitsune Ral
2019-01-13
qt_connection_util.h: a new home for connectSingleShot() and newly made conne...
Kitsune Ral
2019-01-13
util.h: check for fallthrough attribute instead of C++ version
Kitsune Ral
2019-01-13
Fix Omittables accidentally becoming non-omitted when compared with non-Omitt...
Kitsune Ral
2019-01-13
util.h: check for fallthrough attribute instead of C++ version
Kitsune Ral
2018-12-08
Omittable<>::merge<>
Kitsune Ral
2018-12-08
function_traits: more tests, fix function objects/lambdas not working with so...
Kitsune Ral
2018-12-08
Omittable: better editability; drop implicit cast to bool
Kitsune Ral
2018-12-08
Omittable: make operator-> and operator* return an empty object if omitted ==...
Kitsune Ral
2018-12-08
Special-case FALLTHROUGH for Clang
Kitsune Ral
2018-12-08
function_traits<>: support any arity; add compile-time tests
Kitsune Ral
[next]