Copyright: Move to SPDX-IdentifierOriginal copyright holders have been preserved, this patch moves thecopyright notice to the compact SPDX notation.Change-Id: I910cbc8ee0127e380099e1fbb3e3fb7c0a
Copyright: Move to SPDX-IdentifierOriginal copyright holders have been preserved, this patch moves thecopyright notice to the compact SPDX notation.Change-Id: I910cbc8ee0127e380099e1fbb3e3fb7c0abd24a9Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
show more ...
Fix includesRun misc-include-cleaner on the codebase and fix all the includes.misc-include-cleaner gets some things wrong, so had edit those back toprevious. It doesn't seem to like nlohmann or
Fix includesRun misc-include-cleaner on the codebase and fix all the includes.misc-include-cleaner gets some things wrong, so had edit those back toprevious. It doesn't seem to like nlohmann or zone.hpp very much.At some point in the future we could fix these, and get these enforcedat CI time.Change-Id: Ie087e03dd26570db09e44e5b3f0641fb77668711Signed-off-by: Ed Tanous <etanous@nvidia.com>
Implement clang-tidy fixesclang-tidy allows the CI robot to check many things via static analysis.All changes here were made by the clang-tidy robot, and include a numberof modernization fixes.
Implement clang-tidy fixesclang-tidy allows the CI robot to check many things via static analysis.All changes here were made by the clang-tidy robot, and include a numberof modernization fixes. updating the tidy file will be done at a laterdate.Signed-off-by: Ed Tanous <etanous@nvidia.com>Change-Id: I98cc4d600a3c589675507958f6d2350b2141216b
fix compile warning when meson build- Fix compile warning: [-Werror=unused-variable], [-Werror=sign-compare] and deprecated INSTANTIATE_TEST_CASE_PSigned-off-by: Harvey.Wu <Harvey.Wu@quantatw
fix compile warning when meson build- Fix compile warning: [-Werror=unused-variable], [-Werror=sign-compare] and deprecated INSTANTIATE_TEST_CASE_PSigned-off-by: Harvey.Wu <Harvey.Wu@quantatw.com>Change-Id: If8713f0b938cd5306bbe19a9078731db0c3667dc
sensors/zones: place in namespace and cleanupSigned-off-by: Patrick Venture <venture@google.com>Change-Id: I527dbc8477a232945f696227a7b0b2adbee45175
experiment: cppcheck cleanup[experiments/drive.cpp:83] -> [experiments/drive.cpp:96]: (style)Variable 'check' is reassigned a value before the old one has been used.Change-Id: I241a2b38418ab8979
experiment: cppcheck cleanup[experiments/drive.cpp:83] -> [experiments/drive.cpp:96]: (style)Variable 'check' is reassigned a value before the old one has been used.Change-Id: I241a2b38418ab89790d2d8762aaceb3cd080ad77Signed-off-by: Patrick Venture <venture@google.com>
cleanup: apply constness to read-only iteratorsApply const to read-only iterators to indicate intent more clearly.Change-Id: Ic14304c69361da203d3d3a900180bd54346acc87Signed-off-by: Patrick Ventu
cleanup: apply constness to read-only iteratorsApply const to read-only iterators to indicate intent more clearly.Change-Id: Ic14304c69361da203d3d3a900180bd54346acc87Signed-off-by: Patrick Venture <venture@google.com>
add .clang-formatChange-Id: I6627b5569c2e0f730be7331403218b823a2c622fSigned-off-by: Patrick Venture <venture@google.com>
Scripts and main daemonThis includes the scripts for the YAML parsing and themain execution point.Change-Id: If42154c621353b23370b63d4e58f6c75bca8b356Signed-off-by: Patrick Venture <venture@goo
Scripts and main daemonThis includes the scripts for the YAML parsing and themain execution point.Change-Id: If42154c621353b23370b63d4e58f6c75bca8b356Signed-off-by: Patrick Venture <venture@google.com>