aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/clike.py
AgeCommit message (Expand)AuthorFilesLines
2021-03-10Remove -pipe from default list of args. Closes #8508.nopipeJussi Pakkanen1-1/+1
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
2020-05-20compilers: Move b_ndebug into the compiler classesDylan Baker1-0/+3
2020-05-13Fix outdated cross-compilation checksOle André Vadla RavnÄs1-2/+3
2020-05-13Fix has_function() for clang on 64bit WindowsChristoph Reiter1-1/+1
2020-05-11Fix builtin check in has_function() with GCC 10 on WindowsChristoph Reiter1-11/+16
2020-04-23compilers: fix type issueAndrew Udvare1-1/+1
2020-04-20compilers: Silence warning about gnu_inline with clangNirbheek Chauhan1-3/+8
2020-04-17compilers: Honor <lang>_ld when linking C-like outputsOle André Vadla RavnÄs1-0/+4
2020-04-10compilers: Move things out of clikeDylan Baker1-6/+0
2020-04-05quality / test: Fortran type hintingMichael Hirsch, Ph.D1-4/+6
2020-04-04Make cc.has_function work on GCC/Clang __builtinsAndrei Alexeyev1-5/+6
2020-03-19Fix exe_wrapper usage in EmptyExternalProgram caseRichard Weinberger1-1/+1
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-14/+14
2019-12-05lgtm: Fix redundant codeDaniel Mensinger1-1/+0
2019-11-21Fix compute_int() when the value is -1Xavier Claessens1-1/+1
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D1-19/+19