Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-23 | Update sphinxygen wrap | David Robillard | 1 | -6/+6 | |
2023-06-27 | Update sord dependency version to match siblings | David Robillard | 1 | -1/+1 | |
2023-05-15 | Organize configuration summary | David Robillard | 1 | -9/+20 | |
2023-05-02 | Fix warning_level=everything on MacOS | David Robillard | 2 | -0/+8 | |
2023-05-01 | Suppress new clang-tidy warnings | David Robillard | 2 | -0/+4 | |
2023-05-01 | Constrain relative URI references to the base URI | David Robillard | 2 | -2/+3 | |
2023-05-01 | Replace strict option with new meson warning level | David Robillard | 6 | -242/+77 | |
2023-02-13 | Fix build as a subproject | David Robillard | 1 | -3/+0 | |
2023-02-05 | Add missing includes | David Robillard | 1 | -0/+2 | |
2023-02-04 | Fix clang and clang-tidy warnings on Windows | David Robillard | 5 | -7/+34 | |
2023-01-14 | Fix and simplify library naming on Windows | David Robillard | 2 | -33/+16 | |
2022-12-11 | Fix "suspicious" string comparisons | David Robillard | 5 | -4/+3 | |
2022-12-11 | Use uppercase integer literal suffixes | David Robillard | 2 | -6/+5 | |
2022-12-11 | Make clang-tidy configuration clean when run via meson | David Robillard | 4 | -30/+26 | |
2022-12-11 | Test header for warnings more strictly | David Robillard | 4 | -2/+64 | |
2022-12-08 | Replace duplicated dox_to_sphinx script with sphinxygen dependency | David Robillard | 8 | -714/+78 | |
2022-11-01 | Avoid error in gcc's address sanitizer | David Robillard | 1 | -1/+9 | |
Pretty sure this is a false positive, but it's few enough members that it doesn't hurt too much to reset them all explicitly anyway. | |||||
2022-10-24 | Add meson subproject files to .gitignore | David Robillard | 1 | -0/+1 | |
This is generated in the source directory by meson when the project is checked out of git by the meson wrap system. Ignoring it here ignores issues with tools that assume a clean source directory, like the REUSE test. | |||||
2022-10-07 | Override pkg-config dependency within meson | David Robillard | 2 | -12/+8 | |
2022-10-05 | Fix dependencies in pkg-config file | David Robillard | 2 | -1/+8 | |
2022-09-09 | Sratom 0.6.14v0.6.14 | David Robillard | 2 | -3/+3 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 18 | -137/+28 | |
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 | Only run REUSE test in strict mode | David Robillard | 1 | -13/+14 | |
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 27 | -66/+226 | |
2022-08-22 | Use standard ISC license text | David Robillard | 1 | -8/+8 | |
I'm not sure where the disclaimer variant that starts with "THIS" came from (although it is better that way), but this one that starts with "THE" is the standard text which is recognized by tools like `licensee` (and therefore Github) as a perfect match. There are no other changes other than whitespace. | |||||
2022-08-22 | Only run autoship test in strict mode | David Robillard | 2 | -4/+10 | |
2022-08-17 | Bump dependency requirements to stable versions | David Robillard | 1 | -3/+3 | |
2022-08-15 | Add project metadata | David Robillard | 3 | -1/+36 | |
2022-07-20 | Make NEWS file readable by dpkg-parsechangelog | David Robillard | 1 | -12/+12 | |
2022-07-18 | Sratom 0.6.12v0.6.12 | David Robillard | 2 | -3/+3 | |
2022-07-18 | Suppress new warnings in clang and clang-tidy 14 | David Robillard | 3 | -0/+5 | |
2022-07-18 | Switch to meson build system | David Robillard | 25 | -329/+601 | |
2022-07-17 | Use a consistent tagline everywhere | David Robillard | 6 | -10/+11 | |
2022-06-17 | Avoid signed conversion warning on MinGW | David Robillard | 1 | -1/+1 | |
2022-05-26 | Sratom 0.6.10v0.6.10 | David Robillard | 2 | -3/+4 | |
2022-05-26 | Suppress new warnings in clang-tidy 13 | David Robillard | 3 | -3/+10 | |
2022-05-09 | Fix documentation installation directory | David Robillard | 1 | -0/+1 | |
2022-05-09 | Fix -D_FORTIFY_SOURCE=3 warning | Martin Liska | 1 | -2/+4 | |
Correctly set maximum buffer length for snprintf call. | |||||
2021-01-11 | Clean up documentation comments | David Robillard | 1 | -31/+23 | |
2021-01-11 | Avoid use of snprintf for simple string copying | David Robillard | 1 | -4/+9 | |
2021-01-11 | Fix potential blank node ID truncation | David Robillard | 2 | -1/+7 | |
2021-01-07 | Sratom 0.6.8v0.6.8 | David Robillard | 2 | -3/+3 | |
2021-01-07 | Add waf build artifacts to gitignore file | David Robillard | 1 | -0/+3 | |
2021-01-07 | Update autowaf | David Robillard | 1 | -0/+0 | |
2021-01-07 | Remove unused HTML static path | David Robillard | 1 | -1/+0 | |
2021-01-07 | Switch to LV2 documentation theme | David Robillard | 4 | -192/+35 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 4 | -4/+4 | |
2021-01-02 | Use SRATOM_STATIC instead of SRATOM_SHARED to control visibility | David Robillard | 2 | -17/+10 | |
For consistency, this seems to be the most common convention. | |||||
2021-01-01 | Use consistent test naming scheme | David Robillard | 3 | -4/+4 | |
2021-01-01 | Use separate clang-tidy configurations for headers and tests | David Robillard | 3 | -1/+21 | |