aboutsummaryrefslogtreecommitdiff
path: root/src/fpm_compiler.f90
AgeCommit message (Expand)Author
2022-02-18Added detection of 32bit Windows and prepend -m32 flags when detected, specif...Jeffrey Armstrong
2022-02-12Merge branch 'main' into backend-outputLaurence Kedward
2022-01-10Update module output directory command for flang-new/f18 (#645)Sebastian Ehlert
2021-12-13Better extraction of the Fortran compiler from the MPI wrapper (#634)Pedro Costa
2021-11-29Apply suggestion: move run to filesystem and use getlineLaurence Kedward
2021-11-29Apply suggestion: move echo/verbosity into constructorsLaurence Kedward
2021-11-25Update: fpm_compiler & backend to redirect output to log filesLaurence Kedward
2021-11-22Update: fpm_compiler objects with verbose fieldLaurence Kedward
2021-11-03fix(fpm_compiler): intel windows release flag was incorrectBrad Richardson
2021-10-22Add LFortran optimization flag to release profile (#597)Sebastian Ehlert
2021-10-16Change link command on Windows with `ifort` or `ifx` (#590)Carlos Une
2021-09-23Enable multiple build output directoriesSebastian Ehlert
2021-09-23Allow setting, archiver, C compiler flags and linker flags from commandline (...Sebastian Ehlert
2021-08-23Use gcc instead of gfortran to compile C codeSebastian Ehlert
2021-08-23Use cc together as C compiler together with LFortranSebastian Ehlert
2021-08-23Update LFortran in compiler settingsSebastian Ehlert
2021-07-31Also detect MPI compiler for mpif90 and mpif77 wrappersSebastian Ehlert
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-06-06Merge stderr and stdout for ar version testSebastian Ehlert
2021-06-05Redirect output when searching for archiverSebastian Ehlert
2021-05-24Merge pull request #450 from LKedward/remove-intel-coarrayMilan Curcic
2021-04-29Identify OpenBSDBrian Callahan
2021-04-17Merge pull request #433 from LKedward/intel-cLaurence Kedward
2021-04-17Remove coarray flag from intel debug settingsLKedward
2021-04-10Remove: coarray single from default Intel flags.Laurence Kedward
2021-04-09Update compiler ids from rebase.Laurence Kedward
2021-04-09Change fallback C compiler equal to Fortran compilerLKedward
2021-04-09Select c compiler based on fortran compiler idLKedward
2021-04-07fix: use different compiler flags on different platforms for IntelBrad Richardson
2021-03-31Phase out Haskell fpm (#420)Sebastian Ehlert