summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
2025-12-22port to meson cargoHEADmasterfeature/port-to-meson-cargoJohn Turner
Use the new unstable meson cargo support. This simplifies the meson.build script and allows to use crates such as clap that require picking up features from Cargo.toml. This also allows us to not embed thiserror in subprojects, and instead use a wrap file with a custom meson.build and some patches to make it compile without running its build.rs script.
2025-12-08add rustfmt targetJohn Turner
2025-11-30add some docsJohn Turner
2025-11-28add porthole tests to mesonJohn Turner
2025-11-21change "test" meson option to "tests"John Turner
2025-11-20port check.sh to use only mesonJohn Turner
2025-11-16generate corpus to fuzz on with mesonJohn Turner
2025-11-16move fuzz stuff into its own directoryJohn Turner
2025-11-16add fuzzerJohn Turner
2025-11-15add meson supportJohn Turner