aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-23fix: avoid potential false positives checking for sub_dirBrad Richardson
2021-03-23feat: give programs access to code in subdirectoriesBrad Richardson
2021-03-22Fix typo in fpm-build synopsis (#407)Sebastian Ehlert
2021-03-22Remove duplicate verbose output of compiler optionsLaurence Kedward
2021-03-22Merge branch 'master' into include-dirLaurence Kedward
2021-03-22Introduce compilation profile and add flag option (#390)Sebastian Ehlert
Exploratory implementation of --flag and --profile for Fortran fpm.
2021-03-21Add fpm description and reorganize the README intro (#402)Milan Curcic
2021-03-20Adjust CLI testing to account for default profile nameSebastian Ehlert
2021-03-20Update manifest-reference.mdLaurence Kedward
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
2021-03-20Warn if the compiler is not correctly identifiedSebastian Ehlert
2021-03-20Add regression tests for canon_path and update CLI help textSebastian Ehlert
2021-03-19Update: build verbose to also output include dirsLKedward
2021-03-19Update: manifest reference on include-dirLKedward
Add note about non-support for external mod files
2021-03-18Make sure to always add a leading space to compile flagsSebastian Ehlert
2021-03-18Replace deprecated debug argumentsSebastian Ehlert
2021-03-18Hack around the canon_path function bugSebastian Ehlert
2021-03-18Don't use explicit paths to targets in CI testsSebastian Ehlert
2021-03-18Introduce compilation profilesSebastian Ehlert
- default is equal to debug unless --flag is present and overwrites all arguments - debug is the developement profile, options given by --flag are appended - release is the production profile, options given by --flag are appended
2021-03-18Implement --flag option for Fortran fpmSebastian Ehlert
2021-03-18Replace deprecated flags in debug_fortran option (#386)Asdrubal Lozada-Blanco
2021-03-17Merge pull request #398 from LKedward/fix-exe-linksLaurence Kedward
Minor fix: for setting executable link libraries.
2021-03-17Minor fix: for setting executable link libraries.LKedward
Executable link libraries were not working when auto discovery was on.
2021-03-17Merge pull request #397 from milancurcic/add-conda-instructionsMilan Curcic
Add Conda install instructions to the README
2021-03-17Update conda installation instructionsSebastian Ehlert
2021-03-17add a note on where to get Condamilancurcic
2021-03-17add Sebastian's Conda instructionsmilancurcic
2021-03-15Update: allow list of include directoriesLKedward
2021-03-15Add: new_string_t helper fcnLKedward
2021-03-11Merge pull request #378 from urbanjost/ford-ifyLaurence Kedward
Add ford-compatible documentation to fpm_strings.f90
2021-03-09Update fpm/src/fpm_strings.f90urbanjost
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
2021-03-08fpm_environment.f90 and fpm_filesystem.f90John S. Urban
2021-03-07a little more documentationJohn S. Urban
2021-03-07errataJohn S. Urban
2021-03-07Add ford-compatible documentation to fpm_strings.f90John S. Urban
2021-03-07Minor fix: for packages with empty target listsLKedward
Header-only libraries may result in no compile targets.
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
A library package must consist of at least a source directory, an include directory or both. Default values of "src" and "include" are ignored if non-existent.
2021-03-07Add: manifest library entry for include-dirLKedward
2021-03-06Merge pull request #369 from LKedward/separate-targetsLaurence Kedward
Separate build targets from model structure
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
Update: install script for Fortran fpm
2021-03-03Merge pull request #370 from urbanjost/multiExeLaurence Kedward
Changed behavior for run subcommand per @LKedwards suggestions
2021-03-03Update fpm/src/fpm_command_line.f90urbanjost
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
2021-03-03Update fpm/src/fpm_command_line.f90urbanjost
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
2021-03-03Hacky fix for the help/new test (#352)Sebastian Ehlert
2021-03-02fix --list with globbingJohn S. Urban