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
/
bootstrap
/
src
/
Build.hs
Age
Commit message (
Expand
)
Author
2020-12-09
fix(bootstrap-ifort): make adjustments for ifort's picky command line
Brad Richardson
2020-12-09
feat(bootstrap): Add support for same compilers as Fortran version
Brad Richardson
2020-12-05
fix(hfpm): dependence on library mod files
Brad Richardson
2020-11-12
Merge pull request #220 from everythingfunctional/compiler_and_flags
Brad Richardson
2020-11-09
Refactor to make supporting more compilers more straightforward
Brad Richardson
2020-11-02
Fix rebuilding executables when libraries change
Brad Richardson
2020-10-22
convert buildDirectory path to native in buildProgram
Brad Richardson
2020-10-22
Add some debugging code
Brad Richardson
2020-10-21
convert programDirectory path to native in buildProgram
Brad Richardson
2020-10-21
Add another print statement for debugging Windows
Brad Richardson
2020-10-21
convert file path back to native in fileMatcher
Brad Richardson
2020-10-21
Put print statement in for debugging Windows
Brad Richardson
2020-10-20
Utilize new model for build process
Brad Richardson
2020-09-27
Fix test build issue hapenning on Windows
Brad Richardson
2020-07-21
Move Haskell based version to bootstrap/
Ondřej Čertík