summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)Author
2021-06-27Update detect.pyIan Harvey
2021-06-25typing: Annotate compilers.detectDaniel Mensinger
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger
2021-06-22Fixed style issue as per comments on PR 8911.Justin Handville
2021-06-22Fix for Issue 8910 (Meson filters CMake asm files)Justin Handville
2021-06-18holders: Introduce HoldableObjectDaniel Mensinger
2021-06-18interpreter: Refactor interpreter.compiler to use ObjectHolderDaniel Mensinger
2021-06-09compilers: Fix missing functions in Compiler base classDaniel Mensinger
2021-06-07upgrade percent formatted strings pyupgrade did not catchEli Schwartz
2021-06-07condense linesEli Schwartz
2021-06-07more f-strings everywhereEli Schwartz
2021-06-07cython: Add an option for selecting python 3 vs python 2 outputDylan Baker
2021-06-07compilers: Add cython file suffixesDylan Baker
2021-06-07compilers: Expose Cython compilerDylan Baker
2021-06-07hack: compilers/cython: hardcode python 3 not 2Dylan Baker
2021-06-07compilers: Add a cython CompilerDylan Baker
2021-06-05typing: Fully annotate dependencies.cudaDaniel Mensinger
2021-06-02use an immutable list for an lru_cached functionsDylan Baker
2021-05-19compilers: Add `get_debug_args` to base CompilerDylan Baker
2021-05-19rust: override get_linker_always_argsDylan Baker
2021-05-19.C files are now treated as C++ codeVolker-Weissmann
2021-05-15Visual Studio Address Sanitizer updatesPeter Harris
2021-05-15Add gnuXX stds to Objective C.Jussi Pakkanen
2021-05-11Make objective C use C standard version. Closes #5495.Jussi Pakkanen
2021-05-10deactivate intrinsic functions if no optimizations are requestedAlexander Neumann
2021-05-02Clean up unused importsRalf Gommers
2021-05-02Use sanity_check_impl for objc/objppRalf Gommers
2021-04-01environment: get environment variables for both host and build machinesDylan Baker
2021-03-30Split environment variable and command line cflagsDylan Baker
2021-03-28Strip host-compiler -std flag from NVCC line.Olexa Bilaniuk
2021-03-28Retract "DQSQ" merging in NVCC arguments handling.Olexa Bilaniuk
2021-03-28Canonicalize and merge consecutive -Xcompiler flags together.Olexa Bilaniuk
2021-03-24compilers: clang-cl: Also accept .s files (#8520)D Scott Phillips
2021-03-23Remove -pipe from default list of args. Closes #8508.Jussi Pakkanen
2021-03-19split program related classes and functions out of dependenciesDylan Baker
2021-03-17Fix D lib search path translationRemi Thebault
2021-03-14ninjabackend: Use rsp_file_syntax methodDylan Baker
2021-03-14compilers/linkers: Add a methhod for getting the rspfile syntaxDylan Baker
2021-03-09Add address sanitizer support for Visual Studio.Jussi Pakkanen
2021-03-08Add /Od flag to msvc optimization 0 argsVili Väinölä
2021-03-04compilers: Use EnvironmentException not EnvironmentError/OSErrorDylan Baker
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-03-04raw string literals are next to godlinessEli Schwartz
2021-03-02fix missing versions with generated sourceRemi Thebault
2021-03-01D add build dir to -J switchRemi Thebault
2021-02-22[CUDA] Bugfix: Forward sanitizer_*_args() methods to host compiler.Olexa Bilaniuk
2021-02-19Ensure that $lang_args and $lang_link_args are properly parsedDylan Baker
2021-02-18compilers: clang: Drop -Xclang before -fcolor-diagnostics flagKrzysztof Małysa
2021-02-17compilers: Only insert -flto-jobs in clang's link argumentsDylan Baker