summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/clike.py
Commit message (Expand)AuthorAgeFilesLines
* fix various flake8 whitespace errorsEli Schwartz2021-10-271-4/+4
* clike compilers: drop semicolon at function endVladimír Čunát2021-10-071-4/+4
* use idiomatic python for membership testsEli Schwartz2021-10-041-1/+1
* Support for appleframeworks with GCC and IntelEvan Miller2021-09-041-3/+1
* pylint: turn on superflous-parensDylan Baker2021-08-311-1/+1
* compilers: Fix extra_args parameterDylan Baker2021-08-161-13/+14
* compilers: Fix annotations for run and cached_compileDylan Baker2021-08-161-1/+1
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-1/+1
* compilers: Fix missing functions in Compiler base classDaniel Mensinger2021-06-091-3/+0
* upgrade percent formatted strings pyupgrade did not catchEli Schwartz2021-06-071-13/+11
* condense linesEli Schwartz2021-06-071-8/+4
* more f-strings everywhereEli Schwartz2021-06-071-73/+57
* use an immutable list for an lru_cached functionsDylan Baker2021-06-021-2/+3
* Use sanity_check_impl for objc/objppRalf Gommers2021-05-021-1/+1
* Remove -pipe from default list of args. Closes #8508.Jussi Pakkanen2021-03-231-1/+1
* split program related classes and functions out of dependenciesDylan Baker2021-03-191-1/+2
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-8/+8
* various python neatness cleanupsEli Schwartz2021-03-041-3/+3
* Fix misspellsAntonin Décimo2021-01-131-2/+2
* Use a single coredata dictionary for optionsDylan Baker2021-01-041-2/+2
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-2/+5
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* compilers/clike: Store exe_wrapper as ExternalProgramDylan Baker2020-10-011-3/+3
* compilers/fortran: fix has_multi_*_argumentsDylan Baker2020-10-011-4/+8
* compilers: move _build_wrapper out of clike into CompilerDylan Baker2020-10-011-37/+5
* compilers/intel: use get_compiler_check_argsDylan Baker2020-10-011-6/+6
* compilers: move get_compile_check_args() to CompilerDylan Baker2020-10-011-15/+9
* compilers/cuda: make type safeDylan Baker2020-10-011-7/+0
* compilres: move depfile_for_object to compilerDylan Baker2020-10-011-3/+0
* compilers: move split_shlib_to_parts to the base compilerDylan Baker2020-10-011-3/+0
* compilers: Tell mypy that the compiler mixins are just thatDylan Baker2020-09-241-41/+16
* compilers: make is_cross part of the base Compiler classDylan Baker2020-09-241-2/+1
* compilers: make sanity_check_impl a protected methodDylan Baker2020-09-241-2/+2
* compilers: put name_string method in base compilerDylan Baker2020-09-241-3/+1
* compilers/mixins/clike: fix mypy issuesDylan Baker2020-09-241-113/+245
* compilers: Use a distinct type for compile/link resultsDylan Baker2020-09-241-3/+3
* Some fixes for CompCertSebastian Meyer2020-09-181-2/+2
* Fix typo when fetching buildtype option for compiler checksNirbheek Chauhan2020-08-271-1/+1
* Merge pull request #7581 from peterh/aixJussi Pakkanen2020-08-251-1/+1
|\
| * find_library: include get_linker_always_args in link argsPeter Harris2020-08-171-1/+1
* | clike: optimize to_nativePaolo Bonzini2020-08-181-4/+8
|/
* Fix native builds on Windows ARM64 machinesNirbheek Chauhan2020-07-131-2/+10
* arglist: Split the C/C++ specifics parts into a subclass for CLikeDylan Baker2020-06-221-3/+53
* compilers: Return CompilerArgs from compiler instanceDylan Baker2020-06-221-1/+17
* compilers: Split CompilerArgs into a separate moduleDylan Baker2020-06-221-3/+4
* Remove warnings from sample code. Closes #7248.newlinesJussi Pakkanen2020-06-071-1/+1
* End test code with a newline. Closes #7247.Jussi Pakkanen2020-06-071-2/+2
* Ignore file access errors when scanning .so files in system libdirsMike Gilbert2020-06-021-9/+18
* add type anno: compilers/clikeMichael Hirsch, Ph.D2020-05-271-15/+15