Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-11 | Simplify PortType | David Robillard | 1 | -0/+1 | |
2024-07-17 | Use uppercase integer literal suffixes | David Robillard | 1 | -2/+6 | |
2024-07-17 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 1 | -0/+1 | |
2024-06-04 | Suppress new warnings in clang-tidy 17 | David Robillard | 1 | -0/+2 | |
2023-09-22 | Suppress new warnings in clang-tidy 16 | David Robillard | 1 | -0/+3 | |
2023-05-12 | Fix const correctness | David Robillard | 1 | -1/+0 | |
2023-05-12 | Suppress new clang-tidy warnings | David Robillard | 1 | -0/+4 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -0/+1 | |
2022-12-14 | Strengthen clang-tidy configuration | David Robillard | 1 | -5/+0 | |
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -1/+0 | |
2022-11-15 | Fix clang-tidy configuration | David Robillard | 1 | -1/+0 | |
2022-09-27 | Pass by value and use std::move | David Robillard | 1 | -1/+0 | |
2022-09-27 | Use braced init lists to avoid repeating return types | David Robillard | 1 | -1/+0 | |
2022-09-27 | Use std::make_unique | David Robillard | 1 | -1/+0 | |
2022-09-27 | Simplify clang-tidy configuration | David Robillard | 1 | -49/+7 | |
2022-08-18 | Clean up special member functions | David Robillard | 1 | -1/+0 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -1/+0 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -2/+0 | |
2022-08-18 | Fix control binding value computation | David Robillard | 1 | -1/+0 | |
2022-08-18 | Use auto when declaring iterators | David Robillard | 1 | -1/+0 | |
2022-08-18 | Fix clang-tidy header filter regex | David Robillard | 1 | -1/+1 | |
2022-08-17 | Suppress new warnings in clang-tidy 14 | David Robillard | 1 | -0/+13 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -0/+6 | |
2020-12-15 | Use separate clang-tidy configurations for server and GUI | David Robillard | 1 | -1/+0 | |
2020-12-15 | Suppress all Android cloexec clang-tidy warnings | David Robillard | 1 | -1/+1 | |
2020-12-14 | Enable clang-analyzer-webkit.NoUncountedMemberChecker | David Robillard | 1 | -1/+0 | |
2020-12-14 | Use emplace_back() | David Robillard | 1 | -1/+0 | |
2020-12-14 | Fix unnecessary parameter copying overhead | David Robillard | 1 | -1/+0 | |
2020-12-14 | Don't check for null before deleting pointer | David Robillard | 1 | -1/+0 | |
2020-12-14 | Fix redundant calls to smart pointer get() methods | David Robillard | 1 | -1/+0 | |
2020-12-14 | Don't use size() to check emptiness | David Robillard | 1 | -1/+0 | |
2020-12-14 | Fix inconsistent parameter name | David Robillard | 1 | -1/+0 | |
2020-12-14 | Isolate and initialize variable declarations | David Robillard | 1 | -2/+0 | |
2020-12-14 | Use range-based loops for module ports | David Robillard | 1 | -1/+0 | |
2020-12-14 | Use "auto" to avoid redundancy | David Robillard | 1 | -1/+0 | |
2020-12-14 | Avoid "using namespace" | David Robillard | 1 | -2/+0 | |
2020-12-14 | Suppress new clang-tidy warnings | David Robillard | 1 | -8/+35 | |
2020-08-02 | Add missing override specifiers | David Robillard | 1 | -1/+0 | |
2020-08-02 | Fix self-assignment | David Robillard | 1 | -1/+0 | |
2020-08-02 | Make move operators noexcept | David Robillard | 1 | -1/+0 | |
2020-08-02 | Remove unnecessary move | David Robillard | 1 | -1/+0 | |
2020-08-02 | Add missing braces | David Robillard | 1 | -1/+0 | |
2020-08-02 | Move public headers to a separate include directory | David Robillard | 1 | -1/+1 | |
This is more conventional and probably best practice (since it avoids polluting the include path with non-headers), and is supported by the clang-tidy llvm-header-guard check. | |||||
2020-08-02 | Remove stale forward declarations | David Robillard | 1 | -1/+0 | |
2020-08-02 | Remove redundant const qualifiers | David Robillard | 1 | -2/+0 | |
2020-08-02 | Use "using" over "typedef" | David Robillard | 1 | -1/+0 | |
2020-08-02 | Remove redundant void argument | David Robillard | 1 | -1/+0 | |
2020-08-02 | Clean up namespace comments | David Robillard | 1 | -2/+0 | |
2020-08-02 | Use explicit default for trivial constructors | David Robillard | 1 | -2/+0 | |
2020-08-02 | Use default member initialization | David Robillard | 1 | -1/+0 | |