aboutsummaryrefslogtreecommitdiff
path: root/manifest-reference.md
AgeCommit message (Collapse)Author
2021-08-04Fix wording and grammar in manifest referenceSebastian Ehlert
Co-authored-by: Milan Curcic <caomaco@gmail.com>
2021-08-04Allow extra section in package manifestSebastian Ehlert
2021-06-20Allow reading version number from fileSebastian Ehlert
2021-05-24Merge pull request #423 from awvwgk/default-branchMilan Curcic
Use default instead of master to reference the repository HEAD
2021-04-15Merge branch 'external-mods' of github.com:LKedward/fpm into external-modsLaurence Kedward
2021-04-15Update: manifest reference with note about external module directoriesLKedward
2021-04-14Update manifest-reference.mdLaurence Kedward
Co-authored-by: Milan Curcic <caomaco@gmail.com>
2021-04-14Update manifest-reference.mdLaurence Kedward
Co-authored-by: Milan Curcic <caomaco@gmail.com>
2021-04-12Update: manifest-reference with new external-modules keyLKedward
2021-04-02Use default to instead of master to reference the repository HEADSebastian Ehlert
2021-03-31Phase out Haskell fpm (#420)Sebastian Ehlert
- remove bootstrap directory from repository - remove stack-build from CI workflow - move Fortran fpm to project root - adjust install script and bootstrap instructions
2021-03-20Update manifest-reference.mdLaurence Kedward
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
2021-03-19Update: manifest reference on include-dirLKedward
Add note about non-support for external mod files
2021-03-15Update: allow list of include directoriesLKedward
2021-03-07Update: manifest reference for include-dir entryLKedward
2020-12-18Merge pull request #257 from awvwgk/installSebastian Ehlert
Implement fpm-install command
2020-12-12Remove note on not supported dependencies in program targetsSebastian Ehlert
2020-12-10Implement fpm-install commandSebastian Ehlert
- allow installing of executables - optionally install library and modules if specified in manifest - add install table to manifest reference
2020-12-10Add build.auto-examples to manifest referenceSebastian Ehlert
2020-12-10Create specification for example sectionSebastian Ehlert
2020-11-18remove short argument names and a few errata in documentsinit current directory[i]
2020-11-13Allow external link dependencies with scope limited to targetsSebastian Ehlert
- move reader for string list to toml-f proxy - allow link entry in executable and test tables - bump toml-f version to v0.2.1 - add example package linking a single executable against gomp
2020-11-13Add link entry also to executable and test sectionsSebastian Ehlert
- allows external library dependencies also for single targets
2020-11-13Include [build] header in exampleSebastian Ehlert
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
2020-11-13Add specification for build.link in manifest referenceSebastian Ehlert
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-02Fix a typoSebastian Ehlert
Co-authored-by: Milan Curcic <caomaco@gmail.com>
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-01Initial version of the fpm manifest referenceSebastian Ehlert