Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-18 | Be clear about what we're working withHEADmaster | Jeffrey Armstrong | |
2022-02-18 | Added detection of 32bit Windows and prepend -m32 flags when detected, ↵ | Jeffrey Armstrong | |
specific to using a mingw64 multilib compiler. Moved default location to local app data. | |||
2022-02-14 | Merge pull request #622 from LKedward/backend-output | Laurence Kedward | |
Cleanup the backend output | |||
2022-02-14 | Merge branch 'main' into backend-output | Laurence Kedward | |
2022-02-12 | Ignore hidden source files (#654) | Joel | |
* Add str_begins_with_str function * Add function to test if a single file is hidden * Exclude hidden files when finding source files | |||
2022-02-12 | Fix: for consistent alignment of backend console output. | Laurence Kedward | |
2022-02-12 | Merge branch 'main' into backend-output | Laurence Kedward | |
2022-02-09 | Merge pull request #652 from freevryheid/main | Sebastian Ehlert | |
get user name and email using git config if available else use defaults | |||
2022-01-24 | remove inline documentation lines | Andre Smit | |
2022-01-24 | fix git_metadata function to handle edge cases | Andre Smit | |
2022-01-20 | Update src/fpm/cmd/new.f90 | Andre Smit | |
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | |||
2022-01-20 | Update src/fpm/cmd/new.f90 | Andre Smit | |
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | |||
2022-01-20 | Update src/fpm/cmd/new.f90 | Andre Smit | |
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | |||
2022-01-20 | Update src/fpm/cmd/new.f90 | Andre Smit | |
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | |||
2022-01-20 | Update src/fpm/cmd/new.f90 | Andre Smit | |
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | |||
2022-01-20 | Update src/fpm/cmd/new.f90 | Andre Smit | |
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | |||
2022-01-20 | Update src/fpm/cmd/new.f90 | Andre Smit | |
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | |||
2022-01-20 | get user name and email using git config if available else use defaults | Andre Smit | |
2022-01-16 | Allow running fpm-new in current directory (#630) | urbanjost | |
2022-01-10 | Respect user provided main-files (#646) | Sebastian Ehlert | |
- add example package for C-main | |||
2022-01-10 | Update module output directory command for flang-new/f18 (#645) | Sebastian Ehlert | |
2021-12-13 | Better extraction of the Fortran compiler from the MPI wrapper (#634) | Pedro Costa | |
- changed command to one supported by more (all?) MPI libraries | |||
2021-11-30 | Apply suggestions from code review | Laurence Kedward | |
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | |||
2021-11-29 | Apply suggestion: move run to filesystem and use getline | Laurence Kedward | |
fpm_environment::run is moved to fpm_filesystem so that it can use the getline function to retrieve redirected output from file | |||
2021-11-29 | Apply suggestion: don't use M_attr, simplify implementation | Laurence Kedward | |
2021-11-29 | Apply suggestion: don't use TBP for new constructors | Laurence Kedward | |
2021-11-29 | Apply suggestion: move echo/verbosity into constructors | Laurence Kedward | |
For compiler_t and archive_t objects | |||
2021-11-29 | Update: backend to print message if up to date. | Laurence Kedward | |
2021-11-27 | Add: developer documentation to new files | Laurence Kedward | |
2021-11-26 | Simplify implementation and cleanup plain mode output | Laurence Kedward | |
2021-11-25 | Update: fpm_compiler & backend to redirect output to log files | Laurence Kedward | |
2021-11-25 | Update: run to allow output redirection to file | Laurence Kedward | |
2021-11-25 | Update: Windows CI to use gfortran 9 from winlibs. | Laurence Kedward | |
2021-11-25 | Fix for checking isatty in MSYS2 mintty. | Laurence Kedward | |
2021-11-23 | Update: fpm_backend as preprocessed file. | Laurence Kedward | |
2021-11-23 | Fix: backend c_isatty for bootstrapping | Laurence Kedward | |
2021-11-23 | Bump bootstrap fpm version to 0.3.0 | Laurence Kedward | |
2021-11-23 | Add: backend_output to manage pretty printing of build progress | Laurence Kedward | |
2021-11-23 | Update: run command with optional verbose argument | Laurence Kedward | |
2021-11-22 | Update: fpm_compiler objects with verbose field | Laurence Kedward | |
2021-11-22 | Update: backend with verbose argument | Laurence Kedward | |
2021-11-22 | Update: run command with optional verbose argument | Laurence Kedward | |
2021-11-22 | Update: mkdir with optional echo argument | Laurence Kedward | |
2021-11-22 | Fix: os_is_unix function | Laurence Kedward | |
2021-11-21 | Bump version to 0.5.0 (#614) | Sebastian Ehlert | |
2021-11-21 | Add: files and workflow to make installer on release. (#616) | 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-11-20 | Merge pull request #612 from LKedward/fix-modules-install | Sebastian Ehlert | |
Fix modules listing (for install) | |||
2021-11-20 | Don't try to install submodule files | LKedward | |
2021-11-20 | Remove spurious component in module paths | LKedward | |