Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 1 | -3/+2 |
| | | | | | Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against. | ||||
* | utils: Add scope_exit object | Martin Braun | 2019-04-01 | 1 | -0/+45 |
This is a utility for RAII-style operations. An object that will run code when a scope is left. Also includes unit tests. |