index
:
fpm
master
A friendly, barely modified fork of fortran-lang.org's package manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fpm_environment.f90
Age
Commit message (
Expand
)
Author
2022-02-18
Added detection of 32bit Windows and prepend -m32 flags when detected, specif...
Jeffrey Armstrong
2021-11-29
Apply suggestion: move run to filesystem and use getline
Laurence Kedward
2021-11-27
Add: developer documentation to new files
Laurence Kedward
2021-11-25
Update: run to allow output redirection to file
Laurence Kedward
2021-11-23
Update: run command with optional verbose argument
Laurence Kedward
2021-11-22
Update: run command with optional verbose argument
Laurence Kedward
2021-11-22
Fix: os_is_unix function
Laurence Kedward
2021-07-20
Cache get_os_type() return value using the save attribute
Carlos Une
2021-07-11
some more STOP to FPM_STOP conversions
John S. Urban
2021-07-10
Update src/fpm_environment.f90
urbanjost
2021-07-09
check name used for package, executable, test, or example
John S. Urban
2021-06-23
Merge pull request #491 from LKedward/backend-grace
Laurence Kedward
2021-06-18
line 144?
John S. Urban
2021-06-18
correct for equal sign in flag options
John S. Urban
2021-06-05
Merge branch 'upstream_master' into backend-grace
LKedward
2021-06-05
Redirect output when searching for archiver
Sebastian Ehlert
2021-06-01
alpha plugins, take III
John S. Urban
2021-04-29
Identify OpenBSD
Brian Callahan
2021-04-19
refactor(get_archiver): extract to it's own function
Brad Richardson
2021-04-15
Update: backend to fail more gracefully for compilation errors
LKedward
2021-03-31
Phase out Haskell fpm (#420)
Sebastian Ehlert