meson/mesonbuild
nyorain 005e041645 Fix vulkan module for linux
Rework the vulkan module:
	- adopt the VULKAN_SDK paths for its linux version
	- add sanity tests for the VULKAN_SDK path
	- add guessing as last fallback, needed on linux systems
	  on which no vulkan pkgconfig is installed [ubuntu atm]
	- restructure exception handling/branching

Not tested on windows yet.
2017-07-25 23:20:05 +02:00
..
backend Ensure same compiler flags are used for compiling PCH as normal sources 2017-07-24 00:11:27 +03:00
compilers find_library: Ignore libs on MSVC properly 2017-07-23 02:12:00 +03:00
dependencies Fix vulkan module for linux 2017-07-25 23:20:05 +02:00
modules gnome: Support new glib-genmarshal arguments 2017-07-23 16:30:34 +01:00
scripts Close files reliably. 2017-07-18 00:33:08 +02:00
wrap Whitespace tweaks to reduce Flake8 warnings 2017-05-29 19:32:47 +03:00
__init__.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
astinterpreter.py cleanup: Remove redundant parentheses 2017-01-18 21:22:47 +02:00
build.py Merged buildrpath branch. 2017-07-21 22:19:07 +03:00
coredata.py Bump version number for new development. 2017-06-20 00:14:40 +03:00
environment.py Merge pull request #1374 from mesonbuild/simd 2017-07-19 15:50:04 +03:00
interpreter.py Merged buildrpath branch. 2017-07-21 22:19:07 +03:00
interpreterbase.py Merge pull request #2017 from mesonbuild/fix2012 2017-07-02 16:33:49 -04:00
linkers.py Add build_rpath as new property allowing people to specify rpath entries that are used in the build tree but will be removed on install. 2017-07-21 19:40:54 +03:00
mconf.py Remove unused variables. 2017-05-17 04:41:54 -04:00
mesonlib.py configure_file: warn in case a variable to subsitute is not present in the passed configuration. Fixes #2090 2017-07-21 20:11:50 +03:00
mesonmain.py Run postconf scripts after dumping coredata. 2017-07-15 13:47:17 +02:00
mintro.py Modify mesonintrospect --dependencies so 1 element in list is 1 dependency 2017-07-20 12:43:55 +02:00
mlog.py Add an option to dependencies called 'method'. This can be used to 2017-04-09 03:31:39 -04:00
mparser.py Do not permit invalid and/or nodes to be declared. Closes #1886. 2017-06-25 21:43:38 +03:00
optinterpreter.py Allow option values to contain ':' 2017-04-04 23:41:23 +05:30