Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Avoid C-style casts and some size type conversions | David Robillard | 1 | -7/+6 | |
Aside from the syntactic cast changes, reduces some size types to 32-bits, since they can never be so large in practice. This eliminates some type conversions and shaves a few bytes. | |||||
2024-07-13 | Add missing includes | David Robillard | 1 | -7/+1 | |
According to include-what-you-use, anyway. Most of these seem questionable/unnecessary, but since the whole point here is to avoid wasting time doing manually what machines can do, just do what the tool says to keep the checks clean even if it's suboptimal. | |||||
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -4/+2 | |
2022-08-18 | Remove redundant "inline" specifiers | David Robillard | 1 | -8/+8 | |
2022-08-18 | Use consistent brace wrapping for namespaces | David Robillard | 1 | -1/+3 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -8/+8 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -5/+5 | |
2020-12-15 | Clean up includes in core and server | David Robillard | 1 | -1/+11 | |
2020-08-03 | Clean up includes | David Robillard | 1 | -2/+0 | |
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check. | |||||
2020-08-02 | Add missing override specifiers | David Robillard | 1 | -1/+1 | |
2020-08-02 | Use consistent naming for context parameters | David Robillard | 1 | -5/+5 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 1 | -3/+2 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -12/+15 | |
2018-09-23 | Use override specifiers | David Robillard | 1 | -16/+16 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -4/+4 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -1/+1 | |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 1 | -1/+2 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -1/+1 | |
2017-03-20 | Fix event timing with PortAudio driver | David Robillard | 1 | -19/+21 | |
2017-03-20 | Improve arc list efficiency | David Robillard | 1 | -1/+3 | |
2017-02-18 | Add experimental PortAudio driver | David Robillard | 1 | -0/+127 | |