aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/src/Fpm.hs
AgeCommit message (Expand)Author
2020-12-14Merge pull request #289 from everythingfunctional/bootstrap_compiler_supportBrad Richardson
2020-12-10feat(boostrap-ifort): remove coarray option from ifortBrad Richardson
2020-12-10feat(bootstrap): try multiple ways to get compiler version infoBrad Richardson
2020-12-10Implement example executables also for Haskell fpmSebastian Ehlert
2020-12-09feat(bootstrap-ifort): use `-coarray=single` by defaultBrad Richardson
2020-12-09Revert "fix(bootstrap-ifort): remove coarray option, it is not supported"Brad Richardson
2020-12-09fix(bootstrap-ifort): remove coarray option, it is not supportedBrad Richardson
2020-12-09fix(bootstrap-ifort): make adjustments for ifort's picky command lineBrad Richardson
2020-12-09feat(bootstrap): Add support for same compilers as Fortran versionBrad Richardson
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
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
2020-07-25Propogate exit codes from tests and executablesBrad Richardson
2020-07-21Move Haskell based version to bootstrap/Ondřej Čertík