aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-04-29Identify OpenBSDBrian Callahan
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
2021-04-15feat(ar): use lib instead of ar on WindowsBrad Richardson
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-09Update compiler ids from rebase.Laurence Kedward
2021-04-09Allow specifying C compiler with environment variableLKedward
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-07fix: use different compiler flags on different platforms for IntelBrad Richardson
2021-03-31Phase out Haskell fpm (#420)Sebastian Ehlert
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
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
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
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
2020-05-04Merge pull request #72 from everythingfunctional/RemoveCompilerOptionMilan Curcic
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