Age | Commit message (Expand) | Author |
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 |
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 |