Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Avoid C-style casts and some size type conversions | David Robillard | 6 | -6/+5 | |
Aside from the syntactic cast changes, reduces some size types to 32-bits, since they can never be so large in practice. This eliminates some type conversions and shaves a few bytes. | |||||
2024-07-17 | Remove redundant casts | David Robillard | 6 | -8/+6 | |
2024-07-17 | Use empty() method instead of checking length | David Robillard | 2 | -3/+2 | |
2024-07-17 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 1 | -0/+1 | |
2024-07-13 | Add missing includes | David Robillard | 10 | -0/+11 | |
According to include-what-you-use, anyway. Most of these seem questionable/unnecessary, but since the whole point here is to avoid wasting time doing manually what machines can do, just do what the tool says to keep the checks clean even if it's suboptimal. | |||||
2024-06-04 | Clean up includes | David Robillard | 1 | -1/+0 | |
2023-09-23 | Clean up meson definitions | David Robillard | 1 | -40/+56 | |
2023-09-23 | Clean up includes and forward declarations | David Robillard | 31 | -35/+35 | |
2023-09-22 | Avoid potential null dereferences | David Robillard | 2 | -3/+10 | |
2023-08-23 | Suppress clang-tidy header guard warnings in private code | David Robillard | 1 | -0/+1 | |
2023-08-23 | Add missing const qualifiers | David Robillard | 3 | -4/+4 | |
2023-05-12 | Clean up includes | David Robillard | 1 | -1/+1 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 20 | -68/+71 | |
2022-12-14 | Strengthen clang-tidy configuration | David Robillard | 1 | -0/+1 | |
2022-12-14 | Avoid use of std::bind | David Robillard | 2 | -6/+4 | |
2022-12-14 | Avoid public member variables in classes | David Robillard | 1 | -3/+3 | |
2022-12-14 | Concatenate nested namespaces | David Robillard | 24 | -99/+47 | |
2022-12-14 | Use std::variant | David Robillard | 3 | -10/+10 | |
2022-12-14 | Use std::optional | David Robillard | 4 | -32/+28 | |
2022-12-14 | Use std::filesystem and std::make_unique | David Robillard | 1 | -2/+2 | |
2022-09-27 | Use braced init lists to avoid repeating return types | David Robillard | 1 | -1/+1 | |
2022-09-27 | Fix implicit integer conversions | David Robillard | 1 | -1/+1 | |
2022-09-27 | Simplify clang-tidy configuration | David Robillard | 1 | -54/+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-08-18 | Clean up special member functions | David Robillard | 1 | -1/+0 | |
2022-08-18 | Avoid using "static inline" for functions in headers | David Robillard | 1 | -3/+3 | |
2022-08-18 | Use "static inline" consistently over "inline static" | David Robillard | 2 | -2/+2 | |
2022-08-18 | Remove redundant "inline" specifiers | David Robillard | 1 | -3/+3 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 3 | -4/+4 | |
2022-08-18 | Use consistent brace wrapping for namespaces | David Robillard | 8 | -8/+24 | |
2022-08-18 | Use consistent brace wrapping for class definitions | David Robillard | 4 | -5/+10 | |
2022-08-18 | Use consistent brace wrapping for struct definitions | David Robillard | 1 | -2/+1 | |
2022-08-18 | Fix overly long line comments | David Robillard | 2 | -5/+5 | |
2022-08-18 | Use a consistent style for FOREACH macros | David Robillard | 4 | -9/+9 | |
2022-08-18 | Use a consistent style for empty braces | David Robillard | 2 | -6/+3 | |
2022-08-18 | Fix include order | David Robillard | 6 | -6/+12 | |
2022-08-18 | Clean up path construction | David Robillard | 1 | -1/+1 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 14 | -51/+90 | |
2022-08-18 | Use default member initialization | David Robillard | 35 | -196/+120 | |
2022-08-18 | Make empty methods and trivial constructors noexcept | David Robillard | 1 | -1/+3 | |
2022-08-18 | Fix control binding value computation | David Robillard | 1 | -1/+0 | |
2022-08-18 | Use auto when declaring iterators | David Robillard | 10 | -69/+64 | |
2022-08-18 | Switch to meson build system | David Robillard | 8 | -134/+176 | |
2022-08-18 | Clean up includes | David Robillard | 1 | -4/+0 | |
2022-08-18 | Separate export macro definitions between modules | David Robillard | 1 | -1/+1 | |
2022-08-18 | Fix clang-tidy header filter regex | David Robillard | 1 | -1/+1 | |
2022-08-18 | Clean up includes | David Robillard | 2 | -1/+1 | |
2022-08-17 | Suppress new warnings in clang-tidy 14 | David Robillard | 1 | -0/+13 | |
2021-04-01 | Fix invalid URI mapping when a property range is a blank node | David Robillard | 1 | -1/+3 | |
2021-01-02 | Update for latest raul | David Robillard | 19 | -80/+86 | |