Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 1 | -12/+12 |
| | | | | | | | | | 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: Remove M_PI usage to fix Windows builds | Steven Koo | 2020-08-07 | 1 | -4/+3 |
| | | | | | | M_PI may not exist if _USE_MATH_DEFINES isn't defined before the first include of math.h or cmath on Windows. This changes avoids the issue all together by defining our own PI. | ||||
* | rfnoc: Fix compilation error when tracing enabled | Aaron Rossetto | 2020-07-31 | 1 | -2/+2 |
| | |||||
* | rfnoc: Add siggen RFNoC block controller support | Aaron Rossetto | 2020-07-30 | 1 | -0/+343 |