summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/gnu.py
Commit message (Expand)AuthorAgeFilesLines
* compilers: Cache gnu-mixins has_arguments() checksNirbheek Chauhan2020-07-231-1/+1
* compilers: Silence warning about gnu_inline with clangNirbheek Chauhan2020-04-201-0/+5
* compilers: Move things out of clikeDylan Baker2020-04-101-0/+3
* compilers: disable b_sanitize on hurdPino Toscano2020-04-101-1/+3
* compilers: Error if invalid linker selectedDylan Baker2020-03-171-0/+4
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-38/+38
* default inc dirs: Fix warning on MSYS (fixes #6336)Daniel Mensinger2019-12-151-5/+8
* Allow selecting the dynamic linkerDylan Baker2019-12-021-0/+4
* default inc dirs: fix warning for unsupporte lang (fixes #6050)Daniel Mensinger2019-10-181-2/+9
* Fix for issue 5355Michael Lenczewski2019-10-091-0/+12
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-10/+8
* cache all gnulike_default_include_dirs invocationsDaniel Mensinger2019-10-031-5/+4
* compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker2019-08-301-0/+4
* Fix gcc include dotDylan Baker2019-08-281-0/+2
* compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-109/+14
* compilers: pull sanitzier args into compiler classesDylan Baker2019-07-231-0/+13
* compilers: return as-needed args as a listDylan Baker2019-07-231-3/+3
* compilers: Move lto args into compiler classDylan Baker2019-07-231-0/+6
* compilers/mixins/elbrus: add type annotations and fix typesDylan Baker2019-07-151-4/+4
* compilers/mixins/gnu: Add type annotationsDylan Baker2019-07-151-100/+119
* compilers: split gnu and gnulike compilers out of compilersDylan Baker2019-07-151-0/+390