aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/clike.py
AgeCommit message (Expand)AuthorFilesLines
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-4/+4
2021-10-07clike compilers: drop semicolon at function endVladimír Čunát1-4/+4
2021-10-04use idiomatic python for membership testsEli Schwartz1-1/+1
2021-09-04Support for appleframeworks with GCC and IntelEvan Miller1-3/+1
2021-08-31pylint: turn on superflous-parensDylan Baker1-1/+1
2021-08-16compilers: Fix extra_args parameterDylan Baker1-13/+14
2021-08-16compilers: Fix annotations for run and cached_compileDylan Baker1-1/+1
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-1/+1
2021-06-09compilers: Fix missing functions in Compiler base classDaniel Mensinger1-3/+0
2021-06-07upgrade percent formatted strings pyupgrade did not catchEli Schwartz1-13/+11
2021-06-07condense linesEli Schwartz1-8/+4
2021-06-07more f-strings everywhereEli Schwartz1-73/+57
2021-06-02use an immutable list for an lru_cached functionsDylan Baker1-2/+3
2021-05-02Use sanity_check_impl for objc/objppRalf Gommers1-1/+1
2021-03-23Remove -pipe from default list of args. Closes #8508.Jussi Pakkanen1-1/+1
2021-03-19split program related classes and functions out of dependenciesDylan Baker1-1/+2
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-8/+8
2021-03-04various python neatness cleanupsEli Schwartz1-3/+3
2021-01-13Fix misspellsAntonin Décimo1-2/+2
2021-01-04Use a single coredata dictionary for optionsDylan Baker1-2/+2
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-2/+5
2020-11-20use real pathlib moduleDylan Baker1-1/+1
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-1/+1
2020-10-01compilers/clike: Store exe_wrapper as ExternalProgramDylan Baker1-3/+3
2020-10-01compilers/fortran: fix has_multi_*_argumentsDylan Baker1-4/+8
2020-10-01compilers: move _build_wrapper out of clike into CompilerDylan Baker1-37/+5
2020-10-01compilers/intel: use get_compiler_check_argsDylan Baker1-6/+6
2020-10-01compilers: move get_compile_check_args() to CompilerDylan Baker1-15/+9
2020-10-01compilers/cuda: make type safeDylan Baker1-7/+0
2020-10-01compilres: move depfile_for_object to compilerDylan Baker1-3/+0
2020-10-01compilers: move split_shlib_to_parts to the base compilerDylan Baker1-3/+0
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker1-41/+16
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker1-2/+1
2020-09-24compilers: make sanity_check_impl a protected methodDylan Baker1-2/+2
2020-09-24compilers: put name_string method in base compilerDylan Baker1-3/+1
2020-09-24compilers/mixins/clike: fix mypy issuesDylan Baker1-113/+245
2020-09-24compilers: Use a distinct type for compile/link resultsDylan Baker1-3/+3
2020-09-18Some fixes for CompCertSebastian Meyer1-2/+2
2020-08-27Fix typo when fetching buildtype option for compiler checksNirbheek Chauhan1-1/+1
2020-08-25Merge pull request #7581 from peterh/aixJussi Pakkanen1-1/+1
2020-08-18clike: optimize to_nativePaolo Bonzini1-4/+8
2020-08-17find_library: include get_linker_always_args in link argsPeter Harris1-1/+1
2020-07-13Fix native builds on Windows ARM64 machinesNirbheek Chauhan1-2/+10
2020-06-22arglist: Split the C/C++ specifics parts into a subclass for CLikeDylan Baker1-3/+53
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker1-1/+17
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker1-3/+4
2020-06-07Remove warnings from sample code. Closes #7248.Jussi Pakkanen1-1/+1
2020-06-07End test code with a newline. Closes #7247.Jussi Pakkanen1-2/+2
2020-06-02Ignore file access errors when scanning .so files in system libdirsMike Gilbert1-9/+18
2020-05-27add type anno: compilers/clikeMichael Hirsch, Ph.D1-15/+15