Searched hist:"17 a897df9fd974e7b7b15fe61c9e59179c7b9fca" (Results 1 – 5 of 5) sorted by relevance
/openbmc/bmcweb/include/ |
H A D | dbus_utility.hpp | diff 17a897df9fd974e7b7b15fe61c9e59179c7b9fca Sat Sep 12 05:01:58 CDT 2020 Manojkiran Eda <manojkiran.eda@gmail.com> Improve loops & fix cpp check warning
- This commit improves certain while loops to range based for loops.
- This commit also fixes the cppcheck warning that mentions about performance issues when using postfix operators on non-primitive types.
Tested By: - A function is unittested. - GET on both EthernetInterfaces & certificate service looks good without any issues.
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I85420f7bf9af45a97e1a93b916f292c2516f5802
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | certificate_service.hpp | diff 17a897df9fd974e7b7b15fe61c9e59179c7b9fca Sat Sep 12 05:01:58 CDT 2020 Manojkiran Eda <manojkiran.eda@gmail.com> Improve loops & fix cpp check warning
- This commit improves certain while loops to range based for loops.
- This commit also fixes the cppcheck warning that mentions about performance issues when using postfix operators on non-primitive types.
Tested By: - A function is unittested. - GET on both EthernetInterfaces & certificate service looks good without any issues.
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I85420f7bf9af45a97e1a93b916f292c2516f5802
|
H A D | managers.hpp | diff 17a897df9fd974e7b7b15fe61c9e59179c7b9fca Sat Sep 12 05:01:58 CDT 2020 Manojkiran Eda <manojkiran.eda@gmail.com> Improve loops & fix cpp check warning
- This commit improves certain while loops to range based for loops.
- This commit also fixes the cppcheck warning that mentions about performance issues when using postfix operators on non-primitive types.
Tested By: - A function is unittested. - GET on both EthernetInterfaces & certificate service looks good without any issues.
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I85420f7bf9af45a97e1a93b916f292c2516f5802
|
H A D | ethernet.hpp | diff 17a897df9fd974e7b7b15fe61c9e59179c7b9fca Sat Sep 12 05:01:58 CDT 2020 Manojkiran Eda <manojkiran.eda@gmail.com> Improve loops & fix cpp check warning
- This commit improves certain while loops to range based for loops.
- This commit also fixes the cppcheck warning that mentions about performance issues when using postfix operators on non-primitive types.
Tested By: - A function is unittested. - GET on both EthernetInterfaces & certificate service looks good without any issues.
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I85420f7bf9af45a97e1a93b916f292c2516f5802
|
/openbmc/bmcweb/ |
H A D | meson.build | diff 17a897df9fd974e7b7b15fe61c9e59179c7b9fca Sat Sep 12 05:01:58 CDT 2020 Manojkiran Eda <manojkiran.eda@gmail.com> Improve loops & fix cpp check warning
- This commit improves certain while loops to range based for loops.
- This commit also fixes the cppcheck warning that mentions about performance issues when using postfix operators on non-primitive types.
Tested By: - A function is unittested. - GET on both EthernetInterfaces & certificate service looks good without any issues.
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I85420f7bf9af45a97e1a93b916f292c2516f5802
|