Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-23 | Enable multiple build output directories | Sebastian Ehlert | |
2021-09-23 | Allow setting, archiver, C compiler flags and linker flags from commandline ↵ | Sebastian Ehlert | |
(#549) - Read Fortran compiler from FPM_FC or --compiler (deprecate FPM_COMPILER) - Read Fortran compiler options from FPM_FFLAGS or --flag - Read C compiler from FPM_CC or --c-compiler (deprecate FPM_C_COMPILER) - Read C compiler options from FPM_CFLAGS or --c-flag - Read archiver from FPM_AR or --archiver - Read linker options from FPM_LDFLAGS or --link-flag | |||
2021-09-23 | Build no tests by default (#572) | Sascha Klawohn | |
Building tests can be enforced using --tests for build. It is done automatically before running tests. | |||
2021-07-30 | Add objects for handling compiler and archiver | Sebastian Ehlert | |
2021-07-18 | remove warnings and fix truncated help text | John S. Urban | |
2021-04-22 | Merge branch 'master' into different-archiver-on-windows | Brad Richardson | |
2021-04-17 | Merge pull request #433 from LKedward/intel-c | Laurence Kedward | |
Fix to allow compiling C with Intel CC | |||
2021-04-15 | feat(ar): use lib instead of ar on Windows | Brad Richardson | |
if ar isn't available | |||
2021-04-12 | Add: external-modules key to build table for non-fpm modules | LKedward | |
2021-04-09 | Select c compiler based on fortran compiler id | LKedward | |
2021-03-31 | Phase 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 |