aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-04-12Add: external-modules key to build table for non-fpm modulesLKedward
2021-04-10Remove: coarray single from default Intel flags.Laurence Kedward
2021-04-07fix: use different compiler flags on different platforms for IntelBrad Richardson
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
2020-07-21Move Haskell based version to bootstrap/Ondřej Čertík
2020-07-08Fix bug with case in program source file name.Brad Richardson
2020-06-19Improve `fpm new` help descriptionBrad Richardson
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
2020-06-18Enable fpm to create a new packageBrad Richardson
2020-06-14Fix another path issue for build scriptBrad Richardson
2020-06-14Fix missed unWindowsPathBrad Richardson
2020-06-14Try using Linux like paths for build scriptsBrad Richardson
2020-06-14See if removing the drive letter worksBrad Richardson
2020-06-14Revert "Try escaping the colon in buildscript BUILD_DIR"Brad Richardson
This reverts commit 91a649cdd80bf1062a03bcbc58715789ae0d3422.
2020-06-14Try escaping the colon in buildscript BUILD_DIRBrad Richardson
2020-06-14Add support for Makefiles and generic build scriptsBrad Richardson
2020-06-11Fix ordering for library archive listBrad Richardson
2020-06-02Add ability to specify which test or program to run and their argsBrad Richardson
2020-06-01Run auto-formatBrad Richardson
2020-05-31Add dev-dependenciesBrad Richardson
2020-05-30Run executables or tests synchronouslyBrad Richardson
2020-05-29Impelement test/executable specific dependenciesBrad Richardson
- with the possibility of them being "circular", meaning if one of them depends on the current library, it will still work
2020-05-23Add path dependencies and a test to make sure it worksBrad Richardson
2020-05-23Add some explanatory comments to the dependency functionsBrad Richardson
2020-05-23Avoid problems with circular dependenciesBrad Richardson
2020-05-23Enable fetching and building dependencies properlyBrad Richardson
2020-05-19Enable reading in dependenciesBrad Richardson
2020-05-09Prefix library archive file names with libBrad Richardson
2020-05-04Merge pull request #74 from everythingfunctional/AddCompilerToBuildPathMilan Curcic
Add compiler to build path
2020-05-04Merge pull request #72 from everythingfunctional/RemoveCompilerOptionMilan Curcic
Remove compiler option from `fpm.toml`
2020-05-03Add compiler as part of build pathBrad Richardson
2020-05-03Output a message if no executables or tests are foundBrad Richardson
2020-05-03Remove compiler option from `fpm.toml`Brad Richardson
2020-04-29Canonicalize the executables so they will hopefully work on WindowsBrad Richardson
2020-04-29Make running the executables work on Windows tooBrad Richardson
2020-04-29Fix filtering out program sourceBrad Richardson
2020-04-29Enable running the tests without external callsBrad Richardson
2020-04-29Move test code out of src folderBrad Richardson
2020-03-28Switch to building one program at a time per definitions from fpm.tomlBrad Richardson
2020-03-24Reformat HaskellBrad Richardson
2020-03-08Merge pull request #43 from everythingfunctional/bpr_AdditionalLibrariesBrad Richardson
Add place to specify other libraries when building library
2020-03-06Add place to specify other libraries when building libraryBrad Richardson
2020-03-03Fix building executables on windowsBrad Richardson
2020-03-02Fix for windowsRichardson
2020-02-28Test example_projectOndřej Čertík
2020-02-28Use </>Ondřej Čertík
2020-02-28Compile using FortranOndřej Čertík
2020-02-28Execute lsOndřej Čertík
2020-02-28Enable capitalization of source filesBrad Richardson
2020-02-27Enable building executablesBrad Richardson
2020-02-27Enable building a libraryBrad Richardson