./devel/meson, Open source build system meant to be fast and user friendly

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 1.10.1, Package name: meson-1.10.1, Maintainer: pkgsrc-users

Meson is a cross-platform build system designed to be both as fast
and as user friendly as possible. It supports many languages and
compilers, including GCC, Clang and Visual Studio. Its build
definitions are written in a simple non-turing complete DSL.


Required to run:
[devel/py-setuptools] [devel/ninja-build] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 4856.64 KB

Version history: (Expand)


CVS history: (Expand)


   2026-02-19 15:43:25 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
meson: make itstool a test dependency

update test status
   2026-01-19 09:34:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
meson: updated to 1.10.1

1.10.1
Bug fixes
   2025-12-20 23:49:18 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
meson: update to 1.10.0.

# New features
## Support for the `counted_by` attribute
## Added a `values()` method for dictionaries
## Add cmd_array method to ExternalProgram
## Microchip XC32 compiler support
## Added OS/2 support
## Android cross file generator
## Array `.slice()` method
## `-Db_vscrt` on clang
## Added `build_subdir` arg to various targets
## Support for Cargo workspaces
## Experimental Codegen module
## Methods from compiler object now accept strings for include_directories
## `meson format` has a new `--check-diff` option
## `-Db_thinlto_cache` now supported for GCC
## Using `meson.get_compiler()` to get a language from another project is marked \ 
broken
## Experimental C++ import std support
## Common `Cargo.lock` for all Cargo subprojects
## Add a configure log in meson-logs
## Added new `namingscheme` option
## Rewriter improvements
## Passing `-C default-linker-libraries` to rustc
## `rustc` will receive `-C embed-bitcode=no` and `-C lto` command line options
## New method to handle GNU and Windows symbol visibility for C/C++/ObjC/ObjC++
## Vala BuildTarget dependency enhancements
## `i18n.xgettext` now accepts CustomTarget and CustomTargetIndex as sources
   2025-12-05 07:25:42 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
meson: updated to 1.9.2

1.9.2
Bug fixes
   2025-10-09 18:55:17 by Ryo ONODERA | Files touched by this commit (3)
Log message:
devel/meson: Add cython for Python 3.14 to supported cython list

* Bump PKGREVISION.
   2025-09-23 08:29:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
meson: updated to 1.9.1

1.9.1
Bug fixes
   2025-08-25 20:06:10 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
meson: update to 1.9.0.

Array .flatten() method
clang-tidy's auto-generated targets correctly select source files
Added Qualcomm's embedded linker, eld
Added suffix function to the FS module
Support response files for custom targets
meson format now has a --source-file-path argument when reading from stdin
Added license keyword to pkgconfig.generate
New experimental option rust_dynamic_std
Rust and non-Rust sources in the same target
Explicitly setting Swift module name is now supported
Swift compiler receives select C family compiler options
Swift/C++ interoperability is now supported
Support for MASM in Visual Studio backends
Limited support for WrapDB v1
   2025-08-20 20:29:19 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
meson: updated to 1.8.4

1.8.4
Bug fixes