Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-12 | Merge pull request #220 from everythingfunctional/compiler_and_flags | Brad Richardson | |
Compiler and flags | |||
2020-11-11 | Merge pull request #236 from sourceryinstitute/remove-another-bashism | Laurence Kedward | |
fix(install): remove additional bashisms | |||
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 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 | fix(install): remove additional bashisms | Damian Rouson | |
This commit makes the edits suggested at https://github.com/fortran-lang/fpm/pull/216#pullrequestreview-518403499 | |||
2020-11-09 | Refactor to make supporting more compilers more straightforward | Brad Richardson | |
2020-11-09 | Fix formatting | Brad Richardson | |
2020-11-09 | Refactor flag definition for easier support of other compilers | Brad Richardson | |
2020-11-09 | Add check for if user supplied `--release` and `--flag`. | Brad Richardson | |
2020-11-09 | Merge pull request #216 from sourceryinstitute/remove-bashism | Milan Curcic | |
Remove bashism from install.sh | |||
2020-11-08 | Add: check for duplicate output objects | LKedward | |
2020-11-07 | Use path to archive file for linking | 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-29 | Change build directory hashes to hex format | Brad Richardson | |
2020-10-28 | Switch test or executable target to option | Brad Richardson | |
- this allows the '--' to signify that all remaining arguments are to the test/executable | |||
2020-10-28 | Fix the new_test | Brad Richardson | |
- use function to find the executable | |||
2020-10-28 | Merge branch 'master' into compiler_and_flags | Brad Richardson | |
2020-10-28 | Add command line options to specify compiler flags | Brad Richardson | |
2020-10-28 | Add command line options to specify the compiler | Brad Richardson | |
2020-10-28 | Fix Windows CI script | Brad Richardson | |
2020-10-28 | Merge pull request #204 from urbanjost/more_issues_for_new | Laurence Kedward | |
More issues for new | |||
2020-10-28 | Fix Linux/MacOS CI script | Brad Richardson | |
2020-10-28 | Use compiler version and flags to construct build folder name | Brad Richardson | |
2020-10-27 | Change bootstrap command line to be more like the Fortran version | Brad Richardson | |
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 | |