Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-29 | dependencies: Use a factory for fortran coarrays | Dylan Baker | 1 | -38/+40 | |
2020-01-29 | dependencies: Make Dependency initializer signatures match | Dylan Baker | 1 | -1/+1 | |
Currently PkgConfig takes language as a keyword parameter in position 3, while the others take it as positional in position 2. Because most dependencies don't actually set a language (they use C style linking), using a positional argument makes more sense. ExtraFrameworkDependencies is even more different, and duplicates some arguments from the base ExternalDependency class. For later changes I'm planning to make having all of the dependencies use the same signature is really, really helpful. | |||||
2019-12-19 | dependencies: refactor to use methods properly | Michael Hirsch, Ph.D | 1 | -20/+33 | |
2019-11-17 | deps: add pkg-config to coarray with CMake fallback | Michael Hirsch, Ph.D | 1 | -0/+70 | |
make coarray in its own file for clarity |