summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/clike.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* compilers: Move b_ndebug into the compiler classesDylan Baker2020-05-201-0/+3
* Fix outdated cross-compilation checksOle André Vadla RavnÄs2020-05-131-2/+3
* Fix has_function() for clang on 64bit WindowsChristoph Reiter2020-05-131-1/+1
* Fix builtin check in has_function() with GCC 10 on WindowsChristoph Reiter2020-05-111-11/+16
* compilers: fix type issueAndrew Udvare2020-04-231-1/+1
* compilers: Silence warning about gnu_inline with clangNirbheek Chauhan2020-04-201-3/+8
* compilers: Honor <lang>_ld when linking C-like outputsOle André Vadla RavnÄs2020-04-171-0/+4
* compilers: Move things out of clikeDylan Baker2020-04-101-6/+0
* quality / test: Fortran type hintingMichael Hirsch, Ph.D2020-04-051-4/+6
* Make cc.has_function work on GCC/Clang __builtinsAndrei Alexeyev2020-04-041-5/+6
* Fix exe_wrapper usage in EmptyExternalProgram caseRichard Weinberger2020-03-191-1/+1
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-14/+14
* lgtm: Fix redundant codeDaniel Mensinger2019-12-051-1/+0
* Fix compute_int() when the value is -1Xavier Claessens2019-11-211-1/+1