summaryrefslogtreecommitdiffstats
path: root/src/JackLibDriver.cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-10-11Avoid virtual calls in destructorsDavid Robillard1-4/+1
2024-07-17Avoid C-style castsDavid Robillard1-1/+5
2024-07-17Make member function staticDavid Robillard1-2/+2
2024-07-17Avoid signed bitwise operationsDavid Robillard1-2/+3
2024-07-17Use uppercase integer literal suffixesDavid Robillard1-7/+7
2024-07-13Add missing includesDavid Robillard1-0/+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.
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-3/+3
2022-08-22Replace boost with standard C++17 facilitiesDavid Robillard1-3/+3
2022-08-16Fix whitespaceDavid Robillard1-2/+2
Apparently clang-format changed its mind about special member functions, and binary_location.h was just never formatted to begin with.
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2022-07-20Switch to meson build systemDavid Robillard1-3/+3
2022-05-18Clean up whitespaceDavid Robillard1-1/+0
2021-05-08Put events in a namespace and simplify their namesDavid Robillard1-14/+14
2021-01-02Format all code with clang-formatDavid Robillard1-280/+280
2020-12-14Clean up includesDavid Robillard1-2/+6
2020-11-30Use raw string literalsDavid Robillard1-1/+1
2020-11-30Fix clang-tidy warningsDavid Robillard1-1/+0
2020-11-29Save myself from trying to "properly" handle Jack shutdown againDavid Robillard1-1/+9
JACK is a wonderful idea. Shame about the software, though.
2020-11-29Remove silly bitfieldDavid Robillard1-5/+4
2020-11-29Use shorter names for Jack callbacksDavid Robillard1-36/+30
2020-11-29Remove pointless methodDavid Robillard1-9/+1
2020-11-29Use more reasonable class namesDavid Robillard1-1/+1
2020-11-29Put everything in a namespaceDavid Robillard1-1/+8
2020-11-29Completely isolate drivers from the rest of the applicationDavid Robillard1-0/+501