summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/gnu.py
Commit message (Expand)AuthorAgeFilesLines
* Fix unsupported linker error messageAndrea Pappacoda2021-07-061-1/+1
* condense linesEli Schwartz2021-07-051-2/+1
* more f-strings too complex to be caught by pyupgradeEli Schwartz2021-07-051-1/+1
* use an immutable list for an lru_cached functionsDylan Baker2021-06-021-2/+3
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-2/+2
* Add support for LLVM's thinLTODylan Baker2021-02-021-2/+2
* compilers: Add support for using multiple threads with ltoDylan Baker2021-02-021-2/+15
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-6/+8
* Propagate Windows target checks upLaurin-Luis Lehning2020-12-141-4/+2
* Give get_gui_app_args access to the EnvironmentLaurin-Luis Lehning2020-12-141-1/+1
* Make win_subsystem a linker propertyLaurin-Luis Lehning2020-12-141-14/+0
* Add prelinking support for static libraries.Jussi Pakkanen2020-12-031-0/+3
* Revert "Add thinlto support. Closes #7493."Jussi Pakkanen2020-11-171-4/+2
* Add thinlto support. Closes #7493.Jussi Pakkanen2020-11-081-2/+4
* Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen2020-10-071-0/+14
* compilers/gnu: Don't pretend to inherit CLikeDylan Baker2020-10-011-1/+1
* compilers: Tell mypy that the compiler mixins are just thatDylan Baker2020-09-241-25/+9
* compilers/mixings/gnu: make type safeDylan Baker2020-09-241-11/+34
* compilers: Use a distinct type for compile/link resultsDylan Baker2020-09-241-4/+3
* 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