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
/
Build.hs
Age
Commit message (
Collapse
)
Author
2020-06-14
Fix another path issue for build script
Brad Richardson
2020-06-14
Fix missed unWindowsPath
Brad Richardson
2020-06-14
Try using Linux like paths for build scripts
Brad Richardson
2020-06-14
See if removing the drive letter works
Brad Richardson
2020-06-14
Revert "Try escaping the colon in buildscript BUILD_DIR"
Brad Richardson
This reverts commit 91a649cdd80bf1062a03bcbc58715789ae0d3422.
2020-06-14
Try escaping the colon in buildscript BUILD_DIR
Brad Richardson
2020-06-14
Add support for Makefiles and generic build scripts
Brad Richardson
2020-05-29
Impelement test/executable specific dependencies
Brad Richardson
- with the possibility of them being "circular", meaning if one of them depends on the current library, it will still work
2020-05-09
Prefix library archive file names with lib
Brad Richardson
2020-04-29
Fix filtering out program source
Brad Richardson
2020-03-28
Switch to building one program at a time per definitions from fpm.toml
Brad Richardson
2020-03-24
Reformat Haskell
Brad Richardson
2020-03-08
Merge pull request #43 from everythingfunctional/bpr_AdditionalLibraries
Brad Richardson
Add place to specify other libraries when building library
2020-03-06
Add place to specify other libraries when building library
Brad Richardson
2020-03-03
Fix building executables on windows
Brad Richardson
2020-03-02
Fix for windows
Richardson
2020-02-28
Enable capitalization of source files
Brad Richardson
2020-02-27
Enable building executables
Brad Richardson
2020-02-27
Enable building a library
Brad Richardson