Meson 1.10 is out today as the newest feature release for this popular cross-platform build system.
With the Meson 1.10 build automation tool the cross-platform support is even better… There is now official support for OS/2. Yes, as we get ready to roll into 2026, the Meson build system now has support added to OS/2.
The Meson 1.10 release also adds Microchip XC32 compiler support as yet another compiler being supported by this build system for further enhancing its robustness across different hardware and software.
Meson 1.10 also adds cross-file generator support for Android, support for Rust Cargo workspaces, am experimental codegen module, supporting -Db_thinlto_cache with GCC 15’s incremental LTO support, and experimental C++ import std support. C++23 allows “import std” to import the entire C++ standard library as a module. With Meson the experimental C++ import std can be enabled with the new “cpp_importstd” option.
Meson 1.10 can be downloaded from GitHub. More details on Meson 1.10 via the release notes.
