aboutsummaryrefslogtreecommitdiff
path: root/src/fpm_environment.f90
AgeCommit message (Collapse)Author
2022-02-18Added detection of 32bit Windows and prepend -m32 flags when detected, ↵Jeffrey Armstrong
specific to using a mingw64 multilib compiler. Moved default location to local app data.
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-27Add: developer documentation to new filesLaurence Kedward
2021-11-25Update: run to allow output redirection to fileLaurence Kedward
2021-11-23Update: run command with optional verbose argumentLaurence Kedward
2021-11-22Update: run command with optional verbose argumentLaurence Kedward
2021-11-22Fix: os_is_unix functionLaurence Kedward
2021-07-20Cache get_os_type() return value using the save attributeCarlos Une
2021-07-11some more STOP to FPM_STOP conversionsJohn S. Urban
2021-07-10Update src/fpm_environment.f90urbanjost
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
2021-07-09check name used for package, executable, test, or exampleJohn S. Urban
2021-06-23Merge pull request #491 from LKedward/backend-graceLaurence Kedward
Catch execute_command_line errors and print useful messages
2021-06-18line 144?John S. Urban
2021-06-18correct for equal sign in flag optionsJohn S. Urban
2021-06-05Merge branch 'upstream_master' into backend-graceLKedward
2021-06-05Redirect output when searching for archiverSebastian Ehlert
2021-06-01alpha plugins, take IIIJohn S. Urban
2021-04-29Identify OpenBSDBrian Callahan
2021-04-19refactor(get_archiver): extract to it's own functionBrad Richardson
2021-04-15Update: backend to fail more gracefully for compilation errorsLKedward
Removes fpm backtrace and lists target(s) that failed
2021-03-31Phase out Haskell fpm (#420)Sebastian Ehlert
- remove bootstrap directory from repository - remove stack-build from CI workflow - move Fortran fpm to project root - adjust install script and bootstrap instructions