aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-07-17Merge pull request #517 from urbanjost/fix_runLaurence Kedward
Fix run
2021-07-17Merge pull request #516 from urbanjost/unallocatedLaurence Kedward
initialize allocatable strings before using in a comparison
2021-07-13settings%args was used unallocatedJohn S. Urban
2021-07-13initialize allocatable strings before using in a comparisonJohn S. Urban
2021-07-13Merge pull request #504 from brocolis/version-numberLaurence Kedward
install.sh, README.md: Update version number, single source file extension
2021-07-13initialize allocatable CHARACTER variables before they are used in a comparisonJohn S. Urban
2021-07-11some more STOP to FPM_STOP conversionsJohn S. Urban
2021-07-11all stops via fpm_stop(1)John S. Urban
2021-07-11improve parsing speed by about 8.5/100John S. Urban
2021-07-10make separate routine for checking validity of nameJohn S. Urban
2021-07-10Update src/fpm_environment.f90urbanjost
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
2021-07-09remove # from testsJohn S. Urban
2021-07-09check name used for package, executable, test, or exampleJohn S. Urban
2021-06-23Bump version to 0.3.0 for new release.Laurence Kedward
2021-06-23Merge pull request #491 from LKedward/backend-graceLaurence Kedward
Catch execute_command_line errors and print useful messages
2021-06-23Merge pull request #500 from awvwgk/version-fileLaurence Kedward
Allow reading version number from file
2021-06-20Error handlingSebastian Ehlert
2021-06-20Allow reading version number from fileSebastian Ehlert
2021-06-18line 144?John S. Urban
2021-06-18correct for equal sign in flag optionsJohn S. Urban
2021-06-09Merge pull request #490 from LKedward/fix-module-parsingLaurence Kedward
Fix module parsing
2021-06-06Merge stderr and stdout for ar version testSebastian Ehlert
2021-06-05Add: missing exitstat to C targetsLKedward
2021-06-05Add: graceful failure for running apps & testsLKedward
Fixes #485
2021-06-05Merge branch 'upstream_master' into backend-graceLKedward
2021-06-05Fix: module stmt parsingLKedward
2021-06-05Redirect output when searching for archiverSebastian Ehlert
2021-06-05Merge branch 'master' into masterLaurence Kedward
2021-06-05Merge pull request #483 from awvwgk/working-directoryLaurence Kedward
Allow fpm to change the working directory
2021-06-04Merge branch 'master' into response-filesBrad Richardson
2021-06-01document response fileJohn S. Urban
2021-06-01alpha plugins, take IIIJohn S. Urban
2021-05-27Automatically search for package manifestSebastian Ehlert
2021-05-27Allow fpm to change the working directorySebastian Ehlert
2021-05-24Merge pull request #450 from LKedward/remove-intel-coarrayMilan Curcic
Remove coarray flag from intel debug settings
2021-05-24Merge pull request #423 from awvwgk/default-branchMilan Curcic
Use default instead of master to reference the repository HEAD
2021-04-29Identify OpenBSDBrian Callahan
2021-04-22Merge branch 'master' into different-archiver-on-windowsBrad Richardson
2021-04-19refactor(get_archiver): extract to it's own functionBrad Richardson
2021-04-17Merge pull request #433 from LKedward/intel-cLaurence Kedward
Fix to allow compiling C with Intel CC
2021-04-17Remove coarray flag from intel debug settingsLKedward
2021-04-17Use response files on Windows but with unix_pathLKedward
2021-04-17Allow usage of response files with arSebastian Ehlert
2021-04-15feat(ar): use lib instead of ar on WindowsBrad Richardson
if ar isn't available
2021-04-15Update: backend to fail more gracefully for compilation errorsLKedward
Removes fpm backtrace and lists target(s) that failed
2021-04-12Add: external-modules key to build table for non-fpm modulesLKedward
2021-04-10Remove: coarray single from default Intel flags.Laurence Kedward
2021-04-09Update compiler ids from rebase.Laurence Kedward
2021-04-09Allow specifying C compiler with environment variableLKedward
FPM_C_COMPILER
2021-04-09Change fallback C compiler equal to Fortran compilerLKedward