| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 1 | -1/+1 | 
| | | | | | | | | | | 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 | ||||
| * | uhd: Create discoverable feature registry implementation | Lane Kolbly | 2020-06-25 | 1 | -0/+42 | 
| Classes which want to implement discoverable_feature can simply inherit from this registry and get access to an ergonomic map-backed registry of features. | |||||
