Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-08 | Document model enumerations | LKedward | |
2020-12-08 | Document fpm_targets module | LKedward | |
2020-12-07 | Document fpm_model | LKedward | |
2020-12-07 | Match spacing and use predoc comments in fpm_model | LKedward | |
2020-12-07 | Document fpm_sources | LKedward | |
2020-12-07 | Document fpm_source_parsing | LKedward | |
2020-12-07 | Refactor: separate source parsing routines from source discovery | LKedward | |
2020-12-07 | Update developer documentation (manifest + command line) | Sebastian Ehlert | |
- populate the landing page at https://fpm.fortran-lang.org - link with the TOML homepage and describe the package manifest format - sketch the implementation of the TOML parsing and link to TOML-Fortran - describe the scope of *fpm* with respect to the package manifest - link with the M_CLI2 repository and describe the command line interface - add a short documentation on the usage of M_CLI2 for the command line - describe the process of adding new subcommands and arguments - outline the generation of the developer pages and link to the FORD wiki | |||
2020-12-05 | Merge pull request #268 from everythingfunctional/fix_hfpm_dependencies | Brad Richardson | |
Fix dependency tracking issue in bootstrap version | |||
2020-12-05 | fix(hfpm): dependence on library mod files | Brad Richardson | |
2020-12-02 | Merge pull request #248 from LKedward/incremental2 | Laurence Kedward | |
Refactor backend for incremental rebuilds | |||
2020-12-01 | Merge pull request #262 from everythingfunctional/add_flag_to_default_set | Brad Richardson | |
Add -fcoarray=single to default gfortran flags | |||
2020-12-01 | Merge pull request #260 from LKedward/fix-release-testing | Laurence Kedward | |
Fix CI to test release build | |||
2020-12-01 | Separate CI job steps for debug and release builds | LKedward | |
2020-11-30 | feat: add -fcoarray=single to default gfortran flags | Brad Richardson | |
2020-11-30 | Merge pull request #259 from awvwgk/readme | Milan Curcic | |
Reorder README to focus on the Fortran fpm version | |||
2020-11-30 | Simplify bootstrapping instructions | Sebastian Ehlert | |
2020-11-30 | Add --static flag back to binary releases | LKedward | |
2020-11-30 | Bump patch number for new release | LKedward | |
2020-11-30 | Fixes: for Windows release build using mingw-w64-gcc 8.1.0 | LKedward | |
Workaround for compiler bug when building Windows release. Update M_CLI2 revision to include same fix. | |||
2020-11-30 | Update CI.yml | Laurence Kedward | |
2020-11-30 | Update: CI to also test release version | LKedward | |
2020-11-29 | Rewrite README to focus on the Fortran fpm version | Sebastian Ehlert | |
- describe complete bootstapping process in collapsed details section | |||
2020-11-28 | Changes for review | LKedward | |
Lowercase openmp pragmas | |||
2020-11-25 | Merge pull request #246 from LKedward/release_builds | Laurence Kedward | |
CI: upload binaries when a release is published | |||
2020-11-25 | Merge pull request #239 from urbanjost/runner | Laurence Kedward | |
Add --runner option to Fortran fpm to match Haskell fpm | |||
2020-11-25 | Merge branch 'master' into incremental2 | Laurence Kedward | |
2020-11-25 | Add: testsuite for backend build scheduling routines | LKedward | |
2020-11-25 | Merge pull request #247 from awvwgk/manifest | Laurence Kedward | |
Refactoring of manifest types | |||
2020-11-23 | Minor fix: for link flag concatenation | LKedward | |
2020-11-23 | Cleanup and refactor for PR | LKedward | |
Move enumeration of link target object dependencies out of backend and into fpm_targets module. Add string_cat function for concatenating arrays of string_t. Add comments and procedure descriptions. | |||
2020-11-22 | Minor fix: explicitly specify .exe suffix in windows. | Laurence Kedward | |
2020-11-21 | better examples for --runner and errata per @awvwgk | init current directory[i] | |
2020-11-21 | Refactor: backend build scheduling | LKedward | |
Separate build targets into schedule regions for parallel builds. | |||
2020-11-21 | correct non-standard logical format | init current directory[i] | |
2020-11-21 | Update: run command for incremental rebuilds | LKedward | |
2020-11-21 | Refactor: backend for incremental rebuilding | LKedward | |
2020-11-21 | Update: source processing with file hashes | LKedward | |
2020-11-21 | Add: simple string hashing functions | LKedward | |
2020-11-21 | Refactoring of manifest types | Sebastian Ehlert | |
- move defaults from fpm to fpm_manifest - rename all manifest types from *_t to *_config_t - instance names correspond to table names in manifest | |||
2020-11-21 | Update: README with executable permission text for binaries | LKedward | |
2020-11-21 | help text | init current directory[i] | |
2020-11-21 | add help text for --runner parameter | init current directory[i] | |
2020-11-20 | Add: hashes to binary releases | LKedward | |
2020-11-20 | Update: naming of bootstrap binary release | LKedward | |
2020-11-20 | Update: naming of binary releases | LKedward | |
2020-11-19 | Check release version on all platforms | LKedward | |
2020-11-19 | Restrict github actions release triggers | LKedward | |
2020-11-19 | Update: README with binary download link. | LKedward | |
2020-11-19 | Fix compile flags for release binaries | LKedward | |