meson/mesonbuild/compilers
Nirbheek Chauhan ff07314a86 New compiler method: check_header
This checks not only for existence, but also for usability of the
header, which means it does a full compilation and not just
pre-processing or __has_include.

Fixes https://github.com/mesonbuild/meson/issues/2246
2018-05-30 15:25:39 +05:30
..
__init__.py Merged Arm CC support. 2018-04-16 23:02:09 +03:00
c.py New compiler method: check_header 2018-05-30 15:25:39 +05:30
compilers.py New compiler method: check_header 2018-05-30 15:25:39 +05:30
cpp.py Can combine D and C++ in a single target. Closes #3125. 2018-05-02 22:50:15 +03:00
cs.py Revert "Add macOS linker versioning information" 2018-05-09 23:11:15 +02:00
d.py Revert "Add macOS linker versioning information" 2018-05-09 23:11:15 +02:00
fortran.py Add support for finding libraries in Fortran projects 2018-05-21 23:17:02 +03:00
java.py Revert "Add macOS linker versioning information" 2018-05-09 23:11:15 +02:00
objc.py Add 'Compiler.get_display_language' 2017-06-26 14:15:44 -04:00
objcpp.py Add 'Compiler.get_display_language' 2017-06-26 14:15:44 -04:00
rust.py Add cross-compilation support for `rustc` 2018-01-29 15:47:05 -08:00
swift.py Split out languages from compilers.py 2017-06-23 00:42:41 +01:00
vala.py vala: Don't pass -o and -C at the same time 2018-04-11 21:42:42 +03:00