Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-28 | Actually read environment variables | Sebastian Ehlert | |
2021-09-24 | Fix truncated help text (#578) | urbanjost | |
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-09-08 | Default branch renaming aftermath (#565) | Sebastian Ehlert | |
2021-08-27 | Update version for new release (#546) | Sebastian Ehlert | |
2021-08-13 | Merge branch 'master' into compiler-object | Sebastian Ehlert | |
2021-08-04 | Generate build/.gitignore (#528) | urbanjost | |
- git-specific, but not git-dependent but is it better if managed directly by fpm - no .gitignore generated by subcommand new | |||
2021-07-30 | Move default flags fetching and build name generation to model | Sebastian Ehlert | |
2021-07-18 | remove warnings and fix truncated help text | John S. Urban | |
2021-07-11 | some more STOP to FPM_STOP conversions | John S. Urban | |
2021-07-11 | all stops via fpm_stop(1) | John S. Urban | |
2021-07-09 | check name used for package, executable, test, or example | John S. Urban | |
2021-06-23 | Bump version to 0.3.0 for new release. | Laurence Kedward | |
2021-06-05 | Merge branch 'master' into master | Laurence Kedward | |
2021-06-01 | document response file | John S. Urban | |
2021-06-01 | alpha plugins, take III | John S. Urban | |
2021-05-27 | Automatically search for package manifest | Sebastian Ehlert | |
2021-05-27 | Allow fpm to change the working directory | Sebastian Ehlert | |
2021-04-29 | Identify OpenBSD | Brian Callahan | |
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 |