index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
compilers
/
mixins
/
pgi.py
Age
Commit message (
Expand
)
Author
2025-11-19
compilers: Remove Environment parameter from Compiler.thread_flags
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.openmp_flags
Dylan Baker
2025-06-18
compilers: pgi: fix preprocessing arguments
Paolo Bonzini
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-26
compilers: pass Environment to openmp_flags
Dylan Baker
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-12-05
compilers: drop dead code
Eli Schwartz
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-11-27
Add warning_level=everything
David Robillard
2022-02-16
flake8: fix various whitespace errors with badly aligned code
Eli Schwartz
2022-01-10
compilers: push the compiler id to a class variable
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2020-11-20
use real pathlib module
Dylan Baker
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-10-01
compilers: move get_dependency_gen_args to base Compiler
Dylan Baker
2020-10-01
compilers: fully type annotate the C compilers
Dylan Baker
2020-09-24
compilers: Tell mypy that the compiler mixins are just that
Dylan Baker
2020-09-24
compilers/mixins/pgi: Make type safe
Dylan Baker
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-10-07
compilers: replace CompilerType with MachineInfo
Dylan Baker
2019-09-05
PGI cannot accept -pthread
Michael Hirsch, Ph.D
2019-09-05
PGI: use ar link wrapper on Windows
Michael Hirsch, Ph.D
2019-08-14
compilers: Dispatch to dynamic linker class
Dylan Baker
2019-08-14
compilers/mixins/pgi: simplify pic logic
Michael Hirsch, Ph.D
2019-07-30
default libtype to static to allow windows compilers to not skip
Michael Hirsch, Ph.D
2019-07-30
no special shared lib args for PGI
Michael Hirsch, Ph.D
2019-07-30
PGI -shared is for Linux only
Michael Hirsch, Ph.D
2019-07-30
PGI: cpp_pch precompiled headers functionality
Michael Hirsch, Ph.D
2019-07-15
compilers/mixins/pgi: Finish type annoations
Dylan Baker
2019-07-15
compilers: split pgi compiler out of compilers module
Dylan Baker