summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-11-27Fix mismatched parameter namesDavid Robillard4-19/+25
2020-11-27Avoid unnecessary copiesDavid Robillard4-5/+6
2020-11-27Use C++ castsDavid Robillard3-8/+8
Unfortunately, the warning needs to stay on because of Gtk and ALSA.
2020-11-27Use std::vector::emplace_back()David Robillard2-3/+1
2020-11-27Initialize all membersDavid Robillard8-41/+27
2020-11-27Use appropriate std::string::find overload for charactersDavid Robillard2-4/+3
2020-11-27Use std::mutexDavid Robillard4-8/+14
2020-11-27Use "using"David Robillard5-19/+17
2020-11-27Use consistent naming convention for enum classesDavid Robillard11-155/+155
2020-11-27Use enum classesDavid Robillard13-151/+222
2020-11-27Use range-based for loopDavid Robillard2-5/+3
2020-11-27Always initialize variablesDavid Robillard7-35/+42
2020-11-27Always use braces around statementsDavid Robillard8-53/+93
2020-11-27Use auto where appropriateDavid Robillard9-64/+59
2020-11-27Fix redundant smart pointer getDavid Robillard2-2/+1
2020-11-27Fix static accessed through instanceDavid Robillard2-3/+2
2020-11-27Use nullptrDavid Robillard12-77/+78
2020-11-27Clean up Queue special member functionsDavid Robillard1-1/+8
2020-11-27Add trailing namespace commentDavid Robillard1-1/+1
2020-11-27Add lint targetDavid Robillard2-1/+127
2020-11-27Fix warnings in Jack DBus driverDavid Robillard3-10/+11
2020-11-27Remove unused definesDavid Robillard1-5/+2
2020-11-27Clean up includesDavid Robillard4-4/+8
2020-11-27Clean up include guardsDavid Robillard3-9/+14
2020-11-27Modernize binary_location() implementationDavid Robillard1-5/+4
On any reasonably modern system, realpath() does allocation so we can avoid using PATH_MAX here which has its own issues.
2020-11-27Fix long lines in wscriptDavid Robillard1-3/+11
2020-11-27Suppress warningsDavid Robillard1-0/+2
2020-11-27Fix indentationDavid Robillard3-4/+4
2020-11-27Update autowafDavid Robillard1-0/+0
2020-07-21Be explicit about warningsDavid Robillard1-0/+58
2020-07-21Remove useless castsDavid Robillard1-3/+2
2020-07-21Remove nonsense doc commentDavid Robillard1-2/+0
2020-07-21Fix function checks with strict warnings and WerrorDavid Robillard1-0/+7
2020-07-21Set third-party packages as system dependencies to suppress warningsDavid Robillard2-8/+25
2020-04-09Patchage 1.0.2v1.0.2David Robillard2-3/+3
2020-04-09Add gitignore fileDavid Robillard1-0/+4
2020-04-09Add release variables for autoshipDavid Robillard1-12/+5
2020-04-09Normalize NEWS fileDavid Robillard1-33/+33
2020-04-09Upgrade to waf 2.0.19David Robillard3-4/+15
2020-02-09Use range-based for loops in more placesDavid Robillard4-23/+18
2020-02-09Format all code with clang-formatDavid Robillard24-912/+1356
This configuration tries to get as close to the previous style as possible so the changes aren't too dramatic. It's still far from ideal and the code could use some adaptation, but this makes things much easier to work on.
2020-02-09Remove dead codeDavid Robillard1-38/+0
2020-02-09Remove standard using declarationsDavid Robillard4-47/+40
2020-02-09Remove unused using declarationsDavid Robillard3-8/+0
2019-12-29Clean up includesDavid Robillard23-141/+151
2019-12-29Remove use of boost/utility.hppDavid Robillard2-4/+4
2019-12-29Use std::shared_ptrDavid Robillard6-11/+4
2019-12-29Clean up wscriptDavid Robillard1-16/+24
2019-12-09Fix autowaf submodule referenceDavid Robillard1-1/+1
2019-11-11Move README to README.mdDavid Robillard1-1/+0