summaryrefslogtreecommitdiffstats
path: root/src/server/PortAudioDriver.hpp
AgeCommit message (Collapse)AuthorFilesLines
2024-07-17Avoid C-style casts and some size type conversionsDavid Robillard1-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-13Add missing includesDavid Robillard1-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-14Concatenate nested namespacesDavid Robillard1-4/+2
2022-08-18Remove redundant "inline" specifiersDavid Robillard1-8/+8
2022-08-18Use consistent brace wrapping for namespacesDavid Robillard1-1/+3
2022-08-18Use default member initializationDavid Robillard1-8/+8
2021-01-02Update for latest raulDavid Robillard1-5/+5
2020-12-15Clean up includes in core and serverDavid Robillard1-1/+11
2020-08-03Clean up includesDavid Robillard1-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-02Add missing override specifiersDavid Robillard1-1/+1
2020-08-02Use consistent naming for context parametersDavid Robillard1-5/+5
2020-08-01Use modern castsDavid Robillard1-1/+1
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard1-3/+2
2019-03-09Clean up includes and forward declarationsDavid Robillard1-12/+15
2018-09-23Use override specifiersDavid Robillard1-16/+16
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-09-22Use new LV2 include pathsDavid Robillard1-1/+1
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-1/+2
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-1/+1
2017-03-20Fix event timing with PortAudio driverDavid Robillard1-19/+21
2017-03-20Improve arc list efficiencyDavid Robillard1-1/+3
2017-02-18Add experimental PortAudio driverDavid Robillard1-0/+127