aboutsummaryrefslogtreecommitdiff
path: root/src/fpm.f90
AgeCommit message (Expand)Author
2021-11-29Apply suggestion: move run to filesystem and use getlineLaurence Kedward
2021-11-29Apply suggestion: move echo/verbosity into constructorsLaurence Kedward
2021-11-22Update: fpm_compiler objects with verbose fieldLaurence Kedward
2021-11-22Update: backend with verbose argumentLaurence Kedward
2021-11-12correct basename(3f) function and subsequently fix --list optionJohn S. Urban
2021-10-16List names without suffix (mainly for Windows). (#595)zoziha
2021-09-23Enable multiple build output directoriesSebastian Ehlert
2021-09-23Allow setting, archiver, C compiler flags and linker flags from commandline (...Sebastian Ehlert
2021-09-23Build no tests by default (#572)Sascha Klawohn
2021-08-13Merge branch 'master' into compiler-objectSebastian Ehlert
2021-08-04Generate build/.gitignore (#528)urbanjost
2021-07-31Allow detection of underlying compiler in mpiwrapperSebastian Ehlert
2021-07-30Move default flags fetching and build name generation to modelSebastian Ehlert
2021-07-30Add objects for handling compiler and archiverSebastian Ehlert
2021-07-17Merge pull request #517 from urbanjost/fix_runLaurence Kedward
2021-07-13settings%args was used unallocatedJohn S. Urban
2021-07-11all stops via fpm_stop(1)John S. Urban
2021-07-09check name used for package, executable, test, or exampleJohn S. Urban
2021-06-23Merge pull request #491 from LKedward/backend-graceLaurence Kedward
2021-06-05Add: graceful failure for running apps & testsLKedward
2021-06-05Redirect output when searching for archiverSebastian Ehlert
2021-04-22Merge branch 'master' into different-archiver-on-windowsBrad Richardson
2021-04-19refactor(get_archiver): extract to it's own functionBrad Richardson
2021-04-17Merge pull request #433 from LKedward/intel-cLaurence Kedward
2021-04-15feat(ar): use lib instead of ar on WindowsBrad Richardson
2021-04-12Add: external-modules key to build table for non-fpm modulesLKedward
2021-04-09Allow specifying C compiler with environment variableLKedward
2021-04-09Select c compiler based on fortran compiler idLKedward
2021-03-31Phase out Haskell fpm (#420)Sebastian Ehlert