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
/
app
Age
Commit message (
Expand
)
Author
2021-07-18
remove warnings and fix truncated help text
John S. Urban
2021-05-27
Automatically search for package manifest
Sebastian Ehlert
2021-03-31
Phase out Haskell fpm (#420)
Sebastian Ehlert
2020-07-21
Move Haskell based version to bootstrap/
Ondřej Čertík
2020-04-29
Enable running the tests without external calls
Brad Richardson
2020-04-26
remove -Werror gfortran flag
Milan Curcic
2020-04-12
Enable tests with fpm
Brad Richardson
2020-04-12
Enable running the executables from fpm
Brad Richardson
2020-04-11
Build debug and release versions in different places
Brad Richardson
2020-04-11
Switch to just using String instead of Text
Brad Richardson
2020-04-11
Enable default settings for executables
Brad Richardson
2020-04-11
Read executable settings from file
Brad Richardson
2020-04-11
add settings for executables
Brad Richardson
2020-03-31
Add option for building in release mode
Brad Richardson
2020-03-31
Remove compiler flags from toml
Brad Richardson
2020-03-31
Add default for library settings
Brad Richardson
2020-03-31
Make library settings optional
Brad Richardson
2020-03-30
Split settings into two stages
Brad Richardson
2020-03-30
Read some additional options from the fpm.toml file
Brad Richardson
2020-03-28
Switch to building one program at a time per definitions from fpm.toml
Brad Richardson
2020-03-24
Put together simplest example of reading settings from fpm.toml
Brad Richardson
2020-03-24
Reformat Haskell
Brad Richardson
2020-03-06
Add place to specify other libraries when building library
Brad Richardson
2020-02-27
Enable building executables
Brad Richardson
2020-02-27
Enable building a library
Brad Richardson
2020-02-25
Add explicit import
Brad Richardson
2020-02-25
Add bare minimum of command line parsing
Brad Richardson
2020-02-25
Start with a new stack project
Brad Richardson