meson/mesonbuild/backend
Gabríel Arthúr Pétursson 3ddf9bf6dd Ensure same compiler flags are used for compiling PCH as normal sources
Precompiled headers should generally be compiled with the same flags as
the sources that will include the header. Some deviations are safe,
however, most will cause the compiler to reject the precompiled header
or possibly lead to compiler crashes.
2017-07-24 00:11:27 +03:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py Support implibs for executables on Windows 2017-07-20 21:11:56 +01:00
ninjabackend.py Ensure same compiler flags are used for compiling PCH as normal sources 2017-07-24 00:11:27 +03:00
vs2010backend.py Support implibs for executables on Windows 2017-07-20 21:11:56 +01:00
vs2015backend.py Whitespace tweaks to reduce Flake8 warnings 2017-05-29 19:32:47 +03:00
vs2017backend.py vs: Sometimes WindowsSDKVersion is unset 2017-06-09 20:25:27 +05:30
xcodebackend.py Removed consecutive identical variable assignments. 2017-07-16 12:04:24 +03:00