Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Replace include guards with pragma once | Lane Kolbly | 2020-04-08 | 1 | -3/+1 |
| | | | | | Pragma once is the more modern version of include guards, eliminating any potential problems with mistyping include guards. Let's use those. | ||||
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 1 | -62/+64 |
| | | | | | Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against. | ||||
* | uhd: rfnoc: add async message handler | Trung Tran | 2018-09-14 | 1 | -0/+85 |