Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-14 | Concatenate nested namespaces | David Robillard | 116 | -494/+231 | |
2022-12-14 | Use std::variant | David Robillard | 9 | -41/+38 | |
2022-12-14 | Use std::optional | David Robillard | 17 | -296/+309 | |
2022-12-14 | Use std::filesystem and std::make_unique | David Robillard | 20 | -575/+44 | |
2022-12-14 | Clean up includes | David Robillard | 3 | -2/+4 | |
2022-12-14 | Switch to C++17 | David Robillard | 1 | -1/+1 | |
2022-12-13 | Avoid throwing exceptions from main() | David Robillard | 1 | -5/+10 | |
2022-11-15 | Remove unused include | 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 | 3 | -4/+3 | |
2022-09-27 | Use braced init lists to avoid repeating return types | David Robillard | 19 | -46/+44 | |
2022-09-27 | Use std::make_unique | David Robillard | 8 | -11/+9 | |
2022-09-27 | Fix implicit integer conversions | David Robillard | 4 | -14/+20 | |
2022-09-27 | Fix field shadowing | David Robillard | 4 | -22/+22 | |
2022-09-27 | Avoid nullable to nonnull conversions | David Robillard | 3 | -3/+2 | |
2022-09-27 | Simplify clang-tidy configuration | David Robillard | 7 | -154/+60 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 13 | -13/+13 | |
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-09-08 | Make learned MIDI bindings channel specific | Loki Davison | 3 | -7/+39 | |
2022-08-22 | Update INSTALL.md for meson | David Robillard | 2 | -59/+74 | |
2022-08-18 | Fix whitespace | David Robillard | 3 | -5/+11 | |
2022-08-18 | Clean up special member functions | David Robillard | 5 | -4/+8 | |
2022-08-18 | Fix indentation | David Robillard | 1 | -8/+8 | |
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 | 24 | -136/+142 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 47 | -99/+103 | |
2022-08-18 | Use consistent brace wrapping for namespaces | David Robillard | 21 | -21/+63 | |
2022-08-18 | Use consistent brace wrapping for class definitions | David Robillard | 35 | -44/+84 | |
2022-08-18 | Use consistent brace wrapping for struct definitions | David Robillard | 10 | -48/+25 | |
2022-08-18 | Fix overly long line comments | David Robillard | 5 | -9/+9 | |
2022-08-18 | Use a consistent style for FOREACH macros | David Robillard | 18 | -33/+33 | |
2022-08-18 | Use a consistent style for empty braces | David Robillard | 29 | -79/+41 | |
2022-08-18 | Fix include order | David Robillard | 11 | -11/+21 | |
2022-08-18 | Clean up path construction | David Robillard | 4 | -7/+6 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 61 | -279/+467 | |
2022-08-18 | Use default member initialization | David Robillard | 113 | -497/+277 | |
2022-08-18 | Make empty methods and trivial constructors noexcept | David Robillard | 17 | -29/+42 | |
2022-08-18 | Fix control binding value computation | David Robillard | 4 | -8/+8 | |
2022-08-18 | Use auto when declaring iterators | David Robillard | 34 | -175/+156 | |
2022-08-18 | Switch to meson build system | David Robillard | 48 | -872/+2257 | |
2022-08-18 | Clean up includes | David Robillard | 8 | -4/+13 | |
2022-08-18 | Separate export macro definitions between modules | David Robillard | 19 | -41/+102 | |
2022-08-18 | Remove unused ingen:Option class | David Robillard | 1 | -9/+3 | |
The idea here was so that options can be enumerated, but at the moment, it just complicates the schema for no benefit. So, drop it for now, since it can always be added again later without breaking any data. | |||||
2022-08-18 | Fix clang-tidy header filter regex | David Robillard | 3 | -3/+3 | |
2022-08-18 | Clean up includes | David Robillard | 24 | -36/+24 | |
2022-08-17 | Fully declare special member functions | David Robillard | 1 | -1/+6 | |
2022-08-17 | Suppress new warnings in clang-tidy 14 | David Robillard | 3 | -0/+43 | |
2022-08-17 | Use eg-metro in tests instead of eg-sampler | David Robillard | 1 | -3/+3 | |
This plugin doesn't have external dependencies (like libsndfile), so is more likely to be present. | |||||
2022-08-17 | Improve log output | David Robillard | 1 | -1/+3 | |
2022-05-27 | Fix build on systems without SSE | David Robillard | 1 | -1/+1 | |