aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2023-02-13Fix check for posix_fadviseDavid Robillard1-1/+1
2023-02-12Check for POSIX features with the build systemDavid Robillard1-10/+46
2023-02-12Disable default Windows bloat from mesonDavid Robillard1-0/+1
2023-01-14Fix and simplify library naming on WindowsDavid Robillard1-2/+12
2022-12-09Add serd_reader_skip_until_byte() to public APIDavid Robillard1-1/+1
2022-11-25Trim redundant warning flags enabled by -Wextra and -WpedanticDavid Robillard1-0/+1
2022-10-07Override pkg-config dependency within mesonDavid Robillard1-1/+4
2022-09-08Serd 0.30.16v0.30.16David 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-09Allow programs to be used from subprojectDavid Robillard1-0/+2
2022-07-17Use consistent pkg-config descriptionDavid Robillard1-1/+1
2022-07-16Define _POSIX_C_SOURCE globally in the build systemDavid Robillard1-2/+13
Using inconsistent defines like this that affect the standard library implementation can cause issues. So, doing this consistently for the whole library is a better approach, although it unfortunately makes the code more difficult to compile manually.
2022-07-16Fix spelling error in serdi man pageDavid Robillard1-1/+1
2022-07-13Simplify linking against static librariesDavid Robillard1-3/+7
This adds -DSERD_STATIC to the Cflags in the pkg-config file if serd is built as a static library, to simplify linking against a static serd library with pkg-config. Note that this only works for default_library=static. For linking against libraries built with default_library=both, dependant projects must still specify SERD_STATIC for static builds. Resolving that requires meson adding support for writing Cflags.local, and the world migrating to pkgconf (or improving pkg-config) so it is supported.
2022-07-10Serd 0.30.14v0.30.14David Robillard1-1/+1
2022-07-10Switch to meson build systemDavid Robillard1-0/+151