aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-08-13Merge branch 'master' into compiler-objectSebastian Ehlert
2021-08-09Merge pull request #533 from awvwgk/extraLaurence Kedward
2021-08-04Generate build/.gitignore (#528)urbanjost
2021-08-04Allow extra section in package manifestSebastian 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-30Fix compilation error in ifort (#523)Sebastian Ehlert
2021-07-30Add objects for handling compiler and archiverSebastian Ehlert
2021-07-28Merge remote-tracking branch 'upstream/master' into file-listingLKedward
2021-07-20Cache `filesep` in `join_path` using the save attributeCarlos Une
2021-07-20Use join_path() in list_files()Carlos Une
2021-07-20Cache get_os_type() return value using the save attributeCarlos Une
2021-07-18remove warnings and fix truncated help textJohn S. Urban
2021-07-17Merge pull request #517 from urbanjost/fix_runLaurence Kedward
2021-07-17Merge pull request #516 from urbanjost/unallocatedLaurence Kedward
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-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
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
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-23Bump version to 0.3.0 for new release.Laurence Kedward
2021-06-23Merge pull request #491 from LKedward/backend-graceLaurence Kedward
2021-06-23Merge pull request #500 from awvwgk/version-fileLaurence Kedward
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
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
2021-06-05Merge branch 'upstream_master' into backend-graceLKedward