Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Fix warnings related to unnecessary lambda captures | Martin Braun | 2021-03-04 | 1 | -1/+1 |
| | |||||
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 1 | -3/+3 |
| | | | | | | | | | 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 window RFNoC block controller | Aaron Rossetto | 2020-06-29 | 1 | -0/+143 |