Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-02 | Use default to instead of master to reference the repository HEAD | Sebastian Ehlert | |
2021-03-31 | Phase 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-31 | Merge pull request #412 from kubajj/Duplicate_module_definitions | Sebastian Ehlert | |
Fix for Issue #396 - Duplicate module definitions | |||
2021-03-31 | Split workflow for Haskell and Fortran fpm (#419) | Sebastian Ehlert | |
2021-03-31 | Print filename when duplicate found and remove duplicate test call | kubajj | |
2021-03-30 | Fix issues created by the merge conflict in test module dependencies | kubajj | |
2021-03-30 | Merge branch 'master' into Duplicate_module_definitions | Jakub Jelínek | |
2021-03-30 | Perform a merge with changes implemented in the GitHub PR interface | kubajj | |
2021-03-30 | Add simple tests for the module duplicates | kubajj | |
2021-03-30 | Implement suggestions bu milancurcic - add a n article to duplicates ↵ | kubajj | |
Warning, add a message to error stop | |||
2021-03-30 | Merge pull request #417 from LKedward/bump_version | Laurence Kedward | |
Bump version for new release | |||
2021-03-30 | Bump version to 0.2.0. | LKedward | |
2021-03-30 | Merge pull request #413 from LKedward/add-omp-intrinsic | Laurence Kedward | |
Add: omp_lib to intrinsic modules list | |||
2021-03-29 | Merge pull request #409 from ↵ | Brad Richardson | |
everythingfunctional/allow-programs-access-to-subdirectories Give Programs Access to Code in Subdirectories | |||
2021-03-27 | correct join for null input (#404) | urbanjost | |
If the input string is null join would overindex by using element one when adding the left and right strings. This corrects that. | |||
2021-03-27 | Merge pull request #414 from ChetanKarwa/master | Milan Curcic | |
Add few important links | |||
2021-03-27 | Added link to fpm discussion forum | ChetanKarwa | |
Co-authored-by: Milan Curcic <caomaco@gmail.com> | |||
2021-03-27 | Github Repo Link removed | ChetanKarwa | |
Co-authored-by: Milan Curcic <caomaco@gmail.com> | |||
2021-03-27 | Update fpm/src/fpm.f90 | Jakub Jelínek | |
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk> | |||
2021-03-26 | Resolve merge conflict | kubajj | |
2021-03-26 | Merge branch 'master' into Duplicate_module_definitions | Jakub Jelínek | |
2021-03-26 | Implement changes requested in the feedback for PR #412 | kubajj | |
2021-03-27 | Update Readme | ChetanKarwa | |
Add a few important links. | |||
2021-03-25 | Add: omp_lib to intrinsic modules list. | LKedward | |
2021-03-24 | Update check modules subroutine so that it checks all packages for duplicates | kubajj | |
2021-03-24 | Create method check_modules to check for duplicate modules | kubajj | |
2021-03-24 | doc: Update description of APP and TEST scopes | Brad Richardson | |
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk> | |||
2021-03-24 | test: for program using module in a different subdirectory | Brad Richardson | |
2021-03-24 | Merge pull request #377 from LKedward/include-dir | Laurence Kedward | |
Add explicit include-dir key to manifest | |||
2021-03-23 | fix: avoid potential false positives checking for sub_dir | Brad Richardson | |
2021-03-23 | feat: give programs access to code in subdirectories | Brad Richardson | |
2021-03-22 | Fix typo in fpm-build synopsis (#407) | Sebastian Ehlert | |
2021-03-22 | Remove duplicate verbose output of compiler options | Laurence Kedward | |
2021-03-22 | Merge branch 'master' into include-dir | Laurence Kedward | |
2021-03-22 | Introduce compilation profile and add flag option (#390) | Sebastian Ehlert | |
Exploratory implementation of --flag and --profile for Fortran fpm. | |||
2021-03-21 | Add fpm description and reorganize the README intro (#402) | Milan Curcic | |
2021-03-20 | Adjust CLI testing to account for default profile name | Sebastian Ehlert | |
2021-03-20 | Update manifest-reference.md | Laurence Kedward | |
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | |||
2021-03-20 | Warn if the compiler is not correctly identified | Sebastian Ehlert | |
2021-03-20 | Add regression tests for canon_path and update CLI help text | Sebastian Ehlert | |
2021-03-19 | Update: build verbose to also output include dirs | LKedward | |
2021-03-19 | Update: manifest reference on include-dir | LKedward | |
Add note about non-support for external mod files | |||
2021-03-18 | Make sure to always add a leading space to compile flags | Sebastian Ehlert | |
2021-03-18 | Replace deprecated debug arguments | Sebastian Ehlert | |
2021-03-18 | Hack around the canon_path function bug | Sebastian Ehlert | |
2021-03-18 | Don't use explicit paths to targets in CI tests | Sebastian Ehlert | |
2021-03-18 | Introduce compilation profiles | Sebastian Ehlert | |
- default is equal to debug unless --flag is present and overwrites all arguments - debug is the developement profile, options given by --flag are appended - release is the production profile, options given by --flag are appended | |||
2021-03-18 | Implement --flag option for Fortran fpm | Sebastian Ehlert | |
2021-03-18 | Replace deprecated flags in debug_fortran option (#386) | Asdrubal Lozada-Blanco | |
2021-03-17 | Merge pull request #398 from LKedward/fix-exe-links | Laurence Kedward | |
Minor fix: for setting executable link libraries. |