Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 pull request #247 from awvwgk/manifest | Laurence Kedward | |
Refactoring of manifest types | |||
2020-11-21 | better examples for --runner and errata per @awvwgk | init current directory[i] | |
2020-11-21 | correct non-standard logical format | init current directory[i] | |
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 | |
2020-11-18 | minor revision change to version of M_CLI2 that builds with intel ifort compiler | init current directory[i] | |
2020-11-18 | remove short argument names and a few errata in documents | init current directory[i] | |
2020-11-18 | Update: binary release CI | LKedward | |
2020-11-18 | Compile release binaries statically | LKedward | |
2020-11-18 | Move release workflow into existing CI to reuse build/test workflow | LKedward | |
2020-11-18 | Fix: binary_release ci | LKedward | |
2020-11-18 | Add: CI to upload binaries on release | LKedward | |
2020-11-17 | Merge pull request #241 from 14NGiestas/patch-1 | Laurence Kedward | |
Fix docs CI failing #240 | |||
2020-11-16 | Fix docs CI failing #240 | Ian Giestas Pauli | |
I didn't found any `set-env` command in the JamesIves repo, so maybe bumping the version fixes the issue. | |||
2020-11-16 | Merge pull request #221 from everythingfunctional/test_runner_option | Brad Richardson | |
Test and executable runner options | |||
2020-11-15 | Merge branch 'runner' of https://github.com/urbanjost/fpm into runner | John S. Urban | |
2020-11-15 | This option already exists in the Haskell version. It helps reduce the need | John S. Urban | |
for the user to interact directly with the build/ directory, which ideally should be a black box as far as the user is concerned. --runner CMD A command to prefix the program execution paths with. For use with utilities like valgrind(1), time(1), and other utilities that launch executables; commands that inspect the files like ldd(1), file(1), and ls(1); and that copy or change the files like strip(1) and install(1). EXAMPLES # install executables in directory (assuming install(1) exists) fpm run -c 'install -b -m 0711 -p -t /usr/local/bin' | |||
2020-11-15 | This option already exists in the Haskell version. It helps reduce the need | John S. Urban | |
for the user to interact directly with the build/ directory, which ideally should be a black box as far as the user is concerned. --runner CMD A command to prefix the program execution paths with. For use with utilities like valgrind(1), time(1), and other utilities that launch executables; commands that inspect the files like ldd(1), file(1), and ls(1); and that copy or change the files like strip(1) and install(1). EXAMPLES # install executables in directory (assuming install(1) exists) fpm run -c 'install -b -m 0711 -p -t /usr/local/bin' | |||
2020-11-14 | Add workflow to build and deploy documentation (#237) | Sebastian Ehlert | |
2020-11-14 | Merge pull request https://github.com/fortran-lang/fpm/pull/233 from awvwgk/link | Sebastian Ehlert | |
Allow linking against external libraries | |||
2020-11-13 | Allow external link dependencies with scope limited to targets | Sebastian 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-13 | Add link entry also to executable and test sections | Sebastian Ehlert | |
- allows external library dependencies also for single targets | |||
2020-11-13 | Add package with external dependency | Sebastian Ehlert | |
- BLAS is installed on the OSX and Linux image, but not on Windows | |||
2020-11-13 | Include [build] header in example | Sebastian Ehlert | |
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk> | |||
2020-11-13 | Implement linking against external libraries | Sebastian Ehlert | |
2020-11-13 | Implement manifest support for link entry | Sebastian Ehlert | |
2020-11-13 | Add specification for build.link in manifest reference | Sebastian Ehlert | |