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
Age
Commit message (
Expand
)
Author
2020-12-18
Remove -ffast-math from Haskell fpm default release flags
LKedward
2020-12-14
Merge pull request #289 from everythingfunctional/bootstrap_compiler_support
Brad Richardson
2020-12-10
feat(boostrap-ifort): remove coarray option from ifort
Brad Richardson
2020-12-10
feat(bootstrap): try multiple ways to get compiler version info
Brad Richardson
2020-12-10
Implement example executables also for Haskell fpm
Sebastian Ehlert
2020-12-09
feat(bootstrap-ifort): use `-coarray=single` by default
Brad Richardson
2020-12-09
Revert "fix(bootstrap-ifort): remove coarray option, it is not supported"
Brad Richardson
2020-12-09
fix(bootstrap-ifort): remove coarray option, it is not supported
Brad Richardson
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-30
feat: add -fcoarray=single to default gfortran flags
Brad Richardson
2020-11-12
Merge branch 'master' into test_runner_option
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-09
Fix formatting
Brad Richardson
2020-11-09
Refactor flag definition for easier support of other compilers
Brad Richardson
2020-11-09
Add check for if user supplied `--release` and `--flag`.
Brad Richardson
2020-11-02
Fix rebuilding executables when libraries change
Brad Richardson
2020-10-29
Change build directory hashes to hex format
Brad Richardson
2020-10-28
Merge branch 'compiler_and_flags' into test_runner_option
Brad Richardson
2020-10-28
Switch test or executable target to option
Brad Richardson
2020-10-28
Add options to specify a command to be used to run the executable(s) or test(s)
Brad Richardson
2020-10-28
Add command line options to specify compiler flags
Brad Richardson
2020-10-28
Add command line options to specify the compiler
Brad Richardson
2020-10-28
Use compiler version and flags to construct build folder name
Brad Richardson
2020-10-27
Change bootstrap command line to be more like the Fortran version
Brad Richardson
2020-10-22
Add test with submodule example project and fix .smod naming convention
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-21
Make module subprogram declaration detection more explicit/restricted
Brad Richardson
2020-10-20
Utilize new model for build process
Brad Richardson
2020-10-20
Add tests for submodule's compile time info
Brad Richardson
2020-10-20
Split submodule name into two components
Brad Richardson
2020-10-20
Add tests for module's compile time info
Brad Richardson
2020-10-20
Add test for program's direct dependencies
Brad Richardson
2020-10-20
Add test that program produces no other files
Brad Richardson
2020-10-20
Add test for object file of program's compile time info
Brad Richardson
2020-10-20
Add test for source file name of program's compile time info
Brad Richardson
2020-10-19
Add test for a submodule's name
Brad Richardson
2020-10-19
Add test for modules a submodule uses
Brad Richardson
2020-10-19
Add test for submodule object file name
Brad Richardson
2020-10-15
Add test for submodule source file name
Brad Richardson
2020-10-15
Add constructor for Submodule Source
Brad Richardson
2020-10-15
Add test for whether a module produces a .smod file
Brad Richardson
2020-10-15
Add test for a module's name
Brad Richardson
[next]