Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2021-11-13 | Merge pull request #607 from urbanjost/list | Laurence Kedward | |
Repair --list option and correct obsolete descriptions of the --list option | |||
2021-11-12 | correct basename(3f) function and subsequently fix --list option | John S. Urban | |
The --list option was incorrectly trimming pathnames when suffix=.false. was present, and the meaning of the --list option has changed from originally being an option to display the full pathnames of targets to displaying a table of matching target basenames. Since the --runner command can be used to display the full pathnames and the runner command defaults to an "echo" command the pathnames can still easily be generated, but an example was added to reflect that. As the help text needed editing anyway, changed some whitespace to conform to the requirements of the txt2man(1) utility, to facilitate easily generating man-pages and HTML versions of the help text. | |||
2021-11-12 | white-space adjustments to help to conform to txt2man(1) utility | John S. Urban | |
A few lines in the help text no longer conformed to the rules used by txt2man(1), causing errors in generating man-pages and an HTML version of the documentation available via the "help" subcommand. | |||
2021-11-03 | Merge pull request #602 from everythingfunctional/fix-intel-windows-release-flag | Brad Richardson | |
fix(fpm_compiler): intel windows release flag was incorrect | |||
2021-11-03 | fix(fpm_compiler): intel windows release flag was incorrect | Brad Richardson | |
2021-11-02 | Update upload pattern | Sebastian Ehlert | |
2021-11-02 | Fix incorrect pattern matching | Sebastian Ehlert | |
2021-11-02 | Add workflow for continuous delivery (#569) | Sebastian Ehlert | |
2021-11-02 | Merge pull request #598 from fortran-lang/update-readme | Laurence Kedward | |
Update README.md compiler, archiver, & link flags | |||
2021-10-29 | Update README.md compiler, archiver, & link flags | Damian Rouson | |
2021-10-22 | Add LFortran optimization flag to release profile (#597) | Sebastian Ehlert | |
2021-10-16 | List names without suffix (mainly for Windows). (#595) | zoziha | |
2021-10-16 | Change link command on Windows with `ifort` or `ifx` (#590) | Carlos Une | |
* Check whether compiler is `ifort` or `ifx` on Windows * Linker command with ifort/ifx on Windows * Enumerate libraries, based on compiler and platform | |||
2021-10-10 | Merge pull request #575 from awvwgk/build-dirs | Sebastian Ehlert | |
Enable multiple build output directories | |||
2021-10-10 | Correctly install modulefiles from build targets | Sebastian Ehlert | |
2021-10-03 | Merge pull request #587 from wiremoons/patch-1 | Laurence Kedward | |
Bootstrapping instructions version update | |||
2021-10-03 | Bootstrapping instructions version update | Simon Rowe | |
Updated the 'Bootstrapping instructions' section to instruct on how to install version '0.4.0' instead of past version '0.3.0'. | |||
2021-09-28 | Merge pull request #584 from awvwgk/env-bug | Laurence Kedward | |
Actually read environment variables | |||
2021-09-28 | Actually read environment variables | Sebastian Ehlert | |
2021-09-27 | Apply suggestions from code review | Sebastian Ehlert | |
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk> | |||
2021-09-24 | Merge pull request #579 from Carltoffel/fix-test-cleanup | Laurence Kedward | |
Fix dir not getting removed after testing fpm | |||
2021-09-24 | Fix dir not getting removed after testing fpm | Carl Burkert | |
2021-09-24 | Fix truncated help text (#578) | urbanjost | |
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-09-15 | Separate upload stage in CI testing (#564) | Sebastian Ehlert | |
2021-09-13 | Add workflow to create source releases (#563) | Sebastian Ehlert | |
- add release workflow to generate source archives - add workflow and script to automatically create single source file | |||
2021-09-13 | Add new distributions where fpm is available to README (#562) | Sebastian Ehlert | |
- MSYS2 has now a MinGW package for fpm - Spack has now a package for fpm | |||
2021-09-08 | Default branch renaming aftermath (#565) | Sebastian Ehlert | |