aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-06-05Redirect output when searching for archiverSebastian Ehlert
2021-06-05Merge branch 'master' into masterLaurence Kedward
2021-06-05Merge pull request #483 from awvwgk/working-directoryLaurence Kedward
2021-06-04Merge branch 'master' into response-filesBrad Richardson
2021-06-01document response fileJohn S. Urban
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
2021-05-24Merge pull request #423 from awvwgk/default-branchMilan Curcic
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-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-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-04-02Use default to instead of master to reference the repository HEADSebastian Ehlert
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