#
0414f0ec |
| 17-Mar-2021 |
Shawn McCarney <shawnmm@us.ibm.com> |
regulators: Enhance exception utilities Implement function that finds all exceptions within a nested exception and returns them in a vector. This function makes it easier to han
regulators: Enhance exception utilities Implement function that finds all exceptions within a nested exception and returns them in a vector. This function makes it easier to handle nested exceptions. You can iterate over them in a simple loop instead of writing recursive code. The new function exists in the exception_utils namespace. Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I36b135584ec6024625a572bbe0522643406245cd
show more ...
|
#
18a8e491 |
| 20-Aug-2020 |
Bob King <Bob_King@wistron.com> |
regulators: Delete journal.cpp and mock_journal.cpp Delete the file journal.cpp, it is no longer needed. Delete the file mock_journal.cpp, it is no longer needed. Delete lo
regulators: Delete journal.cpp and mock_journal.cpp Delete the file journal.cpp, it is no longer needed. Delete the file mock_journal.cpp, it is no longer needed. Delete log() method in exception_utils.cpp, it is no longer needed. Signed-off-by: Bob King <Bob_King@wistron.com> Change-Id: Ifb9d3524f2b9c7f9b266e03ef52e1cba0a49c08d
show more ...
|
#
55f496c5 |
| 09-Apr-2020 |
Shawn McCarney <shawnmm@us.ibm.com> |
regulators: Create exception_utils namespace This namespace contains utility functions for handling exceptions. Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: Ie9
regulators: Create exception_utils namespace This namespace contains utility functions for handling exceptions. Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: Ie945c7882cdede398af56dcd2d2c3c9c70320e92
show more ...
|