glib/gio/gdbus-2.0/codegen
Emmanuele Bassi 00d7568e4f build: Remove unsupported install directives
We're using the `install` argument for configure_file() all over the
place.

The support for an `install` argument for configure_file() was added in
Meson 0.50, but we haven't bumped the minimum version of Meson we
require, yet; which means we're getting compatibility warnings when
using recent versions of Meson, and undefined behaviour when using older
versions.

The configure_file() object defaults to `install: false`, unless an
install directory is used. This means that all instances of an `install`
argument with an explicit `true` or `false` value can be removed,
whereas all instances of `install` with a value determined from a
configuration option must be turned into an explicit conditional.
2019-07-24 12:45:02 +01:00
..
__init__.py gio/gdbus-2.0/codegen/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
.gitignore Git should ignore generated config.py file 2017-11-20 10:17:01 +00:00
codegen_docbook.py gdbus-codegen: Remove unnecessary parameters from the constructor 2018-01-15 16:10:12 +01:00
codegen_main.py gdbus-codegen: sort input files 2018-12-11 09:49:22 +00:00
codegen.py codegen: Fix use of uninitialised variable 2019-03-13 13:13:24 +00:00
config.py.in meson: Improve MSVC and MinGW support and fix dependencies everywhere 2017-07-13 19:03:39 -04:00
dbustypes.py gdbus-codegen: honor "Property.EmitsChangedSignal" annotations 2018-12-19 11:06:31 +01:00
gdbus-codegen.in gdbus-codegen: Call abspath() earlier 2017-11-06 11:57:52 +00:00
meson.build build: Remove unsupported install directives 2019-07-24 12:45:02 +01:00
parser.py gdbus-codegen: Use Color's print_* methods 2018-01-15 16:03:03 +01:00
utils.py python: avoid equality check for None 2018-07-12 23:48:41 +02:00