aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
2021-06-05typing: Fully annotate dependencies.cudaDaniel Mensinger1-0/+2
2021-06-02use an immutable list for an lru_cached functionsDylan Baker3-4/+7
2021-05-19compilers: Add `get_debug_args` to base CompilerDylan Baker1-0/+4
2021-05-19rust: override get_linker_always_argsDylan Baker1-0/+6
2021-05-19.C files are now treated as C++ codeVolker-Weissmann1-2/+4
2021-05-15Visual Studio Address Sanitizer updatesPeter Harris1-1/+1
2021-05-15Add gnuXX stds to Objective C.Jussi Pakkanen1-1/+1
2021-05-11Make objective C use C standard version. Closes #5495.Jussi Pakkanen2-2/+39
2021-05-10deactivate intrinsic functions if no optimizations are requestedAlexander Neumann1-1/+1
2021-05-02Clean up unused importsRalf Gommers2-4/+2
2021-05-02Use sanity_check_impl for objc/objppRalf Gommers3-48/+5
2021-04-01environment: get environment variables for both host and build machinesDylan Baker1-8/+15
2021-03-30Split environment variable and command line cflagsDylan Baker1-4/+7
2021-03-28Strip host-compiler -std flag from NVCC line.cudafix0572Olexa Bilaniuk1-1/+12
2021-03-28Retract "DQSQ" merging in NVCC arguments handling.Olexa Bilaniuk1-15/+0
2021-03-28Canonicalize and merge consecutive -Xcompiler flags together.Olexa Bilaniuk1-1/+47
2021-03-24compilers: clang-cl: Also accept .s files (#8520)D Scott Phillips1-0/+3
2021-03-23Remove -pipe from default list of args. Closes #8508.Jussi Pakkanen2-7/+1
2021-03-19split program related classes and functions out of dependenciesDylan Baker9-9/+14
2021-03-17Fix D lib search path translationRemi Thebault1-15/+49
2021-03-14ninjabackend: Use rsp_file_syntax methodDylan Baker1-3/+4
2021-03-14compilers/linkers: Add a methhod for getting the rspfile syntaxDylan Baker3-3/+27
2021-03-09Add address sanitizer support for Visual Studio.Jussi Pakkanen2-1/+9
2021-03-08Add /Od flag to msvc optimization 0 argsVili Väinölä1-1/+1
2021-03-04compilers: Use EnvironmentException not EnvironmentError/OSErrorDylan Baker1-8/+8
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz15-62/+62
2021-03-04various python neatness cleanupsEli Schwartz4-26/+26
2021-03-04raw string literals are next to godlinessEli Schwartz1-2/+2
2021-03-02fix missing versions with generated sourceRemi Thebault1-0/+6
2021-03-01D add build dir to -J switchRemi Thebault1-2/+6
2021-02-22[CUDA] Bugfix: Forward sanitizer_*_args() methods to host compiler.Olexa Bilaniuk1-0/+6
2021-02-19Ensure that $lang_args and $lang_link_args are properly parsedDylan Baker1-16/+12
2021-02-18compilers: clang: Drop -Xclang before -fcolor-diagnostics flagKrzysztof Małysa1-3/+3
2021-02-17compilers: Only insert -flto-jobs in clang's link argumentsDylan Baker3-3/+9
2021-02-16Add optional -Dcuda_ccbindir= option and -ccbin flag to CUDA compiler.Olexa Bilaniuk1-8/+32
2021-02-16Armour-grade quoting to account for NVCC's -Xcompiler peculiarities.Olexa Bilaniuk1-14/+84
2021-02-16Extensive rewrite of GCC/MVSC flag translation to NVCC flags.Olexa Bilaniuk1-31/+313
2021-02-16Add default debug flags for two configurations to NVCC.Olexa Bilaniuk1-2/+2
2021-02-14Add custom entyr to cuda buildtype dict. Closes #8336.Jussi Pakkanen1-0/+1
2021-02-02Add support for LLVM's thinLTODylan Baker3-8/+21
2021-02-02compilers: Add support for using multiple threads with ltoDylan Baker3-5/+42
2021-01-23split mesonlib into a packageDylan Baker1-1/+2
2021-01-20MSVC and Clang-Cl Compiler Argument CleanupMarios Staikopoulos1-27/+6
2021-01-20Avoid accidental use of STANDALONE_WASM mode on compiler testsBrion Vibber1-1/+1
2021-01-17Removal of /ZI on MSVC DebugMarios Staikopoulos1-2/+2
2021-01-13Fix misspellsAntonin Décimo3-6/+6
2021-01-11move handling of CFLAGS and friends to environmentDylan Baker3-64/+17
2021-01-11use PEP8 style naming for LANGUAGES_USING_* as wellDylan Baker2-5/+5
2021-01-11rename cflags_mapping to CFLAGS_MAPPINGDylan Baker1-14/+18
2021-01-04Use a single coredata dictionary for optionsDylan Baker2-3/+3