Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-10-11 | Add missing include | David Robillard | 1 | -0/+1 |
2024-10-11 | Use std::transform() | David Robillard | 2 | -18/+29 |
2024-10-11 | Use std::find_if() | David Robillard | 1 | -13/+12 |
2024-10-11 | Use std::count_if() | David Robillard | 1 | -7/+5 |
2024-10-11 | Use std::any_of() | David Robillard | 3 | -23/+20 |
2024-10-11 | Handle realloc failure and avoid potential null pointer arithmetic | David Robillard | 3 | -3/+13 |
2024-10-11 | Add missing const qualifiers | David Robillard | 5 | -11/+11 |
2024-10-11 | Fix confusing iteration over collections of pointers | David Robillard | 1 | -1/+1 |
2024-10-11 | Reduce variable scopes | David Robillard | 1 | -1/+1 |
2024-10-11 | Make more single-argument constructors explicit | David Robillard | 7 | -10/+13 |
2024-10-11 | Simplify PortType | David Robillard | 16 | -105/+99 |
2024-10-06 | Fix inconsistent C-style cast | David Robillard | 1 | -1/+1 |
2024-10-06 | Explicitly destroy the world in LV2 plugin | David Robillard | 1 | -0/+1 |
2024-10-06 | Avoid inefficient use of substr() to set strings to a prefix | David Robillard | 1 | -2/+2 |
2024-07-17 | Add missing namespace comment | David Robillard | 1 | -1/+1 |
2024-07-17 | Avoid use of jack_frame_time() | David Robillard | 2 | -22/+33 |
2024-07-17 | Use uppercase integer literal suffixes | David Robillard | 4 | -7/+6 |
2024-07-17 | Clean up includes and forward declarations | David Robillard | 11 | -6/+8 |
2024-07-17 | Remove redundant inline specifier | David Robillard | 2 | -2/+1 |
2024-07-17 | Avoid C-style casts and some size type conversions | David Robillard | 14 | -39/+45 |
2024-07-17 | Remove redundant casts | David Robillard | 6 | -12/+10 |
2024-07-17 | Use empty() method instead of checking length | David Robillard | 2 | -2/+1 |
2024-07-17 | Avoid return with void value | David Robillard | 1 | -1/+1 |
2024-07-17 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 1 | -0/+2 |
2024-07-13 | Add missing includes | David Robillard | 7 | -35/+7 |
2024-06-04 | Clean up includes | David Robillard | 1 | -0/+1 |
2024-06-04 | Avoid use of "#if 0" as a supercomment | David Robillard | 1 | -1/+3 |
2023-09-23 | Clean up meson definitions | David Robillard | 1 | -19/+19 |
2023-09-23 | Clean up includes and forward declarations | David Robillard | 28 | -26/+39 |
2023-09-22 | Suppress new warnings in clang-tidy 16 | David Robillard | 1 | -0/+1 |
2023-09-22 | Use a regular unique_ptr for compiled graphs | David Robillard | 23 | -70/+53 |
2023-08-23 | Simplify conditional | David Robillard | 1 | -1/+1 |
2023-07-02 | Fix potentially dangling reference | David Robillard | 1 | -1/+1 |
2023-05-12 | Fix const correctness | David Robillard | 1 | -1/+1 |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 25 | -94/+95 |
2022-12-14 | Strengthen clang-tidy configuration | David Robillard | 1 | -0/+1 |
2022-12-14 | Concatenate nested namespaces | David Robillard | 80 | -350/+162 |
2022-12-14 | Use std::variant | David Robillard | 1 | -2/+2 |
2022-12-14 | Use std::optional | David Robillard | 6 | -20/+19 |
2022-12-14 | Use std::filesystem and std::make_unique | David Robillard | 4 | -3/+6 |
2022-12-14 | Clean up includes | David Robillard | 3 | -2/+4 |
2022-11-15 | Remove unused include | David Robillard | 1 | -1/+0 |
2022-09-27 | Pass by value and use std::move | David Robillard | 2 | -3/+3 |
2022-09-27 | Use braced init lists to avoid repeating return types | David Robillard | 6 | -10/+10 |
2022-09-27 | Use std::make_unique | David Robillard | 4 | -5/+6 |
2022-09-27 | Fix implicit integer conversions | David Robillard | 2 | -12/+19 |
2022-09-27 | Fix field shadowing | David Robillard | 1 | -7/+7 |
2022-09-27 | Avoid nullable to nonnull conversions | David Robillard | 1 | -1/+1 |
2022-09-27 | Simplify clang-tidy configuration | David Robillard | 1 | -51/+1 |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 |