aboutsummaryrefslogtreecommitdiff
path: root/src/fpm_backend.F90
AgeCommit message (Collapse)Author
2021-11-30Apply suggestions from code reviewLaurence Kedward
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
2021-11-29Apply suggestion: move run to filesystem and use getlineLaurence Kedward
fpm_environment::run is moved to fpm_filesystem so that it can use the getline function to retrieve redirected output from file
2021-11-29Apply suggestion: don't use TBP for new constructorsLaurence Kedward
2021-11-29Update: backend to print message if up to date.Laurence Kedward
2021-11-26Simplify implementation and cleanup plain mode outputLaurence Kedward
2021-11-25Update: fpm_compiler & backend to redirect output to log filesLaurence Kedward
2021-11-23Update: fpm_backend as preprocessed file.Laurence Kedward