aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/pgi.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz1-2/+2
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-11-27Add warning_level=everythingDavid Robillard1-1/+2
2022-02-16flake8: fix various whitespace errors with badly aligned codeEli Schwartz1-5/+6
2022-01-10compilers: push the compiler id to a class variableDylan Baker1-1/+2
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-1/+1
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-1/+2
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: move get_dependency_gen_args to base CompilerDylan Baker1-3/+0
2020-10-01compilers: fully type annotate the C compilersDylan Baker1-1/+2
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker1-6/+8
2020-09-24compilers/mixins/pgi: Make type safeDylan Baker1-2/+11
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-14/+14
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-6/+2
2019-09-05PGI cannot accept -pthreadMichael Hirsch, Ph.D1-0/+4
2019-09-05PGI: use ar link wrapper on WindowsMichael Hirsch, Ph.D1-1/+1
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-25/+1
2019-08-14compilers/mixins/pgi: simplify pic logicMichael Hirsch, Ph.D1-3/+3
2019-07-30default libtype to static to allow windows compilers to not skipMichael Hirsch, Ph.D1-3/+5
2019-07-30no special shared lib args for PGIMichael Hirsch, Ph.D1-0/+3
2019-07-30PGI -shared is for Linux onlyMichael Hirsch, Ph.D1-1/+8
2019-07-30PGI: cpp_pch precompiled headers functionalityMichael Hirsch, Ph.D1-1/+17
2019-07-15compilers/mixins/pgi: Finish type annoationsDylan Baker1-21/+27
2019-07-15compilers: split pgi compiler out of compilers moduleDylan Baker1-0/+89