Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-23 | Format meson.build files with muon | David Robillard | 1 | -4/+6 | |
The less time wasted with manual code formatting, the better. | |||||
2022-12-10 | Make clang-tidy configuration cleaner when run via meson | David Robillard | 1 | -2/+1 | |
Unfortunately, meson drives clang-tidy in a way that can't handle C and C++ in the same project. | |||||
2022-12-10 | Use uppercase integer literal suffixes | David Robillard | 2 | -2/+1 | |
2022-12-10 | Strengthen clang-tidy configuration | David Robillard | 1 | -0/+18 | |
2022-11-29 | Clean up inconsistent tool command line interfaces | David Robillard | 4 | -20/+20 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 2 | -2/+2 | |
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-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 7 | -99/+17 | |
2022-08-09 | Allow programs to be used from subproject | David Robillard | 1 | -3/+9 | |
2022-07-18 | Switch to meson build system | David Robillard | 8 | -0/+1473 | |