SHA256
6
0
forked from pool/meson

Accepting request 713027 from GNOME:Next

Update to 0.51.0

OBS-URL: https://build.opensuse.org/request/show/713027
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=138
This commit is contained in:
2019-07-03 07:24:00 +00:00
committed by Git OBS Bridge
parent f20fd6617c
commit 0863ab893b
7 changed files with 68 additions and 26 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Wed Jun 26 10:51:31 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to versoin 0.51.0:
+ (C) Preprocessor flag handling.
+ Sanity checking compilers with user flags.
+ New sourceset module.
+ n_debug=if-release and buildtype=plain means no asserts.
+ target_type in build_targets accepts the value 'shared_module'.
+ New modules kwarg for python.find_installation.
+ Support for the Intel Compiler on Windows (ICL).
+ Added basic support for the Xtensa CPU toolchain.
+ Dependency objects now have a get_variable method.
+ CMake prefix path overrides.
+ Tests that should fail but did not are now errors.
+ New target keyword argument: link_language.
+ New module to parse kconfig output files.
+ Add new meson subprojects foreach command.
+ Added c17 and c18 as c_std values for recent GCC and Clang
Versions.
+ gpgme dependency now supports gpgme-config.
+ Can link against custom targets.
+ Removed the deprecated --target-files API.
+ Generators have a new depends keyword argument.
+ Specifying options per mer machine.
+ subproject.get_variable() now accepts a fallback argument.
+ Add keyword static to find_library.
+ Fortran include statements recursively parsed.
+ CMake subprojects.
+ Multipe cross files can be specified.
- Rebase meson-suse-ify-macros.patch.
- Add python3-setuptools unconditionally to BuildRequires for the
test suite.
-------------------------------------------------------------------
Thu May 2 11:06:47 UTC 2019 - Martin Liška <mliska@suse.cz>