History log of /openbmc/gpioplus/src/gpioplus/event.hpp (Results 1 – 8 of 8)
Revision Date Author Comments
# 91214423 16-Jun-2024 Manojkiran Eda <manojkiran.eda@gmail.com>

Fix spelling mistakes using codespell

This commit corrects various spelling mistakes throughout the
repository. The corrections were made automatically using `codespell`[1]
tool.

[1]: https://githu

Fix spelling mistakes using codespell

This commit corrects various spelling mistakes throughout the
repository. The corrections were made automatically using `codespell`[1]
tool.

[1]: https://github.com/codespell-project/codespell

Change-Id: I1328f3ee46fdfd4b0285a235fe0dda51e36066e8
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>

show more ...


# 7ba248ad 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: I3a681a9dd632fc31b26bf2df50de0cf4b65f8ec0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 084683a4 19-Dec-2018 William A. Kennington III <wak@google.com>

event: Add mock for clients

Makes it easier for client libraries to test their gpio logic.

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

event: Add mock for clients

Makes it easier for client libraries to test their gpio logic.

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

show more ...


# 4d40f764 20-Sep-2018 William A. Kennington III <wak@google.com>

{event,handle}: Clarify object lifetime requirements

It was unclear from the current docuemntation that Handles and Events do
not depend on the Chip or their input flags remaining alive during
the l

{event,handle}: Clarify object lifetime requirements

It was unclear from the current docuemntation that Handles and Events do
not depend on the Chip or their input flags remaining alive during
the lifetime of the object. This makes that more clear.

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

show more ...


# 68cce0fa 27-Aug-2018 William A. Kennington III <wak@google.com>

event: timestamp should use chrono types


# abfa1ca5 27-Aug-2018 William A. Kennington III <wak@google.com>

event: Document


# 12cd2543 22-Aug-2018 William A. Kennington III <wak@google.com>

Replace all public `const char *` with `std::string_view`


# 05c6d5fc 16-Aug-2018 William A. Kennington III <wak@google.com>

Basic Functionality