Age | Commit message (Expand) | Author |
2021-12-29 | Refactor EventFactory and move it out of _impl:: | Alexey Rusakov |
2021-12-29 | Regenerate CS API files | Alexey Rusakov |
2021-12-29 | operation.h.mustache: Add QUOTIENT_API | Alexey Rusakov |
2021-12-29 | Add QUOTIENT_API throughout non-generated code | Alexey Rusakov |
2021-12-29 | Quotest: test sending and receiving custom events | Alexey Rusakov |
2021-12-29 | Introduce quotient_export.h | Alexey Rusakov |
2021-12-27 | Key* strings: drop 'static'; add 'constexpr' where ok | Alexey Rusakov |
2021-12-27 | Connection: Simplify room/user factory code | Alexey Rusakov |
2021-12-27 | Quotest: add compile warnings from libQuotient | Alexey Rusakov |
2021-12-26 | Merge #528: Make canChangePassword available from QML | Alexey Rusakov |
2021-12-25 | Make canChangePassword available from QML | Carl Schwan |
2021-12-24 | Prune empty/ish call*event.cpp files | Alexey Rusakov |
2021-12-24 | CI: Fix rm being run in the wrong directory | Alexey Rusakov |
2021-12-24 | CI: Move a comment outside of the script | Alexey Rusakov |
2021-12-24 | CI: Add missing coverage files | Alexey Rusakov |
2021-12-24 | Merge branch 'kitsune/sonar-coverage' | Alexey Rusakov |
2021-12-24 | Reinstate update-api jobs | Alexey Rusakov |
2021-12-24 | Don't strip lib from names in .gcov files | Alexey Rusakov |
2021-12-24 | Analyse in 2 threads | Alexey Rusakov |
2021-12-24 | Actually do and submit coverage | Alexey Rusakov |
2021-12-24 | Merge Sonar invocation back to ci.yml | Alexey Rusakov |
2021-12-24 | Sonar: add coverage analysis | Alexey Rusakov |
2021-12-24 | Sonar: leave just one job | Alexey Rusakov |
2021-12-22 | Merge pull request #526 from quotient-im/kitsune/simpler-event-factories | Alexey Rusakov |
2021-12-22 | StateEventBase: force type to unknown if stateKey is not in JSON | Alexey Rusakov |
2021-12-22 | Simplify the code around EventFactory<> | Alexey Rusakov |
2021-12-21 | Don't chain RoomEvent to Event factory any more | Alexey Rusakov |
2021-12-21 | Add event_loader.h to CMakeLists | Alexey Rusakov |
2021-12-21 | Quotest: add a missing \n in the output | Alexey Rusakov |
2021-12-17 | RoomMemberEvent: fix an off-by-one error | Alexey Rusakov |
2021-12-10 | Merge pull request #523 from quotient-im/kitsune/ci-add-autotests | Alexey Rusakov |
2021-12-09 | Fix CI failure on macOS | Alexey Rusakov |
2021-12-08 | Test installed quotest | Alexey Rusakov |
2021-12-07 | CI: Put all build directories to ${{ runner.workspace }}/build | Alexey Rusakov |
2021-12-07 | Fix valgrind invocation failure | Alexey Rusakov |
2021-12-07 | Fix quotest invocation; use working-directory | Alexey Rusakov |
2021-12-06 | autotests/: don't instantiate QApplication | Alexey Rusakov |
2021-12-06 | Add execution of autotests to CI | Alexey Rusakov |
2021-12-05 | Drop 'qmc-example' from one last(?) place | Alexey Rusakov |
2021-12-03 | Cleanup; drop an unused RoomAliasesEvent constructor | Alexey Rusakov |
2021-12-03 | Add a couple of bare .h files to CMakeLists.txt | Alexey Rusakov |
2021-12-03 | Rely on GTAD 0.9 that calls clang-format itself | Alexey Rusakov |
2021-12-03 | CMakeLists.txt: add .h files to sources | Alexey Rusakov |
2021-12-02 | Cleanup on Sonar issues | Alexey Rusakov |
2021-12-02 | Improve function_traits<>; split out from util.* | Alexey Rusakov |
2021-12-02 | visit(Event, ...) -> switchOnType() | Alexey Rusakov |
2021-11-29 | Track room stubbed state size in logs | Alexey Rusakov |
2021-11-28 | Simplify converters.* | Alexey Rusakov |
2021-11-28 | CMakeLists: drop obsolete -W from the warnings list | Alexey Rusakov |
2021-11-28 | Comment on const return types in event.h | Alexey Rusakov |