Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Strengthen clang-tidy configuration | David Robillard | 1 | -6/+0 | |
Some of these suppress warnings in fmt, but meson's clang-tidy driver isn't smart enough to avoid checking that and wasn't clean anyway. So, just ignore this and use a stronger configuration that reflects the state of Patchage's own code. | |||||
2024-07-17 | Avoid use of rand() | David Robillard | 1 | -2/+0 | |
2024-07-17 | Avoid C-style casts | David Robillard | 1 | -2/+0 | |
2024-07-17 | Make member function static | David Robillard | 1 | -1/+0 | |
2024-07-17 | Avoid signed bitwise operations | David Robillard | 1 | -1/+0 | |
2024-07-17 | Fix narrowing conversions | David Robillard | 1 | -1/+0 | |
2024-07-17 | Use uppercase integer literal suffixes | David Robillard | 1 | -1/+5 | |
2024-07-17 | Remove redundant inline specifier | David Robillard | 1 | -1/+0 | |
2024-07-17 | Remove redundant member initializer | David Robillard | 1 | -1/+0 | |
2024-07-17 | Remove unused local variable | David Robillard | 1 | -1/+0 | |
2024-07-17 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 1 | -0/+5 | |
2024-06-04 | Suppress new warnings in clang-tidy 17 | David Robillard | 1 | -1/+2 | |
2023-09-22 | Use anonymous namespaces | David Robillard | 1 | -1/+0 | |
2023-09-22 | Fix new warnings with clang-tidy 16 | David Robillard | 1 | -1/+3 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -0/+1 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-07-20 | Fix clang-tidy header filter regex | David Robillard | 1 | -1/+1 | |
2022-07-20 | Use default member initialization | David Robillard | 1 | -1/+0 | |
2022-07-20 | Use std::make_unique | David Robillard | 1 | -1/+0 | |
2022-07-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -0/+3 | |
2022-07-19 | Suppress new warnings in clang-tidy 14 | David Robillard | 1 | -1/+11 | |
2020-12-15 | Suppress clang-tidy warnings from ganv | David Robillard | 1 | -0/+2 | |
2020-11-30 | Use raw string literals | David Robillard | 1 | -1/+0 | |
2020-11-30 | Fix clang-tidy warnings | David Robillard | 1 | -2/+0 | |
2020-11-27 | Use a consistent style for log messages | David Robillard | 1 | -0/+1 | |
2020-11-27 | Remove some clang-tidy suppressions that got fixed along the way | David Robillard | 1 | -3/+1 | |
2020-11-27 | Fix warnings in Jack DBus driver | David Robillard | 1 | -0/+3 | |
2020-11-27 | Explicitly delete or define all special member functions | David Robillard | 1 | -1/+0 | |
2020-11-27 | Use "override" | David Robillard | 1 | -2/+0 | |
2020-11-27 | Use default for empty destructor | David Robillard | 1 | -1/+0 | |
2020-11-27 | Fix unused parameter warnings | David Robillard | 1 | -1/+1 | |
2020-11-27 | Avoid default arguments on virtual methods | David Robillard | 1 | -1/+0 | |
2020-11-27 | Make single-argument constructors explicit | David Robillard | 1 | -2/+0 | |
2020-11-27 | Don't use else after return | David Robillard | 1 | -1/+0 | |
I don't always agree with this one, but in this case it's reasonable enough. | |||||
2020-11-27 | Add missing const | David Robillard | 1 | -1/+0 | |
2020-11-27 | Avoid C casts | David Robillard | 1 | -1/+0 | |
2020-11-27 | Use a single declaration per line | David Robillard | 1 | -1/+0 | |
2020-11-27 | Fix mismatched parameter names | David Robillard | 1 | -1/+0 | |
2020-11-27 | Avoid unnecessary copies | David Robillard | 1 | -1/+0 | |
2020-11-27 | Use std::vector::emplace_back() | David Robillard | 1 | -2/+0 | |
2020-11-27 | Initialize all members | David Robillard | 1 | -1/+0 | |
2020-11-27 | Use appropriate std::string::find overload for characters | David Robillard | 1 | -1/+0 | |
2020-11-27 | Use "using" | David Robillard | 1 | -1/+0 | |
2020-11-27 | Use range-based for loop | David Robillard | 1 | -1/+0 | |
2020-11-27 | Always initialize variables | David Robillard | 1 | -1/+0 | |
2020-11-27 | Always use braces around statements | David Robillard | 1 | -1/+0 | |
2020-11-27 | Use auto where appropriate | David Robillard | 1 | -1/+0 | |
2020-11-27 | Fix redundant smart pointer get | David Robillard | 1 | -1/+0 | |
2020-11-27 | Fix static accessed through instance | David Robillard | 1 | -1/+0 | |
2020-11-27 | Use nullptr | David Robillard | 1 | -1/+0 | |