Skip to content

Releases: mesonbuild/wrapdb

abseil-cpp_20240722.0-2

09 Jan 23:32
Compare
Choose a tag to compare
abseil-cpp: Including missing nullability header

This was added in 20230802.1.

libpng_1.6.45-1

08 Jan 23:08
Compare
Choose a tag to compare
libpng: update to 1.6.45

luajit_2.1.1720049189-2

06 Jan 19:32
Compare
Choose a tag to compare
luajit: Detect failure due to unsupported architecture

This is needed communicate to WrapDB's CI when it is normal for
configuration to fail.

To my knowledge there's no good way to obtain the compiler's error
message in meson, so we cannot distinguish errors due to unsupported
architectures from errors due to otherwise incorrect configurations,
so this does have a slight risk of false positives in marking failures
as "intended". The alternative (apart from making an additional python
script) would be manually checking host_machine.cpu_family, but this
would need to be manually updated when luajit starts supporting more
architectures.

catch2_3.8.0-1

06 Jan 15:43
Compare
Choose a tag to compare
Catch2: update to 3.8.0

sqlite3_3.47.2-2

04 Jan 10:25
Compare
Choose a tag to compare
sqlite3: add options to enable/disable built-in extensions

fmt_11.1.1-2

04 Jan 18:26
Compare
Choose a tag to compare
fmt: add `header-only` option to make it truly header-only

fmt_11.1.1-1

04 Jan 09:57
Compare
Choose a tag to compare
fmt: upgrade to 11.1.1

zlib-ng_2.2.3-1

03 Jan 11:25
Compare
Choose a tag to compare
zlib-ng: update to 2.2.3

icu_76.1-2

02 Jan 21:31
Compare
Choose a tag to compare
ICU: Install icudt files

nanobind_2.4.0-2

31 Dec 08:41
Compare
Choose a tag to compare
apply suggestion