#
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>
|
#
23314a5c |
| 13-Apr-2022 |
George Liu <liuxiwei@inspur.com> |
meson: Eliminate warning messages
Eliminate `[-Werror=unused-parameter]` warning message
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: If4f8aee3ce71b5c6e6ad1d168859c03bd7bfa933
|
#
ec2709fe |
| 13-Jul-2021 |
Patrick Williams <patrick@stwcx.xyz> |
main: remove global exception catch
It is bad form to catch all exceptions globally and then exit the program because they are nearly impossible to debug. The global std::terminate handler has the
main: remove global exception catch
It is bad form to catch all exceptions globally and then exit the program because they are nearly impossible to debug. The global std::terminate handler has the same behavior as the previous try-catch, ie. it prints the exception and exits with a bad return code, but it has the positive of generating a core-dump which can be used for additional debug. This way, the core-dump can be analyzed, if needed, to determine where the exception was raised.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia75ee55562fa588838d16fceca161d57576f7548
show more ...
|
#
20c9435c |
| 06-Dec-2020 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
manager: claim busname after startup complete
Idiomatic DBus programming would have us defer claiming a well known bus name until after all of our startup initialization is done. This avoids unnece
manager: claim busname after startup complete
Idiomatic DBus programming would have us defer claiming a well known bus name until after all of our startup initialization is done. This avoids unnecessary PropertiesChanged or ObjectManager signals during our startup phase with callbacks that generate dbus activity such as createObjects or setProperty.
Change-Id: I5f91bbc2a9a5b343e8db214ebadb52bc71b2d459 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
#
acaaab6a |
| 06-Dec-2020 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
manager: remove unused interface
The manager doesn't use the interface being passed in, so remove it.
Change-Id: I1ebb07a7fa109d41a0a06772c5229b896f4352f3 Signed-off-by: Brad Bishop <bradleyb@fuzzi
manager: remove unused interface
The manager doesn't use the interface being passed in, so remove it.
Change-Id: I1ebb07a7fa109d41a0a06772c5229b896f4352f3 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
#
a83db30e |
| 06-Dec-2020 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
style: update clang-format
Pull the most recent OpenBMC style rules and run clang-format.
Change-Id: I11a25ea1e62d6c739010d9dd742a139fb17cc09a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.co
style: update clang-format
Pull the most recent OpenBMC style rules and run clang-format.
Change-Id: I11a25ea1e62d6c739010d9dd742a139fb17cc09a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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 ...
|
#
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>
|
#
6524758b |
| 15-Jan-2017 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
Remove pointless move operations
Change-Id: I7ea63f3b78e62fa40247806ceca7b84b7e36f875 Signed-off-by: Brad Bishop <<bradleyb@fuzziesquirrel.com>
|
#
7b33777b |
| 12-Jan-2017 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
Run astyle
Change-Id: Iec4802e9837465a7deb1fd7fd57a2068cc18c50d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
#
49aefb31 |
| 19-Oct-2016 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
Add manager skeleton
Add stubbed Notify implementation and register for generated signal callbacks.
Add a unit test; which, at this point does little more than verify we don't coredump on startup.
Add manager skeleton
Add stubbed Notify implementation and register for generated signal callbacks.
Add a unit test; which, at this point does little more than verify we don't coredump on startup.
Change-Id: I0cda71935947c0d082612a5c52e2b7eba98516ab Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
#
73b776bd |
| 19-Oct-2016 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
Application stub and build rules
Create a basic autoconf setup.
Change-Id: I3135aded1be79ca552b564b2575be7a20fad0285 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|