summaryrefslogtreecommitdiffstats
path: root/src/JackLibDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
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
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
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