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
2019-06-24
Merge branch 'master' into clang-format
Kitsune Ral
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
2018-11-22
Generalise and expose cacheLocation()
Kitsune Ral
2018-09-09
util.h: move qAsConst out of QMatrixClient
Kitsune Ral
2018-08-13
ConnectionsGuard: Fix clazy warning
Kitsune Ral
2018-07-27
util.h: findFirstOf
Kitsune Ral
2018-07-27
Fix compilation with Clang
Kitsune Ral
2018-07-27
Omittable<>: use std::decay<>, add assertion
Kitsune Ral
2018-07-08
Revert perfect forwarding support in Omittable
Kitsune Ral
2018-07-08
Omittable: support perfect forwarding
Kitsune Ral
2018-07-08
Move Omittable<> to util.h
Kitsune Ral
2018-07-07
util.h: DISABLE_MOVE macro
Kitsune Ral
2018-07-04
Event types system remade to be extensible
Kitsune Ral
2018-07-03
Roll various switch case fallthrough markers into a macro
Kitsune Ral
2018-07-03
Provide #include back-compatibility for REGISTER_ENUM
Kitsune Ral
2018-07-01
More cleanup and minor tweaks
Kitsune Ral
2018-05-28
Move out prettyPrint() from Room to util.h
Kitsune Ral
2018-05-03
GetRoomEventsJob (replaces RoomMessagesJob) + refactoring
Kitsune Ral
2018-05-01
ConnectionsGuard: one more fix about defaults
Kitsune Ral
2018-04-30
ConnectionsGuard: suppress the copying assignment operator
Kitsune Ral
2018-04-16
ConnectionsGuard<> template to automatically disconnect subscribers
Kitsune Ral
2018-04-02
lookup()/dispatch() removed; unique_ptr_cast() and qAsConst() introduced
Kitsune Ral
2018-03-31
Move source files to a separate folder
Kitsune Ral