aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-07Add ford-compatible documentation to fpm_strings.f90John S. Urban
2021-03-07Minor fix: for packages with empty target listsLKedward
2021-03-07Add: example packages for include directoriesLKedward
2021-03-07Update: manifest reference for include-dir entryLKedward
2021-03-07Update: target compile flags with include directoriesLKedward
2021-03-07Update: model with list of include dirsLKedward
2021-03-07Add: manifest library entry for include-dirLKedward
2021-03-06Merge pull request #369 from LKedward/separate-targetsLaurence Kedward
2021-03-06Merge branch 'bump-version' into separate-targetsLKedward
2021-03-06Merge remote-tracking branch 'upstream/master' into separate-targetsLKedward
2021-03-06Bump version to 0.1.4LKedward
2021-03-06Merge pull request #357 from LKedward/update-install-scriptLaurence Kedward
2021-03-03Merge pull request #370 from urbanjost/multiExeLaurence Kedward
2021-03-03Update fpm/src/fpm_command_line.f90urbanjost
2021-03-03Update fpm/src/fpm_command_line.f90urbanjost
2021-03-03Hacky fix for the help/new test (#352)Sebastian Ehlert
2021-03-02fix --list with globbingJohn S. Urban
2021-03-02--all is back; --list is compactJohn S. Urban
2021-03-02Update install.shLaurence Kedward
2021-03-01finish . and ..John S. Urban
2021-03-01remove --add and add .John S. Urban
2021-02-24Merge pull request #372 from urbanjost/nounderscoreLaurence Kedward
2021-02-23close #371John S. Urban
2021-02-21Updated documentationJohn S. Urban
2021-02-21complete documentation changes for --addJohn S. Urban
2021-02-21Add --all as an alias for --target '*' on "run" subcommandJohn S. Urban
2021-02-21move beginning of function as do not see doc showing in FORDJohn S. Urban
2021-02-21Update fpm/src/fpm_strings.f90urbanjost
2021-02-21Update fpm/src/fpm_strings.f90urbanjost
2021-02-21Update fpm/src/fpm_command_line.f90urbanjost
2021-02-20rephrase "run" descriptionJohn S. Urban
2021-02-20Changed behavior for run subcommand per @LKedwards suggestionsJohn S. Urban
2021-02-20Update documentationLKedward
2021-02-20Refactor target flag managementLKedward
2021-02-20Major update: separate build targets from modelLKedward
2021-02-18Merge pull request #316 from urbanjost/update_newLaurence Kedward
2021-02-13Update: install script for Fortran fpm.LKedward
2021-02-05Merge pull request #346 from awvwgk/default-exampleMilan Curcic
2021-02-05Merge pull request #349 from awvwgk/bootstrapMilan Curcic
2021-02-05Merge pull request #345 from LKedward/omp-dyn-schedMilan Curcic
2021-02-03Suggest to move the fpm version in the boostrapping processSebastian Ehlert
2021-01-31correct github changesJohn S. Urban
2021-01-31Merge branch 'master' into update_newurbanjost
2021-01-31spaceJohn S. Urban
2021-01-31rebasedJohn S. Urban
2021-01-31for "new" subcommand example/ is only created explicitly by --example or --fullJohn S. Urban
2021-01-31Include root dir in path to default example setupSebastian Ehlert
2021-01-30Fix broken link in contributing guidelines (#342)Sebastian Ehlert
2021-01-29Update: fpm_backend with dynamic openmp scheduling.LKedward
2021-01-14Merge pull request #337 from milancurcic/allow-hyphen-in-fpm-namesMilan Curcic