meson/mesonbuild/compilers
Tristan Partin af846a109f Detect Cython and Vala compilers on the build machine always
Transpilers need to run on the build machine in order to generate their
output, which can then be taken by a cross-compiler to create the final
output.
2022-07-06 12:04:59 -07:00
..
mixins visualstudio.py: Apply /utf-8 only on clang or VS2015+ 2022-06-21 21:08:06 +03:00
__init__.py Genericise TI compiler and add MSP430 support 2022-02-02 16:45:05 +02:00
c.py Fix invalid Python overrides 2022-05-19 15:05:53 -04:00
c_function_attributes.py Add cc.has_function_attribute('sentinel') 2022-05-19 15:05:53 -04:00
compilers.py move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00
cpp.py move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00
cs.py fix totally invalid import of an import 2022-07-03 14:11:31 -04:00
cuda.py move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00
cython.py OptionOverrideProxy: Make it immutable to avoid copies 2022-03-22 17:20:48 -04:00
d.py move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00
detect.py Detect Cython and Vala compilers on the build machine always 2022-07-06 12:04:59 -07:00
fortran.py move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00
java.py move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00
objc.py move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00
objcpp.py OptionOverrideProxy: Make it immutable to avoid copies 2022-03-22 17:20:48 -04:00
rust.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
swift.py move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00
vala.py move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00