aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-31Split workflow for Haskell and Fortran fpm (#419)Sebastian Ehlert
2021-03-31Print filename when duplicate found and remove duplicate test callkubajj
2021-03-30Fix issues created by the merge conflict in test module dependencieskubajj
2021-03-30Merge branch 'master' into Duplicate_module_definitionsJakub Jelínek
2021-03-30Perform a merge with changes implemented in the GitHub PR interfacekubajj
2021-03-30Add simple tests for the module duplicateskubajj
2021-03-30Implement suggestions bu milancurcic - add a n article to duplicates ↵kubajj
Warning, add a message to error stop
2021-03-30Merge pull request #417 from LKedward/bump_versionLaurence Kedward
Bump version for new release
2021-03-30Bump version to 0.2.0.LKedward
2021-03-30Merge pull request #413 from LKedward/add-omp-intrinsicLaurence Kedward
Add: omp_lib to intrinsic modules list
2021-03-29Merge pull request #409 from ↵Brad Richardson
everythingfunctional/allow-programs-access-to-subdirectories Give Programs Access to Code in Subdirectories
2021-03-27correct 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-27Merge pull request #414 from ChetanKarwa/masterMilan Curcic
Add few important links
2021-03-27Added link to fpm discussion forumChetanKarwa
Co-authored-by: Milan Curcic <caomaco@gmail.com>
2021-03-27Github Repo Link removedChetanKarwa
Co-authored-by: Milan Curcic <caomaco@gmail.com>
2021-03-27Update fpm/src/fpm.f90Jakub Jelínek
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
2021-03-26Resolve merge conflictkubajj
2021-03-26Merge branch 'master' into Duplicate_module_definitionsJakub Jelínek
2021-03-26Implement changes requested in the feedback for PR #412kubajj
2021-03-27Update Readme ChetanKarwa
Add a few important links.
2021-03-25Add: omp_lib to intrinsic modules list.LKedward
2021-03-24Update check modules subroutine so that it checks all packages for duplicateskubajj
2021-03-24Create method check_modules to check for duplicate moduleskubajj
2021-03-24doc: Update description of APP and TEST scopesBrad Richardson
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
2021-03-24test: for program using module in a different subdirectoryBrad Richardson
2021-03-24Merge pull request #377 from LKedward/include-dirLaurence Kedward
Add explicit include-dir key to manifest
2021-03-23fix: avoid potential false positives checking for sub_dirBrad Richardson
2021-03-23feat: give programs access to code in subdirectoriesBrad Richardson
2021-03-22Fix typo in fpm-build synopsis (#407)Sebastian Ehlert
2021-03-22Remove duplicate verbose output of compiler optionsLaurence Kedward
2021-03-22Merge branch 'master' into include-dirLaurence Kedward
2021-03-22Introduce compilation profile and add flag option (#390)Sebastian Ehlert
Exploratory implementation of --flag and --profile for Fortran fpm.
2021-03-21Add fpm description and reorganize the README intro (#402)Milan Curcic
2021-03-20Adjust CLI testing to account for default profile nameSebastian Ehlert
2021-03-20Update manifest-reference.mdLaurence Kedward
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
2021-03-20Warn if the compiler is not correctly identifiedSebastian Ehlert
2021-03-20Add regression tests for canon_path and update CLI help textSebastian Ehlert
2021-03-19Update: build verbose to also output include dirsLKedward
2021-03-19Update: manifest reference on include-dirLKedward
Add note about non-support for external mod files
2021-03-18Make sure to always add a leading space to compile flagsSebastian Ehlert
2021-03-18Replace deprecated debug argumentsSebastian Ehlert
2021-03-18Hack around the canon_path function bugSebastian Ehlert
2021-03-18Don't use explicit paths to targets in CI testsSebastian Ehlert
2021-03-18Introduce compilation profilesSebastian 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-18Implement --flag option for Fortran fpmSebastian Ehlert
2021-03-18Replace deprecated flags in debug_fortran option (#386)Asdrubal Lozada-Blanco
2021-03-17Merge pull request #398 from LKedward/fix-exe-linksLaurence Kedward
Minor fix: for setting executable link libraries.
2021-03-17Minor fix: for setting executable link libraries.LKedward
Executable link libraries were not working when auto discovery was on.
2021-03-17Merge pull request #397 from milancurcic/add-conda-instructionsMilan Curcic
Add Conda install instructions to the README
2021-03-17Update conda installation instructionsSebastian Ehlert