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
/
events
/
event.h
Age
Commit message (
Expand
)
Author
2022-09-04
SingleKeyValue: use reference for template parameter
Alexey Rusakov
2022-09-04
StateEventBase -> StateEvent
Alexey Rusakov
2022-09-04
concept EventClass
Alexey Rusakov
2022-09-04
Disallow direct events construction from JSON
Alexey Rusakov
2022-09-04
CallEventBase -> CallEvent; pack up all call events
Alexey Rusakov
2022-09-04
More cleanup
Alexey Rusakov
2022-09-04
Remove #include "logging.h" from event.h
Alexey Rusakov
2022-09-04
Streamline event types
Alexey Rusakov
2022-09-04
EventMetaType, QUO_EVENT, QUO_BASE_EVENT
Alexey Rusakov
2022-09-04
DEFINE_SIMPLE_EVENT: support custom JSON keys
Alexey Rusakov
2022-07-30
moving eventCast(): disallow passing nullptr
Alexey Rusakov
2022-07-29
Moving eventCast()
Alexey Rusakov
2022-07-12
fromJson()/toJson() refactoring
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-05-08
QUO_CONTENT_GETTER
Alexey Rusakov
2022-05-08
Generalise DEFINE_SIMPLE_EVENT
Alexey Rusakov
2022-05-08
basic*EventJson() -> *Event::basicJson()
Alexey Rusakov
2022-02-14
Revert "Don't #include "logging.h" from headers"
Alexey Rusakov
2022-02-14
Don't #include "logging.h" from headers
Alexey Rusakov
2022-01-23
Fix visit() return type
Alexey Rusakov
2022-01-18
Revise inline keyword usage
Alexey Rusakov
2022-01-05
DEFINE_EVENT_TYPEID: fix up deprecation warnings
Alexey Rusakov
2022-01-01
Fix more Sonar warnings
Alexey Rusakov
2022-01-01
Don't use QUOTIENT_API inside REGISTER_EVENT_TYPE
Alexey Rusakov
2022-01-01
Drop inline next to constexpr
Alexey Rusakov
2021-12-29
Use QLatin1String for event typeId's
Alexey Rusakov
2021-12-29
Refactor EventFactory and move it out of _impl::
Alexey Rusakov
2021-12-29
Add QUOTIENT_API throughout non-generated code
Alexey Rusakov
2021-12-27
Key* strings: drop 'static'; add 'constexpr' where ok
Alexey Rusakov
2021-12-22
Simplify the code around EventFactory<>
Alexey Rusakov
2021-12-02
Improve function_traits<>; split out from util.*
Alexey Rusakov
2021-12-02
visit(Event, ...) -> switchOnType()
Alexey Rusakov
2021-11-28
Comment on const return types in event.h
Alexey Rusakov
2021-11-28
Event::unsignedPart()
Alexey Rusakov
2021-11-27
basicEventJson(): dismiss with the template
Alexey Rusakov
2021-11-27
Event::content() -> contentPart()
Alexey Rusakov
2021-11-26
Revert "Drop #include "logging.h" from event.h"
Alexey Rusakov
2021-11-26
Event: deprecate originalJson[Object]()
Alexey Rusakov
2021-11-26
Drop #include "logging.h" from event.h
Alexey Rusakov
2021-11-26
Drop Q_GADGET from most uncopyable classes; other minor cleanup
Alexey Rusakov
2021-11-08
Q_DISABLE_MOVE/COPY_MOVE; QT_IGNORE_DEPRECATIONS
Alexey Rusakov
2021-01-16
Updated copyright statements upon Git audit
Kitsune Ral
2021-01-15
Merge pull request #428 from ognarb/licensing
Kitsune Ral
2020-12-28
event.h: Fix breakage of AppVeyor CI
Kitsune Ral
2020-12-28
event.h: Minor tweaks around visit<>
Kitsune Ral
2020-12-26
Port existing copyright statement to reuse using licensedigger
Carl Schwan
2020-11-15
Cleanup across event classes
Kitsune Ral
2020-11-12
More JSON key constants
Kitsune Ral
2020-08-02
Event::dumpTo: make protected, and RoomEvent override
Kitsune Ral
[next]