#
51aff45e |
| 16-Dec-2024 |
Matt Spinler <spinler@us.ibm.com> |
Remove vim mode lines
Editor settings aren't needed in source files.
Change-Id: Ieb0229b6fe0bb14f128b6946a29a3283a53f0b90 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
|
#
cf5d024b |
| 14-Apr-2022 |
George Liu <liuxiwei@inspur.com> |
logging: switch to lg2
After switching to C++20, it is recommended to use `phosphor::lg2` to format log, and the correct `CODE_LINE` and `CODE_FUNC` values can be used in log tracking.
Signed-off-b
logging: switch to lg2
After switching to C++20, it is recommended to use `phosphor::lg2` to format log, and the correct `CODE_LINE` and `CODE_FUNC` values can be used in log tracking.
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: If1cbc1f1eb4ccd02fe2e95f2f09a4fd0b43a0851
show more ...
|
#
a680d1ef |
| 14-Oct-2018 |
Patrick Venture <venture@google.com> |
formatter: update clang-format and fix-up file(s)
clang-format-6.0 introduced new changes, also then updates to .clang-format introduce more new changes.
Change-Id: Iec9f84e3a7a5bf254d66eee46cdc9b3
formatter: update clang-format and fix-up file(s)
clang-format-6.0 introduced new changes, also then updates to .clang-format introduce more new changes.
Change-Id: Iec9f84e3a7a5bf254d66eee46cdc9b3070e06687 Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|
#
63b07dca |
| 12-May-2018 |
Joseph Reynolds <jrey@us.ibm.com> |
Use s.c_str() in log messages
Resolves openbmc/openbmc#2905
Tested: static_assert only
Change-Id: Ib39ca78a6edd415263c75175190da3b3ee7ab183 Signed-off-by: Joseph Reynolds <jrey@us.ibm.com>
|
#
615b2a8f |
| 29-Mar-2018 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
Enable clang-format
Fix up problems and enable clang-format during CI builds.
Change-Id: Ia5c88281f7090c0aa09ba586d968f1fcd8aba4f1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
#
101d837c |
| 20-Feb-2017 |
Saqib Khan <khansa@us.ibm.com> |
Import phosphor-logging header files from new directory.
Phase2: Changing the phosphor-logging header files import from base dir to files under phosphor-logging folder. Once all projects import from
Import phosphor-logging header files from new directory.
Phase2: Changing the phosphor-logging header files import from base dir to files under phosphor-logging folder. Once all projects import from the new dir, the files in the base dir will be deleted.
Change-Id: I579553e1ce2ececaf9d7207eed35728fdb11fe7c Signed-off-by: Saqib Khan <khansa@us.ibm.com>
show more ...
|
#
0237971c |
| 31-Jan-2017 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
Add interface exception class
Add an exception class for interface errors.
Change-Id: I8409e345ff5dd5cf3744b1c2ef9501199bbadfee Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|