~ubuntu-support-team/meson/+git/meson:killpy3

Last commit made on 2022-04-30
Get this branch:
git clone -b killpy3 https://git.launchpad.net/~ubuntu-support-team/meson/+git/meson

Branch merges

Branch information

Name:
killpy3
Repository:
lp:~ubuntu-support-team/meson/+git/meson

Recent commits

cba0f45... by Jussi Pakkanen

Remove deprecated python3 module.

1695ff8... by Jussi Pakkanen

Convert all test from the python3 module to python.

93ed753... by Eli Schwartz <email address hidden>

qt module: fix missing sanity check for install_dir + install

Regression in commit 11f96380351a88059ec55f1070fdebc1b1033117. When
`install: true` the install_dir must be set. The CustomTarget
initializer no longer checks this for us, so we must include the check
ourselves.

945252a... by Eli Schwartz <email address hidden>

qt module: fix broken install_dir kwarg

Regression in commit 11f96380351a88059ec55f1070fdebc1b1033117. We expect
exactly one string as an install_dir, but CustomTarget started expecting
it to be a list. So we need to pass it as such when forwarding
compile_translations() arguments to the CustomTarget initializer.

2eb730f... by Xavier Claessens <email address hidden>

devenv: Catch FileNotFoundError

Fixes: #10310

157d438... by Ferdinand T.

Validate setting of install_tag for CustomTarget

6f156e8... by Ferdinand T.

gnome: Use 'doc' install_tag for gnome.yelp

e4d9ba5... by Paolo Bonzini <email address hidden>

improve help for -Ddebug

"Debug" is not a very helpful help message.

Signed-off-by: Paolo Bonzini <email address hidden>

8ed151b... by Chun-wei Fan <email address hidden>

Visual Studio: Only use /utf-8 on VS2015 or later or clang-cl

The compiler flag only exists on Visual Studio 2015 or later, or clang-cl,
and using this always can interfere with compiler feature detection when
this flag is not supported.

So, remove '/utf-8' from always_args if we are on Visual Studio 2013 or
earlier.

660bfa6... by Simon Arlott <sa.me.uk>

docs: Remove deprecated meson.source_root() from localisation page example

Meson already supplies the same value