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_backend.f90
Age
Commit message (
Expand
)
Author
2021-11-22
Update: backend with verbose argument
Laurence Kedward
2021-11-20
Add: critical section to mkdir in backend (#613)
Laurence Kedward
2021-09-27
Apply suggestions from code review
Sebastian Ehlert
2021-09-23
Enable multiple build output directories
Sebastian Ehlert
2021-07-30
Add objects for handling compiler and archiver
Sebastian Ehlert
2021-07-18
remove warnings and fix truncated help text
John S. Urban
2021-07-11
all stops via fpm_stop(1)
John S. Urban
2021-06-05
Add: missing exitstat to C targets
LKedward
2021-06-05
Merge branch 'upstream_master' into backend-grace
LKedward
2021-06-04
Merge branch 'master' into response-files
Brad Richardson
2021-04-22
Merge branch 'master' into different-archiver-on-windows
Brad Richardson
2021-04-17
Use response files on Windows but with unix_path
LKedward
2021-04-17
Allow usage of response files with ar
Sebastian Ehlert
2021-04-15
feat(ar): use lib instead of ar on Windows
Brad Richardson
2021-04-15
Update: backend to fail more gracefully for compilation errors
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