meson/mesonbuild/modules
Elliott Sales de Andrade a2321b24f6 Flatten isinstance calls. (#715)
That is, isinstance(x, y) or isinstance(x, z) can be flattened with a
tuple to isinstance(x, (y, z)).
2016-08-27 15:47:29 +03:00
..
__init__.py Fix some issues that break pypi installs and bump version to upload new version. 2016-01-16 20:59:34 +02:00
gnome.py Consistent kwarg popping. 2016-08-21 15:04:44 +03:00
i18n.py Changed run_target to take command as kwarg and add depends. This makes it behave the same as custom_target. 2016-06-24 23:07:57 +03:00
modtest.py Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 2016-01-16 17:35:29 +02:00
pkgconfig.py Flatten isinstance calls. (#715) 2016-08-27 15:47:29 +03:00
qt4.py Move MesonException from coredata to mesonlib. 2016-04-01 00:52:45 +03:00
qt5.py Make sure outputs do not contain stray path segments. 2016-05-30 00:24:17 +03:00
rpm.py Removed no longer used attribute from rpm generator. Closes #502. 2016-04-05 21:34:02 +03:00
windows.py A few error message fixes. 2016-07-28 20:45:38 +03:00