Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-11 | Bump required meson version to 0.56.0 | David Robillard | 1 | -1/+1 | |
Apparently subprojects need to require a sufficiently recent version when parent projects use features when loading them. In this case, projects that include raul use include_type, so bump to 0.56.0 (a pretty conservative version that's required by all of raul's siblings anyway). | |||||
2024-07-18 | Remove redundant member initialization | David Robillard | 1 | -0/+1 | |
I guess we'll side with clang-tidy on this one, over the somewhat notorious Weffc++. | |||||
2024-07-17 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 1 | -0/+1 | |
2023-09-23 | Format meson.build files with muon | David Robillard | 1 | -9/+12 | |
The less time wasted with manual code formatting, the better. | |||||
2023-09-23 | Suppress new warnings in clang 16 | David Robillard | 1 | -0/+1 | |
2023-05-02 | Fix warning_level=everything on MacOS | David Robillard | 1 | -0/+6 | |
2023-05-02 | Replace strict option with new meson warning level | David Robillard | 1 | -5/+61 | |
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-22 | Only run autoship test in strict mode | David Robillard | 1 | -1/+1 | |
2022-08-13 | Raul 2.0.0v2.0.0 | David Robillard | 1 | -1/+1 | |
2022-07-20 | Add header warning test | David Robillard | 1 | -0/+1 | |
2022-07-20 | Switch to meson build system | David Robillard | 1 | -0/+79 | |