summaryrefslogtreecommitdiffstats
path: root/src/JackDbusDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-08-16Upgrade to fmt 9.0.0David Robillard1-1/+0
2022-07-20Clean up includesDavid Robillard1-3/+3
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard1-16/+3
2022-07-19Fix compilation of JackDbusDriver.cppBruce Schultz1-21/+24
2021-01-02Format all code with clang-formatDavid Robillard1-752/+732
2020-11-29Use more reasonable class namesDavid Robillard1-1/+1
2020-11-29Put everything in a namespaceDavid Robillard1-0/+7
2020-11-29Completely isolate drivers from the rest of the applicationDavid Robillard1-2/+81
2020-11-29Add AudioDriver interfaceDavid Robillard1-56/+54
2020-11-29Remove flaky DSP load meterDavid Robillard1-47/+0
2020-11-29Replace attached and detached signals with eventsDavid Robillard1-9/+10
2020-11-28Clean up includesDavid Robillard1-2/+0
2020-11-28Avoid copying port IDsDavid Robillard1-2/+2
2020-11-28Remove Jack header dependency from DBus driverDavid Robillard1-2/+2
2020-11-28Remove dead codeDavid Robillard1-31/+0
2020-11-28Abstract out sending of eventsDavid Robillard1-17/+8
2020-11-28Refresh by emitting eventsDavid Robillard1-251/+68
2020-11-28Move PortType to its own headerDavid Robillard1-0/+1
2020-11-28Move SignalDirection to its own headerDavid Robillard1-0/+1
2020-11-28Remove alternative USE_FULL_REFRESH Jack DBus codeDavid Robillard1-56/+2
2020-11-28Fix sample rate with Jack DBusDavid Robillard1-3/+3
2020-11-28Rename ModuleType to SignalDirectionDavid Robillard1-4/+4
2020-11-28Move handle_event() to separate filesDavid Robillard1-0/+1
2020-11-28Index clients and ports by IDDavid Robillard1-37/+43
2020-11-28Remove useless doc commentsDavid Robillard1-3/+0
2020-11-28Simplify driver connection interfaceDavid Robillard1-17/+16
2020-11-28Always index Jack ports and refer to them by nameDavid Robillard1-3/+13
2020-11-28Log attachment message for Jack DBusDavid Robillard1-0/+2
2020-11-28Fix connections with Jack DBusDavid Robillard1-2/+2
2020-11-28Clean up error messages in Jack DBus driverDavid Robillard1-3/+3
2020-11-27Ensure that modules always have an IDDavid Robillard1-1/+1
2020-11-27Remove use of PatchagePort from Driver connection interfaceDavid Robillard1-20/+28
2020-11-27Ensure that ports always have an IDDavid Robillard1-2/+5
2020-11-27Use a consistent style for log messagesDavid Robillard1-13/+13
2020-11-27Use prettier names for log methodsDavid Robillard1-2/+2
2020-11-27Factor out log from Patchage classDavid Robillard1-3/+4
2020-11-27Fix warnings in Jack DBus driverDavid Robillard1-78/+75
2020-11-27Replace boost::format with fmtDavid Robillard1-23/+27
2020-11-27Strengthen warning flagsDavid Robillard1-9/+9
2020-11-27Fix unused parameter warningsDavid Robillard1-29/+29
2020-11-27Use static_cast to convert from void pointersDavid Robillard1-1/+1
2020-11-27Use consistent naming convention for enum classesDavid Robillard1-7/+7
2020-11-27Use enum classesDavid Robillard1-6/+7
2020-11-27Use nullptrDavid Robillard1-9/+11
2020-11-27Fix warnings in Jack DBus driverDavid Robillard1-6/+6
2020-11-27Remove unused definesDavid Robillard1-5/+2
2020-02-09Format all code with clang-formatDavid Robillard1-205/+394
2020-02-09Remove dead codeDavid Robillard1-38/+0
2019-12-29Clean up includesDavid Robillard1-12/+12
2015-02-17Delete trailing whitespace.David Robillard1-1/+0