Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2020-12-15 | Use separate clang-tidy configurations for server and GUI | David Robillard | 1 | -0/+68 | |
2020-12-15 | Clean up includes in gui | David Robillard | 61 | -237/+900 | |
2020-12-15 | Fix include guard | David Robillard | 1 | -3/+3 | |
2020-12-14 | Use emplace_back() | David Robillard | 1 | -2/+2 | |
2020-12-14 | Fix unnecessary parameter copying overhead | David Robillard | 28 | -140/+163 | |