summaryrefslogtreecommitdiffstats
path: root/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2025-01-20Avoid using fallback for dependencies without a subprojectDavid Robillard1-1/+0
This screws things up with older meson versions, particularly with include_type 'system'. I don't think it had any purpose since there's no corresponding subproject inside this one anyway.
2025-01-10Use cppcheck working directoryDavid Robillard1-43/+1
This allows for better analysis, and adds a cache to improve checking times, especially on repeated runs.
2024-11-13Move warning suppression flags to main meson fileDavid Robillard1-3/+61
2024-10-11Fix ganv dependency fallbackDavid Robillard1-0/+1
2024-10-11Add cpplint testDavid Robillard1-0/+21
2023-12-11Update required ganv dependency versionDavid Robillard1-2/+1
2023-09-23Format meson.build files with muonDavid Robillard1-15/+20
The less time wasted with manual code formatting, the better.
2023-05-02Replace strict option with new meson warning levelDavid Robillard1-9/+8
2022-12-10Bump version and update NEWS fileDavid Robillard1-1/+1
2022-09-09Patchage 1.0.10David Robillard1-1/+1
2022-09-08Use 0BSD for trivial "public domain intent" thingsDavid Robillard1-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-23Add i18n supportDavid Robillard1-0/+16
2022-08-22Bump version numberDavid Robillard1-1/+1
2022-08-22Only run autoship test in strict modeDavid Robillard1-9/+11
2022-08-18Fix fallback configuration on MacOSDavid Robillard1-1/+1
2022-08-16Upgrade to fmt 9.0.0David Robillard1-1/+1
This library tends to break in annoying ways like this, so pin the major version to 9 to hopefully avoid these problems in the future.
2022-08-13Patchage 1.0.8v1.0.8David Robillard1-1/+1
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard1-0/+11
2022-07-20Switch to meson build systemDavid Robillard1-0/+256