Age | Commit message (Collapse) | Author |
|
|
|
Refactor backend for static libraries
|
|
|
|
This commit makes the edits suggested at
https://github.com/fortran-lang/fpm/pull/216#pullrequestreview-518403499
|
|
|
|
|
|
|
|
|
|
Remove bashism from install.sh
|
|
|
|
|
|
Source directories specified in [[executable]] and [[test]] are not searched recursively. Fixes issue with having programs in the root directory.
|
|
|
|
When outputting a list of available run/test targets, format the output columns nicely depending on the maximum length of the targets.
|
|
|
|
|
|
|
|
|
|
Create a reference for the package manifest
|
|
Fix rebuilding executables when libraries change
|
|
Co-authored-by: Milan Curcic <caomaco@gmail.com>
|
|
|
|
|
|
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A new module and type for build targets. List of build targets is generated from the list of sources.
|
|
|
|
|
|
|
|
- this allows the '--' to signify that all remaining arguments are to
the test/executable
|
|
|
|
- use function to find the executable
|
|
|
|
|
|
|
|
|
|
More issues for new
|
|
|
|
|
|
|
|
|
|
Add installation script in install.sh
|
|
|
|
|
|
Co-authored-by: Brad Richardson <everythingfunctional@protonmail.com>
|