aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-11Merge branch 'master' into refactor-run-cmdLaurence Kedward
2020-11-10Add automatic documentation for Fortran fpm (#209)Sebastian Ehlert
- create docs.md as input for FORD - fix docstrings and comment style for FORD - workaround FORD bug by adding whitespace to table headers - add manifest reference to FORD pages - apply ugly workaround to not replace array of tables with links
2020-11-10Merge branch 'upstream_master' into refactor-run-cmdLKedward
2020-11-10Merge pull request #225 from LKedward/refactor-sourcesLaurence Kedward
Refactor backend for static libraries
2020-11-10Minor fix: add missing link flags from model.LKedward
2020-11-09Merge pull request #216 from sourceryinstitute/remove-bashismMilan Curcic
Remove bashism from install.sh
2020-11-08Merge branch 'refactor-sources' into refactor-run-cmdLKedward
2020-11-08Add: check for duplicate output objectsLKedward
2020-11-08Minor fix: no recursive source search for [[executable]] entriesLKedward
Source directories specified in [[executable]] and [[test]] are not searched recursively. Fixes issue with having programs in the root directory.
2020-11-08Add check to run cmd for when there are no apps/tests to runLKedward
2020-11-08Minor fix: to output formatting for run cmdLKedward
When outputting a list of available run/test targets, format the output columns nicely depending on the maximum length of the targets.
2020-11-07Use path to archive file for linkingLKedward
2020-11-07Fix: add message and listing when run name not foundLKedward
2020-11-06Fix: default test logicLKedward
2020-11-06Refactor: run command to use model targetsLKedward
2020-11-04Merge pull request #224 from awvwgk/specsLaurence Kedward
Create a reference for the package manifest
2020-11-04Merge pull request #226 from everythingfunctional/fix-222Laurence Kedward
Fix rebuilding executables when libraries change
2020-11-02Fix a typoSebastian Ehlert
Co-authored-by: Milan Curcic <caomaco@gmail.com>
2020-11-02Fix rebuilding executables when libraries changeBrad Richardson
2020-11-01Clarify limits of dependencies table supportSebastian Ehlert
2020-11-01Fix spellingSebastian Ehlert
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
2020-11-01Fix: new backend to link non-library dependencies with executablesLKedward
2020-11-01Manually revert 436573b to simplify PRLKedward
2020-11-01Cleanup for PRLKedward
2020-11-01Get backend working with new model targets structureLKedward
2020-11-01Link package manifest reference in READMESebastian Ehlert
2020-11-01Initial version of the fpm manifest referenceSebastian Ehlert
2020-11-01Intermediate: separate out build targets from sourcesLKedward
A new module and type for build targets. List of build targets is generated from the list of sources.
2020-10-31Refactor fpm_sources: separate out parsing routinesLKedward
2020-10-28Merge pull request #204 from urbanjost/more_issues_for_newLaurence Kedward
More issues for new
2020-10-27fix(install.sh): remove "[["/"]]"Damian Rouson
2020-10-27Merge pull request #206 from sourceryinstitute/installerBrad Richardson
Add installation script in install.sh
2020-10-27Merge branch 'installer' of github.com:sourceryinstitute/fpm into installerDamian Rouson
2020-10-27fix(install.sh): define install_path earlierDamian Rouson
2020-10-27Update install.shDamian Rouson
Co-authored-by: Brad Richardson <everythingfunctional@protonmail.com>
2020-10-27add skeletal installerDamian Rouson
2020-10-27WIP: start installation scriptDamian Rouson
2020-10-26Merge pull request #213 from everythingfunctional/bootstrap_submodule_supportBrad Richardson
Bootstrap submodule support
2020-10-26Merge pull request #208 from LKedward/filesystem-fixesMilan Curcic
Minor fixes: to list_files and mkdir in fpm_filesystem
2020-10-22Add .gitignore file in submodules example packageBrad Richardson
2020-10-22Add test with submodule example project and fix .smod naming conventionBrad Richardson
2020-10-22Fix CI scriptsBrad Richardson
2020-10-22Merge branch 'master' into bootstrap_submodule_supportBrad Richardson
2020-10-22convert buildDirectory path to native in buildProgramBrad Richardson
2020-10-22Add some debugging codeBrad Richardson
2020-10-21convert programDirectory path to native in buildProgramBrad Richardson
2020-10-21Add another print statement for debugging WindowsBrad Richardson
2020-10-21convert file path back to native in fileMatcherBrad Richardson
2020-10-21Put print statement in for debugging WindowsBrad Richardson
2020-10-21Make module subprogram declaration detection more explicit/restrictedBrad Richardson