Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 1 | -4/+4 |
| | | | | | | | | | The checks from the new clang-tidy file are applied to the source tree using: $ find . -name "*.cpp" | sort -u | xargs \ --max-procs 8 --max-args 1 clang-tidy --format-style=file \ --fix -p /path/to/compile_commands.json | ||||
* | rfnoc: Add Moving Average block controller | mattprost | 2020-07-16 | 1 | -0/+106 |
Signed-off-by: mattprost <matt.prost@ni.com> |