summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/pgi.py
AgeCommit message (Expand)Author
2025-11-19compilers: Remove Environment parameter from Compiler.thread_flagsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.openmp_flagsDylan Baker
2025-06-18compilers: pgi: fix preprocessing argumentsPaolo Bonzini
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-06-26compilers: pass Environment to openmp_flagsDylan Baker
2023-12-23Remove `get_buildtype_args` functionCharles Brunet
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-12-05compilers: drop dead codeEli Schwartz
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz
2023-02-01treewide: add future annotations importEli Schwartz
2022-11-27Add warning_level=everythingDavid Robillard
2022-02-16flake8: fix various whitespace errors with badly aligned codeEli Schwartz
2022-01-10compilers: push the compiler id to a class variableDylan Baker
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2020-11-20use real pathlib moduleDylan Baker
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker
2020-10-01compilers: fully type annotate the C compilersDylan Baker
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker
2020-09-24compilers/mixins/pgi: Make type safeDylan Baker
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-09-05PGI cannot accept -pthreadMichael Hirsch, Ph.D
2019-09-05PGI: use ar link wrapper on WindowsMichael Hirsch, Ph.D
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker
2019-08-14compilers/mixins/pgi: simplify pic logicMichael Hirsch, Ph.D
2019-07-30default libtype to static to allow windows compilers to not skipMichael Hirsch, Ph.D
2019-07-30no special shared lib args for PGIMichael Hirsch, Ph.D
2019-07-30PGI -shared is for Linux onlyMichael Hirsch, Ph.D
2019-07-30PGI: cpp_pch precompiled headers functionalityMichael Hirsch, Ph.D
2019-07-15compilers/mixins/pgi: Finish type annoationsDylan Baker
2019-07-15compilers: split pgi compiler out of compilers moduleDylan Baker