History log of /openbmc/sdeventplus/src/sdeventplus/source/child.hpp (Results 1 – 7 of 7)
Revision Date Author Comments
# a8c11e3c 10-May-2023 Patrick Williams <patrick@stwcx.xyz>

clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest

clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

Change-Id: I84a952aae0e96b2960d8622659902df660d5ddb8
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 5320b1f5 29-Mar-2019 William A. Kennington III <wak@google.com>

source/*: Implement heap based userdata

This makes no immediate change to the external interface, but it will
enable us to do things like making copies of the event sources and
suppo

source/*: Implement heap based userdata

This makes no immediate change to the external interface, but it will
enable us to do things like making copies of the event sources and
support for floating event source types.

Change-Id: Ida73e773eb0869f6f6f21c1e03c61e9ce2b5625c
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...


# 220b5dab 29-Mar-2019 William A. Kennington III <wak@google.com>

source/*: Use unique_function so our callbacks can be move-only

This will allow move-only types like unique_ptr to be used in callbacks.

Change-Id: Ia99925cea3bf96e3c213ba0fe093cc6a

source/*: Use unique_function so our callbacks can be move-only

This will allow move-only types like unique_ptr to be used in callbacks.

Change-Id: Ia99925cea3bf96e3c213ba0fe093cc6ab3f5a421
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...


# b53ef902 29-Oct-2018 William A. Kennington III <wak@google.com>

source/*: Make updating callbacks possible

Sometimes callers want to be able to update the callback used when the
source is acted upon. This is needed for updating references stored in

source/*: Make updating callbacks possible

Sometimes callers want to be able to update the callback used when the
source is acted upon. This is needed for updating references stored in
the callback.

Tested:
Run through the unit test suite.

Change-Id: I78bda32569287964bfc9d49501869d3a2b497f3d
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...


# 51c9b4c4 25-Sep-2018 William A. Kennington III <wak@google.com>

documentation: Cleanup and clarification

This change clarifies some of the built-in sd_event behavior and points
the reader to the relevant sd_event documentation where applicable.

documentation: Cleanup and clarification

This change clarifies some of the built-in sd_event behavior and points
the reader to the relevant sd_event documentation where applicable.

Change-Id: Ic12d6a2d4364aa529240660a532af2bde4a4d89f
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...


# b779307c 24-Jul-2018 William A. Kennington III <wak@google.com>

source/child: Document header


# 571fdf9e 22-Jul-2018 William A. Kennington III <wak@google.com>

source/child: Implement