History log of /openbmc/sdeventplus/src/sdeventplus/clock.cpp (Results 1 – 4 of 4)
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 ...


# a6f7ed7a 23-Feb-2021 William A. Kennington III <wak@google.com>

internal/cexec: Refactor using new macro

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


# 92f21caf 21-Mar-2019 William A. Kennington III <wak@google.com>

tree-wide: Use cexec for checking calls

This makes error handling guaranteed and slightly more compact.

Tested:
Ran through unit test suite.

Change-Id: If12cf253023

tree-wide: Use cexec for checking calls

This makes error handling guaranteed and slightly more compact.

Tested:
Ran through unit test suite.

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

show more ...


# 7597a081 17-Jul-2018 William A. Kennington III <wak@google.com>

clock: Add class for future use