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
/
dependencies
/
mpi.py
Age
Commit message (
Expand
)
Author
2025-12-17
Dependencies: Make use of the DependencyCandidate class
Dylan Baker
2025-12-17
dependencies: Require 'native' be passed in kwargs
Dylan Baker
2025-12-17
dependencies: stop passing "language" as a keyword argument
Dylan Baker
2025-12-11
MPI detection: support Intel MPI on Windows
Lisandro Dalcin
2025-12-11
MPI detection: do not look for mpicc on Windows
Lisandro Dalcin
2025-10-29
environment: move detection functions to envconfig.py
Paolo Bonzini
2025-10-20
dependencies: Add remaining internal arguments to Dependency classes
Dylan Baker
2025-10-20
interpreter: port dependency language to typed_kwargs
Dylan Baker
2025-10-20
dependency: Use a TypedDict to describe the keyword arguments to Dependency
Dylan Baker
2025-01-28
dependencies: correctly handle a language of None
Dylan Baker
2024-09-24
MPI detection: try --showme:compile/--showme:link and -compile_info/-link_info
paugier
2024-09-24
MPI detection: get version from old IntelMPI wrappers
paugier
2024-09-24
MPI detection: support more implementations (any compilers)
paugier
2024-09-24
MPI detection: mpicc/mpiicc before pkg-config
paugier
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-06-26
dependencies: switch the delayed-import mechanism for custom dependencies
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-12-11
typing: fix some broken Sequence annotations
Eli Schwartz
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-11-29
Fix crash when toolchain is missing
SmallWood-D
2021-06-17
move base class for system dependencies into base.py
Eli Schwartz
2021-06-14
dependencies: Use the SystemDependency
Dylan Baker
2021-06-09
typing: Rename some variables
Daniel Mensinger
2021-06-06
typing: Fully annotate dependencies.{detect,factory} + some other fixes
Daniel Mensinger
2021-06-03
deps: Split dependencies.base
Daniel Mensinger
2021-01-11
dependencies/mpi: Add a type annotation
Dylan Baker
2020-09-08
typing: fix dependencies for new follow_imports
Daniel Mensinger
2020-09-08
typing: ignore error because of untyped decorator
Daniel Mensinger
2020-09-02
dependencies/mpi: add missing annotation
Dylan Baker
2020-03-19
mpi: Use a factory function
Dylan Baker
2020-01-29
dependencies: Make Dependency initializer signatures match
Dylan Baker
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-19
dependencies: refactor to use methods properly
Michael Hirsch, Ph.D
2019-11-25
dep: MPI make work for intel-cl and improve robustness
Michael Hirsch, Ph.D