Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-11-28 | Avoid using atoi | David Robillard | 1 | -1/+1 |
2020-11-28 | Avoid copying port IDs | David Robillard | 7 | -14/+18 |
2020-11-28 | Remove more dead code | David Robillard | 3 | -15/+3 |
2020-11-28 | Remove Jack header dependency from DBus driver | David Robillard | 4 | -14/+16 |
2020-11-28 | Remove Jack session support | David Robillard | 4 | -176/+0 |
2020-11-28 | Remove dead code | David Robillard | 4 | -63/+0 |
2020-11-28 | Abstract out sending of events | David Robillard | 9 | -102/+74 |
2020-11-28 | Refresh by emitting events | David Robillard | 11 | -831/+303 |
2020-11-28 | Use anonymous namespaces instead of static | David Robillard | 1 | -4/+12 |
2020-11-28 | Remove dead code | David Robillard | 1 | -5/+0 |
2020-11-28 | Add separate store for client and port metadata | David Robillard | 4 | -1/+134 |
2020-11-28 | Print metadata about creation events | David Robillard | 1 | -2/+42 |
2020-11-28 | Factor out getting client and port metadata and send it with events | David Robillard | 7 | -49/+206 |
2020-11-28 | Clean up order of ALSA event handling | David Robillard | 1 | -19/+26 |
2020-11-28 | Move PortType to its own header | David Robillard | 7 | -9/+35 |
2020-11-28 | Move SignalDirection to its own header | David Robillard | 8 | -8/+36 |
2020-11-28 | Add utilities for printing events | David Robillard | 2 | -0/+113 |
2020-11-28 | Remove NoopEvent | David Robillard | 2 | -7/+1 |
2020-11-28 | Remove alternative USE_FULL_REFRESH Jack DBus code | David Robillard | 2 | -58/+2 |
2020-11-28 | Fix sample rate with Jack DBus | David Robillard | 1 | -3/+3 |
2020-11-28 | Rename ModuleType to SignalDirection | David Robillard | 11 | -66/+70 |
2020-11-28 | Move handle_event() to separate files | David Robillard | 8 | -8/+38 |
2020-11-28 | Index clients and ports by ID | David Robillard | 12 | -111/+162 |
2020-11-28 | Factor out ClientType | David Robillard | 3 | -10/+33 |
2020-11-28 | Remove null port IDs | David Robillard | 2 | -18/+6 |
2020-11-28 | Make PatchageEvent a variant | David Robillard | 6 | -119/+132 |
2020-11-28 | Remove useless doc comments | David Robillard | 7 | -33/+4 |
2020-11-28 | Factor out Connector from PatchageCanvas | David Robillard | 7 | -82/+168 |
2020-11-28 | Simplify driver connection interface | David Robillard | 10 | -157/+91 |
2020-11-28 | Always index Jack ports and refer to them by name | David Robillard | 9 | -186/+176 |
2020-11-28 | Remove Queue and use std::queue in JackDriver | David Robillard | 3 | -141/+2 |
2020-11-28 | Log attachment message for Jack DBus | David Robillard | 1 | -0/+2 |
2020-11-28 | Fix connections with Jack DBus | David Robillard | 1 | -2/+2 |
2020-11-28 | Clean up error messages in Jack DBus driver | David Robillard | 1 | -3/+3 |
2020-11-27 | Fix spelling error in AlsaDriver.cpp | Dennis Braun | 1 | -1/+1 |
2020-11-27 | Make method const | David Robillard | 1 | -1/+1 |
2020-11-27 | Ensure that modules always have an ID | David Robillard | 6 | -4/+123 |
2020-11-27 | Remove use of PatchagePort from Driver connection interface | David Robillard | 9 | -94/+204 |
2020-11-27 | Ensure that ports always have an ID | David Robillard | 6 | -11/+22 |
2020-11-27 | Add missing namespace qualification | David Robillard | 1 | -1/+1 |
2020-11-27 | Use a consistent style for log messages | David Robillard | 6 | -66/+75 |
2020-11-27 | Use prettier names for log methods | David Robillard | 9 | -72/+69 |
2020-11-27 | Factor out log from Patchage class | David Robillard | 13 | -126/+270 |
2020-11-27 | Fix warnings in Jack DBus driver | David Robillard | 2 | -80/+82 |
2020-11-27 | Replace boost::format with fmt | David Robillard | 7 | -65/+71 |
2020-11-27 | Explicitly delete or define all special member functions | David Robillard | 8 | -13/+48 |
2020-11-27 | Strengthen warning flags | David Robillard | 3 | -10/+12 |
2020-11-27 | Fix shadowing | David Robillard | 1 | -27/+35 |
2020-11-27 | Use "override" | David Robillard | 7 | -39/+49 |
2020-11-27 | Remove reliance on deprecated implicit assignment operator | David Robillard | 1 | -6/+16 |