index
:
fpm
master
A friendly, barely modified fork of fortran-lang.org's package manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fpm_targets.f90
Age
Commit message (
Expand
)
Author
2021-11-25
Update: fpm_compiler & backend to redirect output to log files
Laurence Kedward
2021-11-20
Don't try to install submodule files
LKedward
2021-11-20
Remove spurious component in module paths
LKedward
2021-10-16
Change link command on Windows with `ifort` or `ifx` (#590)
Carlos Une
2021-10-10
Correctly install modulefiles from build targets
Sebastian Ehlert
2021-09-27
Apply suggestions from code review
Sebastian Ehlert
2021-09-23
Enable multiple build output directories
Sebastian Ehlert
2021-09-23
Allow setting, archiver, C compiler flags and linker flags from commandline (...
Sebastian Ehlert
2021-09-23
Build no tests by default (#572)
Sascha Klawohn
2021-07-18
remove warnings and fix truncated help text
John S. Urban
2021-07-11
some more STOP to FPM_STOP conversions
John S. Urban
2021-07-11
all stops via fpm_stop(1)
John S. Urban
2021-04-17
Merge pull request #433 from LKedward/intel-c
Laurence Kedward
2021-04-12
Add: external-modules key to build table for non-fpm modules
LKedward
2021-04-09
Fix include flags for c objects
LKedward
2021-04-09
Separate target type for c objects
LKedward
2021-03-31
Phase out Haskell fpm (#420)
Sebastian Ehlert