Age | Commit message (Expand) | Author |
2022-07-11 | Add QUOTIENT_API to RoomStateView | Alexey Rusakov |
2022-07-08 | qt_connection_util.h: use auto | Alexey Rusakov |
2022-07-08 | clang-format: don't break lines before lambda body | Alexey Rusakov |
2022-07-08 | Use clang-format 12; update CONTRIBUTING.md wrt code formatting | Alexey Rusakov |
2022-07-08 | Merge remote-tracking branch 'origin/kitsune/c++20-galore' into dev | Alexey Rusakov |
2022-07-08 | Adjust Synapse image for tests | Alexey Rusakov |
2022-07-08 | CI: use GCC 11 and (therefore) ubuntu-22.04 | Alexey Rusakov |
2022-07-07 | Avoid std::derived_from and std::bind_front | Alexey Rusakov |
2022-07-03 | Shorten switchOnType, function_traits and connect* | Alexey Rusakov |
2022-06-24 | Make EventContent::Base() move constructor noexcept | Alexey Rusakov |
2022-06-24 | Fix the just introduced Sonar warning | Alexey Rusakov |
2022-06-24 | Start using C++20's designated initializers | Alexey Rusakov |
2022-06-24 | Code cleanup and reformatting | Alexey Rusakov |
2022-06-24 | Rework SignedOneTimeKey as a QJsonObject wrapper | Alexey Rusakov |
2022-06-24 | Fix copy-pasta in signed one-time key JSON dumper | Alexey Rusakov |
2022-06-23 | Streamline Room::P::shouldRotateMegolmSession() | Alexey Rusakov |
2022-06-23 | Use QUO_CONTENT_GETTER | Alexey Rusakov |
2022-06-23 | Drop QUOTIENT_API where it's undue | Alexey Rusakov |
2022-06-22 | Fix signature verification | Alexey Rusakov |
2022-06-22 | .clang-tidy: drop another rather useless warning | Alexey Rusakov |
2022-06-22 | RoomSummary::merge(): explicitly cast between int and bool | Alexey Rusakov |
2022-06-22 | Streamline RoomPowerLevelsEvent backoffice code | Alexey Rusakov |
2022-06-22 | Address a few more Sonar warnings | Alexey Rusakov |
2022-06-22 | Clean up RequestData from Sonar warnings | Alexey Rusakov |
2022-06-22 | Use fixed width types for enums | Alexey Rusakov |
2022-06-22 | More .clang-tidy tweaks | Alexey Rusakov |
2022-06-21 | Fix a few clang-tidy/GCC warnings | Alexey Rusakov |
2022-06-21 | CMakeLists: suppress subobject-linkage warnings | Alexey Rusakov |
2022-06-21 | .clang-tidy: drop some dubious noisy warnings | Alexey Rusakov |
2022-06-21 | Move out Overloads to util.h | Alexey Rusakov |
2022-06-21 | room.cpp: replace two signal connections with one | Alexey Rusakov |
2022-06-19 | Add a missing #include | Alexey Rusakov |
2022-06-19 | CI: fix macos-10.15 leftover | Alexey Rusakov |
2022-06-18 | CI: switch to macos-11 image | Alexey Rusakov |
2022-06-18 | Move C++-only macros to util.h | Alexey Rusakov |
2022-06-18 | Drop make_array(); use std::to_array() where needed | Alexey Rusakov |
2022-06-18 | Drop pre-Qt 5.15 code | Alexey Rusakov |
2022-06-18 | Regenerate API files upon the previous commit | Alexey Rusakov |
2022-06-18 | operation.cpp.mustache: streamline RequestData construction | Alexey Rusakov |
2022-06-18 | Replace LGTM badge with GHA/Sonar | Alexey Rusakov |
2022-06-17 | Merge #562: Build with Qt 5.15 and Qt 6 | Alexey Rusakov |
2022-06-17 | CMakeLists and elsewhere: require Qt 5.15 | Alexey Rusakov |
2022-06-17 | Further fix building with Qt 6 | Alexey Rusakov |
2022-06-17 | Make Connection::sendToDevices() an actual slot | Alexey Rusakov |
2022-06-15 | Rearrange CI jobs to spend time more efficiently | Alexey Rusakov |
2022-06-14 | CI: Switch to Qt 5.15 and introduce Qt 6 options | Alexey Rusakov |
2022-06-14 | CI: bump used versions for GitHub Actions | Alexey Rusakov |
2022-06-14 | Stop using LGTM.com | Alexey Rusakov |
2022-06-14 | Add .clang-tidy file | Alexey Rusakov |
2022-06-13 | Refresh documentation | Alexey Rusakov |