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
/
eventloader.h
Age
Commit message (
Expand
)
Author
2022-09-04
Streamline event types
Alexey Rusakov
2022-08-05
eventloader.h: use basicJson() in a uniform way
Alexey Rusakov
2022-08-01
Fix FTBFS
Alexey Rusakov
2022-08-01
Pull out common JsonConverter code to JsonObjectUnpacker
Alexey Rusakov
2022-05-08
basic*EventJson() -> *Event::basicJson()
Alexey Rusakov
2021-12-22
Simplify the code around EventFactory<>
Alexey Rusakov
2021-01-16
Updated copyright statements upon Git audit
Kitsune Ral
2020-12-26
Port existing copyright statement to reuse using licensedigger
Carl Schwan
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-06
loadStateEvent()
Kitsune Ral
2019-06-24
Merge branch 'master' into clang-format
Kitsune Ral
2019-03-02
style: apply .clang-format to all .cpp and .h files
Marc Deop
2018-12-08
Refactor toJson/fillJson
Kitsune Ral
2018-11-20
eventloader.h: drop unneeded #include
Kitsune Ral
2018-09-29
Prepare for CS API 0.4.0
Kitsune Ral
2018-07-11
EventFactory::make() should return nullptr in case of failure
Kitsune Ral
2018-07-04
Break down event.* into smaller files
Kitsune Ral