Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-22 | Update: backend with verbose argument | Laurence Kedward | |
2021-11-20 | Add: critical section to mkdir in backend (#613) | Laurence Kedward | |
Allows parallel builds on Windows where mkdir complains if directory already exists. | |||
2021-09-27 | Apply suggestions from code review | Sebastian Ehlert | |
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk> | |||
2021-09-23 | Enable multiple build output directories | Sebastian Ehlert | |
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-07-11 | all stops via fpm_stop(1) | John S. Urban | |
2021-06-05 | Add: missing exitstat to C targets | LKedward | |
2021-06-05 | Merge branch 'upstream_master' into backend-grace | LKedward | |
2021-06-04 | Merge branch 'master' into response-files | Brad Richardson | |
2021-04-22 | Merge branch 'master' into different-archiver-on-windows | Brad Richardson | |
2021-04-17 | Use response files on Windows but with unix_path | LKedward | |
2021-04-17 | Allow usage of response files with ar | Sebastian Ehlert | |
2021-04-15 | feat(ar): use lib instead of ar on Windows | Brad Richardson | |
if ar isn't available | |||
2021-04-15 | Update: backend to fail more gracefully for compilation errors | LKedward | |
Removes fpm backtrace and lists target(s) that failed | |||
2021-04-09 | Fix include flags for c objects | LKedward | |
2021-04-09 | Separate target type for c objects | 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 |