aboutsummaryrefslogtreecommitdiffstats
path: root/doc/c/meson.build
AgeCommit message (Collapse)AuthorFilesLines
12 hoursAvoid checking for tools and options that won't be usedDavid Robillard1-2/+0
With many components disabled, configuration checked for many programs and compiler flags that weren't actually used for anything. This is slow, and makes simple builds look a lot more complicated than they are. So, rework things to only check for tools and flags that will actually be used. Mainly this is to make the package nice to use as a subproject.
2023-09-23Format meson.build files with muonDavid Robillard1-1/+1
The less time wasted with manual code formatting, the better.
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-22Fix documentation buildDavid Robillard1-1/+1
2022-07-17Switch to meson build systemDavid Robillard1-0/+41