aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-01alpha plugins, take IIIJohn S. Urban
2021-05-27Automatically search for package manifestSebastian Ehlert
2021-05-27Allow fpm to change the working directorySebastian Ehlert
2021-05-24Merge pull request #450 from LKedward/remove-intel-coarrayMilan Curcic
Remove coarray flag from intel debug settings
2021-05-24Merge pull request #423 from awvwgk/default-branchMilan Curcic
Use default instead of master to reference the repository HEAD
2021-04-29Merge pull request #468 from ibara/openbsdMilan Curcic
Identify OpenBSD.
2021-04-29docs: fix typo in README (#465)Jason Miller
2021-04-29Identify OpenBSDBrian Callahan
2021-04-22Merge pull request #442 from everythingfunctional/different-archiver-on-windowsBrad Richardson
Use lib instead of ar on Windows
2021-04-22Merge branch 'master' into different-archiver-on-windowsBrad Richardson
2021-04-19refactor(get_archiver): extract to it's own functionBrad Richardson
2021-04-17Merge pull request #433 from LKedward/intel-cLaurence Kedward
Fix to allow compiling C with Intel CC
2021-04-17Remove coarray flag from intel debug settingsLKedward
2021-04-17Use response files on Windows but with unix_pathLKedward
2021-04-17Allow usage of response files with arSebastian Ehlert
2021-04-16Merge pull request #438 from LKedward/external-modsLaurence Kedward
Add: external-modules key to build table for non-fpm modules
2021-04-15feat(ar): use lib instead of ar on WindowsBrad Richardson
if ar isn't available
2021-04-15Update: backend to fail more gracefully for compilation errorsLKedward
Removes fpm backtrace and lists target(s) that failed
2021-04-15Minor edits to README.md (#440)gareth-nx
Make clear that this snippet must be run in the fpm directory to work. Otherwise it fails, because it needs to find the fpm.toml file.
2021-04-15Merge branch 'external-mods' of github.com:LKedward/fpm into external-modsLaurence Kedward
2021-04-15Update: manifest reference with note about external module directoriesLKedward
2021-04-14Update manifest-reference.mdLaurence Kedward
Co-authored-by: Milan Curcic <caomaco@gmail.com>
2021-04-14Update manifest-reference.mdLaurence Kedward
Co-authored-by: Milan Curcic <caomaco@gmail.com>
2021-04-12Update: manifest-reference with new external-modules keyLKedward
2021-04-12Add: external-modules key to build table for non-fpm modulesLKedward
2021-04-12Merge pull request #437 from LKedward/intel-coarray-flagLaurence Kedward
Remove: coarray single from default Intel flags.
2021-04-10Remove: coarray single from default Intel flags.Laurence Kedward
2021-04-09Update compiler ids from rebase.Laurence Kedward
2021-04-09Allow specifying C compiler with environment variableLKedward
FPM_C_COMPILER
2021-04-09Change fallback C compiler equal to Fortran compilerLKedward
2021-04-09Fix include flags for c objectsLKedward
2021-04-09Select c compiler based on fortran compiler idLKedward
2021-04-09Separate target type for c objectsLKedward
2021-04-08Merge pull request #431 from everythingfunctional/fix-intel-on-windowsBrad Richardson
Use different compiler flags on different platforms for Intel
2021-04-07fix: use different compiler flags on different platforms for IntelBrad Richardson
2021-04-07feat(install.sh): use wget if curl is missing (#429)Damian Rouson
2021-04-02Use default to instead of master to reference the repository HEADSebastian Ehlert
2021-03-31Phase 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-31Merge pull request #412 from kubajj/Duplicate_module_definitionsSebastian Ehlert
Fix for Issue #396 - Duplicate module definitions
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