aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/window_block_control.cpp
Commit message (Collapse)AuthorAgeFilesLines
* lib: Fix warnings related to unnecessary lambda capturesMartin Braun2021-03-041-1/+1
|
* host: Update code base using clang-tidyMartin Braun2021-03-041-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 controllerAaron Rossetto2020-06-291-0/+143