aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07-07Add C wrapper for file listingCarlos Une
2021-06-29Rename fpm_filesystem.f90 to fpm_filesystem.F90: requires preprocessorCarlos Une
2021-06-29Optimize the file listing routine.Carlos Une
2021-06-26Merge pull request #504 from brocolis/version-numberLaurence Kedward
install.sh, README.md: Update version number, single source file extension
2021-06-26install.sh, README.md: Update version number, single source file extensionCarlos Une
2021-06-23Merge pull request #501 from LKedward/bump-versionLaurence Kedward
Bump version for new release
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-23Add meaningful error message to example packageSebastian Ehlert
Co-authored-by: Milan Curcic <caomaco@gmail.com>
2021-06-21Merge pull request #497 from urbanjost/equalLaurence Kedward
correct for equal sign in flag options to fix #495
2021-06-20Error handlingSebastian Ehlert
2021-06-20Allow reading version number from fileSebastian Ehlert
2021-06-18change test to matchJohn S. Urban
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-08Add: more edge cases for module parsing tests.Laurence Kedward
2021-06-07Merge pull request #489 from awvwgk/ar-outputLaurence Kedward
Redirect output when searching for archiver
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-05Cleanup test codeLKedward
2021-06-05Fix: module stmt parsingLKedward
2021-06-05Add: failing test for module stmt parsingLKedward
2021-06-05Redirect output when searching for archiverSebastian Ehlert
2021-06-05Merge pull request #484 from urbanjost/masterLaurence Kedward
alpha plugins, take III
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-05Merge pull request #449 from LKedward/response-filesLaurence Kedward
Response files with ar on Windows
2021-06-04Merge branch 'master' into response-filesBrad Richardson
2021-06-03Only test changing directories for one packageSebastian Ehlert
2021-06-01latest M_CLI2 which also allows -keyword=valueJohn S. Urban
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-29Merge pull request #468 from ibara/openbsdMilan Curcic
Identify OpenBSD.
2021-04-29docs: fix typo in README (#465)Jason Miller
2021-04-29Identify OpenBSDBrian Callahan
2021-04-22Merge pull request #442 from everythingfunctional/different-archiver-on-windowsBrad Richardson
Use lib instead of ar on Windows
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