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_compiler.f90
Age
Commit message (
Expand
)
Author
2022-02-18
Added detection of 32bit Windows and prepend -m32 flags when detected, specif...
Jeffrey Armstrong
2022-02-12
Merge branch 'main' into backend-output
Laurence Kedward
2022-01-10
Update module output directory command for flang-new/f18 (#645)
Sebastian Ehlert
2021-12-13
Better extraction of the Fortran compiler from the MPI wrapper (#634)
Pedro Costa
2021-11-29
Apply suggestion: move run to filesystem and use getline
Laurence Kedward
2021-11-29
Apply suggestion: move echo/verbosity into constructors
Laurence Kedward
2021-11-25
Update: fpm_compiler & backend to redirect output to log files
Laurence Kedward
2021-11-22
Update: fpm_compiler objects with verbose field
Laurence Kedward
2021-11-03
fix(fpm_compiler): intel windows release flag was incorrect
Brad Richardson
2021-10-22
Add LFortran optimization flag to release profile (#597)
Sebastian Ehlert
2021-10-16
Change link command on Windows with `ifort` or `ifx` (#590)
Carlos Une
2021-09-23
Enable multiple build output directories
Sebastian Ehlert
2021-09-23
Allow setting, archiver, C compiler flags and linker flags from commandline (...
Sebastian Ehlert
2021-08-23
Use gcc instead of gfortran to compile C code
Sebastian Ehlert
2021-08-23
Use cc together as C compiler together with LFortran
Sebastian Ehlert
2021-08-23
Update LFortran in compiler settings
Sebastian Ehlert
2021-07-31
Also detect MPI compiler for mpif90 and mpif77 wrappers
Sebastian Ehlert
2021-07-31
Allow detection of underlying compiler in mpiwrapper
Sebastian Ehlert
2021-07-30
Move default flags fetching and build name generation to model
Sebastian Ehlert
2021-07-30
Add objects for handling compiler and archiver
Sebastian Ehlert
2021-06-06
Merge stderr and stdout for ar version test
Sebastian Ehlert
2021-06-05
Redirect output when searching for archiver
Sebastian Ehlert
2021-05-24
Merge pull request #450 from LKedward/remove-intel-coarray
Milan Curcic
2021-04-29
Identify OpenBSD
Brian Callahan
2021-04-17
Merge pull request #433 from LKedward/intel-c
Laurence Kedward
2021-04-17
Remove coarray flag from intel debug settings
LKedward
2021-04-10
Remove: coarray single from default Intel flags.
Laurence Kedward
2021-04-09
Update compiler ids from rebase.
Laurence Kedward
2021-04-09
Change fallback C compiler equal to Fortran compiler
LKedward
2021-04-09
Select c compiler based on fortran compiler id
LKedward
2021-04-07
fix: use different compiler flags on different platforms for Intel
Brad Richardson
2021-03-31
Phase out Haskell fpm (#420)
Sebastian Ehlert