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
/
hdf5.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-10-20
dependencies: Add remaining internal arguments to Dependency classes
Dylan Baker
2025-10-20
interpreter: port dependency native to typed_kwargs
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-03-20
hdf5: don't throw if the pkg-config doesn't support --list-all
Marcin Serwin
2024-01-31
dependencies: hdf5: mark configtool dependency not-found for cmake build
Eli Schwartz
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-08-03
PkgConfigDependency: Move CLI handling into its own abstraction
Xavier Claessens
2023-07-23
hdf5: remove C sub-dependency for config tool
George Sedov
2023-07-23
hdf5: fix wrong env values for config tool
George Sedov
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-04
hdf5 dependency: correctly use machine files and respect cross
Eli Schwartz
2022-11-03
dependencies: make the hdf5 dependency use Popen_safe
Eli Schwartz
2022-05-03
dependencies: cleanup kwargs.get('static') usage
Dudemanguy
2022-01-27
flake8: fix indentation style
Eli Schwartz
2022-01-10
pyupgrade --py37-plus
Eli Schwartz
2021-11-17
hdf5 dependency: check for alternative config-tool names
Eli Schwartz
2021-09-14
apply flake8 fixes for unused imports and missing imports
Eli Schwartz
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-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2021-02-26
hdf5: get include directory from config-tool
Michael Kuhn
2021-01-11
import MachineChoice from mesonlib
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-09-25
dependencies/hdf5: Use the correct compilers for the machine
Dylan Baker
2020-09-25
dependencies/hdf5: Convert to a dependency_factory
Dylan Baker
2020-09-08
typing: fix dependencies for new follow_imports
Daniel Mensinger
2020-09-08
typing: fully annotate boost and hdf5 deps
Daniel Mensinger
2020-08-11
Add h5cc shlib argument for correctly link hdf5 libraries
William F Godoy
2020-01-29
dependencies: Make Dependency initializer signatures match
Dylan Baker
2020-01-08
bugfix: hdf5 depenedency: make sure variable is always defined
Michael Hirsch, Ph.D
2019-12-19
dependencies: refactor to use methods properly
Michael Hirsch, Ph.D
2019-12-17
Fail gracefully detecting hdf5 if pkg-config is not available.
Jussi Pakkanen
2019-11-28
HDF5: make much more robust across platforms
Michael Hirsch, Ph.D