aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-16Rename src\c.c => src\filesystem_utilities.cCarlos Une
2021-07-16Merge branch 'upstream_master' into file-listingLKedward
2021-07-16Fix: dirent symbols for OSX.LKedward
2021-07-16Merge pull request #511 from urbanjost/warn_blank_nameLaurence Kedward
check name used for package, executable, test, or example
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-11Rename C function is_dir to c_is_dirCarlos Une
2021-07-10Use C wrapper by defaultCarlos Une
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-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