Age | Commit message (Expand) | Author | Files | Lines |
2022-01-27 | flake8: fix indentation style | Eli Schwartz | 1 | -1/+1 |
2022-01-10 | pyupgrade --py37-plus | Eli Schwartz | 1 | -1/+1 |
2021-11-17 | hdf5 dependency: check for alternative config-tool names | Eli Schwartz | 1 | -3/+3 |
2021-09-14 | apply flake8 fixes for unused imports and missing imports | Eli Schwartz | 1 | -1/+0 |
2021-06-09 | typing: Rename some variables | Daniel Mensinger | 1 | -3/+3 |
2021-06-06 | typing: Fully annotate dependencies.{detect,factory} + some other fixes | Daniel Mensinger | 1 | -3/+4 |
2021-06-03 | deps: Split dependencies.base | Daniel Mensinger | 1 | -4/+4 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -6/+6 |
2021-03-04 | various python neatness cleanups | Eli Schwartz | 1 | -1/+1 |
2021-02-26 | hdf5: get include directory from config-tool | Michael Kuhn | 1 | -2/+5 |
2021-01-11 | import MachineChoice from mesonlib | Dylan Baker | 1 | -1/+1 |
2020-11-20 | use real pathlib module | Dylan Baker | 1 | -1/+1 |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 1 | -1/+1 |
2020-09-25 | dependencies/hdf5: Use the correct compilers for the machine | Dylan Baker | 1 | -5/+19 |
2020-09-25 | dependencies/hdf5: Convert to a dependency_factory | Dylan Baker | 1 | -104/+131 |
2020-09-08 | typing: fix dependencies for new follow_imports | Daniel Mensinger | 1 | -1/+1 |
2020-09-08 | typing: fully annotate boost and hdf5 deps | Daniel Mensinger | 1 | -2/+6 |
2020-08-11 | Add h5cc shlib argument for correctly link hdf5 libraries | William F Godoy | 1 | -1/+2 |
2020-01-29 | dependencies: Make Dependency initializer signatures match | Dylan Baker | 1 | -1/+1 |
2020-01-08 | bugfix: hdf5 depenedency: make sure variable is always defined | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-12-19 | dependencies: refactor to use methods properly | Michael Hirsch, Ph.D | 1 | -85/+92 |
2019-12-17 | Fail gracefully detecting hdf5 if pkg-config is not available. | Jussi Pakkanen | 1 | -8/+11 |
2019-11-28 | HDF5: make much more robust across platforms | Michael Hirsch, Ph.D | 1 | -0/+120 |