aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/src/Fpm.hs
AgeCommit message (Collapse)Author
2020-12-10Implement example executables also for Haskell fpmSebastian Ehlert
2020-11-30feat: add -fcoarray=single to default gfortran flagsBrad Richardson
2020-11-12Merge branch 'master' into test_runner_optionBrad Richardson
2020-11-09Refactor to make supporting more compilers more straightforwardBrad Richardson
2020-11-09Fix formattingBrad Richardson
2020-11-09Refactor flag definition for easier support of other compilersBrad Richardson
2020-11-09Add check for if user supplied `--release` and `--flag`.Brad Richardson
2020-10-29Change build directory hashes to hex formatBrad Richardson
2020-10-28Merge branch 'compiler_and_flags' into test_runner_optionBrad Richardson
2020-10-28Switch test or executable target to optionBrad Richardson
- this allows the '--' to signify that all remaining arguments are to the test/executable
2020-10-28Add options to specify a command to be used to run the executable(s) or test(s)Brad Richardson
2020-10-28Add command line options to specify compiler flagsBrad Richardson
2020-10-28Add command line options to specify the compilerBrad Richardson
2020-10-28Use compiler version and flags to construct build folder nameBrad Richardson
2020-10-27Change bootstrap command line to be more like the Fortran versionBrad Richardson
2020-10-20Utilize new model for build processBrad Richardson
2020-09-05Use different strategy to fetch git dependenciesSebastian Ehlert
- use init -> fetch -> checkout -qf instead of current clone [-> checkout] strategy
2020-07-25Propogate exit codes from tests and executablesBrad Richardson
2020-07-21Move Haskell based version to bootstrap/Ondřej Čertík