aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/pgi.py
AgeCommit message (Expand)AuthorFilesLines
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