run clang-tidy on codebase and update code#30
Conversation
astronomerdave
left a comment
There was a problem hiding this comment.
Some of the diffs are so extensive that I can't tell if there are any real code changes or if this is all reformatting of spaces.
It's only reformatting, I took archon.cpp out now so it's less lines to review |
|
When I try to build the PR30 code on the hispec machine, it complains: Perhaps we need to add this dependency and how to install it to the README? Or make the building in the test dir optional? |
|
So the fix was fairly simple: just add pthread to the list target_link_libraries in tests/CMakeLists.txt. With this simple change, I built and ran PR#30 and it worked. |
scizen9
left a comment
There was a problem hiding this comment.
Tested on hispec computer. Passed all tests.
* run clang-tidy on codebase and update code * update workflow branch * undo changes to archon.cpp because it's too large (8K lines) * build tests optionally * Add pthread to unit_test target libraries * add gtest requirement to README.md
No description provided.