Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-11 | Merge branch 'master' into refactor-run-cmd | Laurence Kedward | |
2020-11-10 | Add 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-10 | Merge branch 'upstream_master' into refactor-run-cmd | LKedward | |
2020-11-10 | Merge pull request #225 from LKedward/refactor-sources | Laurence Kedward | |
Refactor backend for static libraries | |||
2020-11-10 | Minor fix: add missing link flags from model. | LKedward | |
2020-11-09 | Merge pull request #216 from sourceryinstitute/remove-bashism | Milan Curcic | |
Remove bashism from install.sh | |||
2020-11-08 | Merge branch 'refactor-sources' into refactor-run-cmd | LKedward | |
2020-11-08 | Add: check for duplicate output objects | LKedward | |
2020-11-08 | Minor fix: no recursive source search for [[executable]] entries | LKedward | |
Source directories specified in [[executable]] and [[test]] are not searched recursively. Fixes issue with having programs in the root directory. | |||
2020-11-08 | Add check to run cmd for when there are no apps/tests to run | LKedward | |
2020-11-08 | Minor fix: to output formatting for run cmd | LKedward | |
When outputting a list of available run/test targets, format the output columns nicely depending on the maximum length of the targets. | |||
2020-11-07 | Use path to archive file for linking | LKedward | |
2020-11-07 | Fix: add message and listing when run name not found | LKedward | |
2020-11-06 | Fix: default test logic | LKedward | |
2020-11-06 | Refactor: run command to use model targets | LKedward | |
2020-11-04 | Merge pull request #224 from awvwgk/specs | Laurence Kedward | |
Create a reference for the package manifest | |||
2020-11-04 | Merge pull request #226 from everythingfunctional/fix-222 | Laurence Kedward | |
Fix rebuilding executables when libraries change | |||
2020-11-02 | Fix a typo | Sebastian Ehlert | |
Co-authored-by: Milan Curcic <caomaco@gmail.com> | |||
2020-11-02 | Fix rebuilding executables when libraries change | Brad Richardson | |
2020-11-01 | Clarify limits of dependencies table support | Sebastian Ehlert | |
2020-11-01 | Fix spelling | Sebastian Ehlert | |
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk> | |||
2020-11-01 | Fix: new backend to link non-library dependencies with executables | LKedward | |
2020-11-01 | Manually revert 436573b to simplify PR | LKedward | |
2020-11-01 | Cleanup for PR | LKedward | |
2020-11-01 | Get backend working with new model targets structure | LKedward | |
2020-11-01 | Link package manifest reference in README | Sebastian Ehlert | |
2020-11-01 | Initial version of the fpm manifest reference | Sebastian Ehlert | |
2020-11-01 | Intermediate: separate out build targets from sources | LKedward | |
A new module and type for build targets. List of build targets is generated from the list of sources. | |||
2020-10-31 | Refactor fpm_sources: separate out parsing routines | LKedward | |
2020-10-28 | Merge pull request #204 from urbanjost/more_issues_for_new | Laurence Kedward | |
More issues for new | |||
2020-10-27 | fix(install.sh): remove "[["/"]]" | Damian Rouson | |
2020-10-27 | Merge pull request #206 from sourceryinstitute/installer | Brad Richardson | |
Add installation script in install.sh | |||
2020-10-27 | Merge branch 'installer' of github.com:sourceryinstitute/fpm into installer | Damian Rouson | |
2020-10-27 | fix(install.sh): define install_path earlier | Damian Rouson | |
2020-10-27 | Update install.sh | Damian Rouson | |
Co-authored-by: Brad Richardson <everythingfunctional@protonmail.com> | |||
2020-10-27 | add skeletal installer | Damian Rouson | |
2020-10-27 | WIP: start installation script | Damian Rouson | |
2020-10-26 | Merge pull request #213 from everythingfunctional/bootstrap_submodule_support | Brad Richardson | |
Bootstrap submodule support | |||
2020-10-26 | Merge pull request #208 from LKedward/filesystem-fixes | Milan Curcic | |
Minor fixes: to list_files and mkdir in fpm_filesystem | |||
2020-10-22 | Add .gitignore file in submodules example package | Brad Richardson | |
2020-10-22 | Add test with submodule example project and fix .smod naming convention | Brad Richardson | |
2020-10-22 | Fix CI scripts | Brad Richardson | |
2020-10-22 | Merge branch 'master' into bootstrap_submodule_support | Brad Richardson | |
2020-10-22 | convert buildDirectory path to native in buildProgram | Brad Richardson | |
2020-10-22 | Add some debugging code | Brad Richardson | |
2020-10-21 | convert programDirectory path to native in buildProgram | Brad Richardson | |
2020-10-21 | Add another print statement for debugging Windows | Brad Richardson | |
2020-10-21 | convert file path back to native in fileMatcher | Brad Richardson | |
2020-10-21 | Put print statement in for debugging Windows | Brad Richardson | |
2020-10-21 | Make module subprogram declaration detection more explicit/restricted | Brad Richardson | |