Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-24 | Avoid using internal configuration header in tools | David Robillard | 4 | -9/+1 | |
This suggests that the version should be available in the API, but for now, simply define LILV_VERSION on the command line to break the dependency. | |||||
2024-11-24 | Use conventional command-line help output formatting | David Robillard | 1 | -3/+3 | |
2024-11-15 | Add clang-format configuration | David Robillard | 1 | -2/+1 | |
2024-10-11 | Add missing const qualifiers | David Robillard | 2 | -5/+5 | |
2024-10-11 | Avoid potential null pointer arithmetic | David Robillard | 1 | -2/+3 | |
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 | |