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
/
quotient_common.h
Age
Commit message (
Expand
)
Author
2022-07-12
Refactor things around EncryptionEvent[Content]
Alexey Rusakov
2022-06-22
Use fixed width types for enums
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-02-11
Better documentation for QUO_DECLARE_FLAGS[_NS]
Alexey Rusakov
2022-01-28
QUO_IMPLICIT
Alexey Rusakov
2022-01-18
Add [[maybe_unused]] to things the lib doesn't use
Alexey Rusakov
2022-01-18
Revise inline keyword usage
Alexey Rusakov
2022-01-01
Try to fix building with MSVC with Qt pre-5.14
Alexey Rusakov
2021-12-29
Add QUOTIENT_API throughout non-generated code
Alexey Rusakov
2021-11-26
Drop Q_GADGET from most uncopyable classes; other minor cleanup
Alexey Rusakov
2021-11-21
Minor brushup in the comment to QUO_DECLARE_FLAGS
Alexey Rusakov
2021-11-19
Make enum values logging more terse()
Alexey Rusakov
2021-11-11
DECL_DEPRECATED_ENUMERATOR
Alexey Rusakov
2021-10-12
Make sure to expose both the flags type and the underlying enum
Alexey Rusakov
2021-10-04
quotient_common.h: remove a stray semicolon
Alexey Rusakov
2021-09-14
Add room types to RoomCreateEvent
Tobias Fella
2021-09-01
Fix building with MSVC
Alexey Rusakov
2021-07-18
Add a missing #include
Alexey Rusakov
2021-07-18
Introduce to_array() to fix building on macOS
Alexey Rusakov
2021-07-18
MembershipType -> Membership, also used for JoinState
Alexey Rusakov
2021-01-16
Updated copyright statements upon Git audit
Kitsune Ral
2020-12-27
more :)
Carl Schwan
2020-07-19
MatrixUri->Uri: Extend to non-Matrix URIs
Kitsune Ral
2020-07-18
class MatrixUri; support action=join and via=
Kitsune Ral
2020-06-14
quotient_common.h for common namespace things
Kitsune Ral