Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
sdeventplus
/
b0a0e4db4628e2bab502767aa08cf236a0d0bf5d
b0a0e4d
utility/timer: Allow floating
by William A. Kennington III
· 4 years, 5 months ago
3d37b58
utility/timer: Implement heap based userdata
by William A. Kennington III
· 6 years ago
1b49b6f
example/heartbeat: Demonstrate a floating source
by William A. Kennington III
· 6 years ago
43493b5
source/base: Support floating sources
by William A. Kennington III
· 6 years ago
a5b752a
sdevent: Support floating sources
by William A. Kennington III
· 6 years ago
56dc78b
source/*: Allow copies to be made
by William A. Kennington III
· 6 years ago
5320b1f
source/*: Implement heap based userdata
by William A. Kennington III
· 6 years ago
9bfd7b0
utility/timer: Use unique_function so our callbacks can be move-only
by William A. Kennington III
· 6 years ago
546fa93
src: Fix non-installed types.hpp
by William A. Kennington III
· 4 years, 5 months ago
220b5da
source/*: Use unique_function so our callbacks can be move-only
by William A. Kennington III
· 6 years ago
e68f5b5
event: Add non-owning constructor
by William A. Kennington III
· 6 years ago
9412219
README: Fix for meson instructions
by William A. Kennington III
· 4 years, 5 months ago
8c34c80
meson: Don't use unneeded features in subprojects
by William A. Kennington III
· 4 years, 5 months ago
0578472
src: Fix pkgconfig generation missing systemd requirement
by William A. Kennington III
· 4 years, 5 months ago
fa27734
src: Allow for stdplus to be vendored
by William A. Kennington III
· 4 years, 9 months ago
bbd1b56
test: Allow optional usage of vendored googletest
by William A. Kennington III
· 4 years, 9 months ago
b315a2a
clang-format: Apply update 6 -> 8 fixes
by William A. Kennington III
· 5 years ago
e19c3cf
sdevent: Support source destroy callbacks
by William A. Kennington III
· 6 years ago
594e5a8
sdevent: Support getting userdata
by William A. Kennington III
· 6 years ago
ce045ac
autotools: Remove
by William A. Kennington III
· 6 years ago
8ec59e6
meson: Use declare_dependency for libraries
by William A. Kennington III
· 6 years ago
5457dae
meson: Style fix
by William A. Kennington III
· 6 years ago
2301d47
source/base: Fix docs for owning constructor
by William A. Kennington III
· 6 years ago
1e125d9
source/base: sourceCallback forward reference type information
by William A. Kennington III
· 6 years ago
8eaf5fc
internal/utils: performCallback should preserve argument references
by William A. Kennington III
· 6 years ago
2584f9d
example/heartbeat: Add signal handling
by William A. Kennington III
· 6 years ago
9ce0d10
sdevent: Fix missing parameter names
by William A. Kennington III
· 6 years ago
92f21ca
tree-wide: Use cexec for checking calls
by William A. Kennington III
· 6 years ago
b555c4e
source/base: Remove unused ref constructor
by William A. Kennington III
· 6 years ago
e04cb03
internal/sdref: Remove in favor of stdplus/handle
by William A. Kennington III
· 6 years ago
127f321
tree-wide: Use get() helper instead of direct access
by William A. Kennington III
· 6 years ago
2d8f8cc
meson: Add version to library
by William A. Kennington III
· 6 years ago
d41a942
autotools: Fix for autoconf-archive 2019.01.19
by William A. Kennington III
· 6 years ago
651e87a
clang-tidy: Basic configuration
by William A. Kennington III
· 6 years ago
d4b33e9
meson: Add alternative build system
by William A. Kennington III
· 6 years ago
08ebb39
utility/timer: Implement callback setting
by William A. Kennington III
· 6 years ago
a5f8596
utility/timer: Make movable
by William A. Kennington III
· 6 years ago
b53ef90
source/*: Make updating callbacks possible
by William A. Kennington III
· 6 years ago
463d5c3
clock: Make it possible to move assign
by William A. Kennington III
· 6 years ago
27b7301
utility/timer: Make it possible to get the Event
by William A. Kennington III
· 6 years ago
c07ddb5
source/signal: Clarify signal bocking during construction
by William A. Kennington III
· 6 years ago
ba04ffb
utility/timer: Implement oneshot timers
by William A. Kennington III
· 6 years ago
fa9431d
example: Add a repeating timer sample
by William A. Kennington III
· 6 years ago
406b86e
example/heartbeat: Refactor
by William A. Kennington III
· 6 years ago
4755818
utility/timer: Callback should pass in the timer
by William A. Kennington III
· 6 years ago
2923d17
source/signal: Document
by William A. Kennington III
· 6 years ago
51c9b4c
documentation: Cleanup and clarification
by William A. Kennington III
· 6 years ago
6a447ba
Spelling fixes
by Gunnar Mills
· 6 years ago
81282e1
utility/timer: Implement
by William A. Kennington III
· 6 years ago
7f58b2a
source/io: Fix documentation
by William A. Kennington III
· 6 years ago
65da782
source/time: Fix missing documentation
by William A. Kennington III
· 6 years ago
59a4722
test: Build test cases with their respective c++ files
by William A. Kennington III
· 6 years ago
de22092
pkg-config: Add missing description field
by William A. Kennington III
· 6 years ago
5f3cdfa
Upgrade to C++17
by William A. Kennington III
· 6 years ago
d38b8ff
configure: Fix accidentally used tabs
by William A. Kennington III
· 6 years ago
cf1f4f9
configure: Fix location of code coverage disablement
by William A. Kennington III
· 6 years ago
90dbcd7
configure: Fix building when tests are disabled
by William A. Kennington III
· 6 years ago
20832de
configure: Style fixes
by William A. Kennington III
· 6 years ago
a576582
source/io: Document header
by William A. Kennington III
· 6 years ago
6342364
source/event: Document header
by William A. Kennington III
· 6 years ago
b779307
source/child: Document header
by William A. Kennington III
· 6 years ago
bc4e456
source/base: More documentation
by William A. Kennington III
· 6 years ago
8fd0cd4
source/base: Improve some method types
by William A. Kennington III
· 6 years ago
3c845ca
source/base: Document header
by William A. Kennington III
· 6 years ago
eeef469
exception: Document header
by William A. Kennington III
· 6 years ago
f16d903
clock: Document header
by William A. Kennington III
· 6 years ago
0005e30
event: Fix watchdog types
by William A. Kennington III
· 6 years ago
fb601de
event: Add header documentation
by William A. Kennington III
· 6 years ago
85aa760
internal: More doc clarification
by William A. Kennington III
· 6 years ago
16cf1b6
internal: Add header documentation
by William A. Kennington III
· 6 years ago
7b79fb5
example/follow: Implement
by William A. Kennington III
· 6 years ago
86be5dd
source/event: Rename Event to EventBase
by William A. Kennington III
· 6 years ago
eaf815f
source/io: Temporarily remove {get,set}_fd_own
by William A. Kennington III
· 6 years ago
571fdf9
source/child: Implement
by William A. Kennington III
· 6 years ago
210ce58
source/signal: Missing <sdeventplus/evet.hpp>
by William A. Kennington III
· 6 years ago
a3a3850
source/signal: Implement
by William A. Kennington III
· 6 years ago
ce80c3f
source/io: Implement
by William A. Kennington III
· 6 years ago
ebcb4f1
test/source/event: Add missing <type_traits>
by William A. Kennington III
· 6 years ago
09e36d7
internal/sdevent: Build impl into object
by William A. Kennington III
· 6 years ago
5a7365c
source/event: Implement event_handler style sources
by William A. Kennington III
· 6 years ago
425691a
test/time: Missing functional
by William A. Kennington III
· 6 years ago
1072c7f
test/time: Validate callback
by William A. Kennington III
· 6 years ago
7e2e60e
example/heartbeat: Show a time example
by William A. Kennington III
· 6 years ago
e32a88e
source/time: Implement
by William A. Kennington III
· 6 years ago
15ac222
configure: Remove default automake includes
by William A. Kennington III
· 6 years ago
00ede16
utils: Fix type of performCallback
by William A. Kennington III
· 6 years ago
e0f1d19
source/base: Make callback handling generic
by William A. Kennington III
· 6 years ago
4e9e604
internal/utils: Errors now have names
by William A. Kennington III
· 6 years ago
feef68f
source/base: Refactor out callback routine
by William A. Kennington III
· 6 years ago
2d943ea
source/base: Support automatically configuring userdata
by William A. Kennington III
· 6 years ago
e3e1df0
test/source/base: Clean up duplicated code
by William A. Kennington III
· 6 years ago
cc6b12b
source/base: Implement moving
by William A. Kennington III
· 6 years ago
f5285c7
source/base: Make it possible to get the prepare callback
by William A. Kennington III
· 6 years ago
4863b96
source/base: Make it possible to get the underlying sd_event_source
by William A. Kennington III
· 6 years ago
7c24e05
source/base: Only disable the event if it exists
by William A. Kennington III
· 6 years ago
715c72f
source/base: Take an event directly instead of sdevent
by William A. Kennington III
· 6 years ago
d9fd981
source/base: Constify
by William A. Kennington III
· 6 years ago
fe05991
event: Add trivial functions
by William A. Kennington III
· 6 years ago
ed05921
code-coverage: Make lcov options configurable
by William A. Kennington III
· 6 years ago
7597a08
clock: Add class for future use
by William A. Kennington III
· 6 years ago
Next »