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.f90
Age
Commit message (
Expand
)
Author
2021-11-29
Apply suggestion: move run to filesystem and use getline
Laurence Kedward
2021-11-29
Apply suggestion: move echo/verbosity into constructors
Laurence Kedward
2021-11-22
Update: fpm_compiler objects with verbose field
Laurence Kedward
2021-11-22
Update: backend with verbose argument
Laurence Kedward
2021-11-12
correct basename(3f) function and subsequently fix --list option
John S. Urban
2021-10-16
List names without suffix (mainly for Windows). (#595)
zoziha
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-08-13
Merge branch 'master' into compiler-object
Sebastian Ehlert
2021-08-04
Generate build/.gitignore (#528)
urbanjost
2021-07-31
Allow detection of underlying compiler in mpiwrapper
Sebastian Ehlert
2021-07-30
Move default flags fetching and build name generation to model
Sebastian Ehlert
2021-07-30
Add objects for handling compiler and archiver
Sebastian Ehlert
2021-07-17
Merge pull request #517 from urbanjost/fix_run
Laurence Kedward
2021-07-13
settings%args was used unallocated
John S. Urban
2021-07-11
all stops via fpm_stop(1)
John S. Urban
2021-07-09
check name used for package, executable, test, or example
John S. Urban
2021-06-23
Merge pull request #491 from LKedward/backend-grace
Laurence Kedward
2021-06-05
Add: graceful failure for running apps & tests
LKedward
2021-06-05
Redirect output when searching for archiver
Sebastian Ehlert
2021-04-22
Merge branch 'master' into different-archiver-on-windows
Brad Richardson
2021-04-19
refactor(get_archiver): extract to it's own function
Brad Richardson
2021-04-17
Merge pull request #433 from LKedward/intel-c
Laurence Kedward
2021-04-15
feat(ar): use lib instead of ar on Windows
Brad Richardson
2021-04-12
Add: external-modules key to build table for non-fpm modules
LKedward
2021-04-09
Allow specifying C compiler with environment variable
LKedward
2021-04-09
Select c compiler based on fortran compiler id
LKedward
2021-03-31
Phase out Haskell fpm (#420)
Sebastian Ehlert