summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/pgi.py
Commit message (Expand)AuthorAgeFilesLines
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-1/+1
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-1/+2
* 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: move get_dependency_gen_args to base CompilerDylan Baker2020-10-011-3/+0
* compilers: fully type annotate the C compilersDylan Baker2020-10-011-1/+2
* compilers: Tell mypy that the compiler mixins are just thatDylan Baker2020-09-241-6/+8
* compilers/mixins/pgi: Make type safeDylan Baker2020-09-241-2/+11
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-14/+14
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-6/+2
* PGI cannot accept -pthreadMichael Hirsch, Ph.D2019-09-051-0/+4
* PGI: use ar link wrapper on WindowsMichael Hirsch, Ph.D2019-09-051-1/+1
* compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-25/+1
* compilers/mixins/pgi: simplify pic logicMichael Hirsch, Ph.D2019-08-141-3/+3
* default libtype to static to allow windows compilers to not skipMichael Hirsch, Ph.D2019-07-301-3/+5
* no special shared lib args for PGIMichael Hirsch, Ph.D2019-07-301-0/+3
* PGI -shared is for Linux onlyMichael Hirsch, Ph.D2019-07-301-1/+8
* PGI: cpp_pch precompiled headers functionalityMichael Hirsch, Ph.D2019-07-301-1/+17
* compilers/mixins/pgi: Finish type annoationsDylan Baker2019-07-151-21/+27
* compilers: split pgi compiler out of compilers moduleDylan Baker2019-07-151-0/+89