Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2021-09-08 | Add issue templates (#558) | Sebastian Ehlert | |
Co-authored-by: Carlos Une <brocolis@eml.cc> | |||
2021-09-08 | Update installer script to update subprojects first (#557) | Sebastian Ehlert | |
2021-09-05 | Expand tabs in source file parsing (#521) | urbanjost | |
2021-08-27 | Update version for new release (#546) | Sebastian Ehlert | |
2021-08-27 | Fix compilation on MacOS/ARM64 (#548) | Carlos Une | |
2021-08-25 | Merge pull request #527 from awvwgk/compiler-object | Sebastian Ehlert | |
Add objects for handling compiler and archiver | |||
2021-08-23 | Use gcc instead of gfortran to compile C code | Sebastian Ehlert | |
- relevant for conda-forge's gfortran on OSX which comes without C compiler | |||
2021-08-23 | Use cc together as C compiler together with LFortran | Sebastian Ehlert | |
2021-08-23 | Update LFortran in compiler settings | Sebastian Ehlert | |
2021-08-19 | Merge pull request #536 from urbanjost/init_git_on_backfill | Laurence Kedward | |
still call "git init" even if fpm.toml exists in backfill | |||
2021-08-13 | Merge branch 'master' into compiler-object | Sebastian Ehlert | |
2021-08-09 | Merge pull request #533 from awvwgk/extra | Laurence Kedward | |
Allow extra section in package manifest | |||
2021-08-08 | white-space difference | John S. Urban | |
2021-08-08 | replace lines deleted by conflict | John S. Urban | |
2021-08-08 | still call "git init" even if fpm.toml exists in backfill | John S. Urban | |
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-08-04 | Fix wording and grammar in manifest reference | Sebastian Ehlert | |
Co-authored-by: Milan Curcic <caomaco@gmail.com> | |||
2021-08-04 | Allow extra section in package manifest | Sebastian Ehlert | |
2021-07-31 | Also detect MPI compiler for mpif90 and mpif77 wrappers | Sebastian Ehlert | |
2021-07-31 | Allow detection of underlying compiler in mpiwrapper | Sebastian Ehlert | |
- cleanup compiler flags a bit | |||
2021-07-30 | Move default flags fetching and build name generation to model | Sebastian Ehlert | |
2021-07-30 | Fix compilation error in ifort (#523) | Sebastian Ehlert | |
2021-07-30 | Add objects for handling compiler and archiver | Sebastian Ehlert | |
2021-07-28 | Merge pull request #507 from brocolis/file-listing | Laurence Kedward | |
optimize file listing | |||
2021-07-28 | Merge remote-tracking branch 'upstream/master' into file-listing | LKedward | |
2021-07-20 | Merge pull request #522 from urbanjost/unused | Laurence Kedward | |
remove warnings and fix truncated help text | |||
2021-07-20 | Cache `filesep` in `join_path` using the save attribute | Carlos Une | |
2021-07-20 | Use join_path() in list_files() | Carlos Une | |
2021-07-20 | Cache get_os_type() return value using the save attribute | Carlos Une | |
2021-07-18 | remove warnings and fix truncated help text | John S. Urban | |
2021-07-17 | Merge pull request #517 from urbanjost/fix_run | Laurence Kedward | |
Fix run | |||
2021-07-17 | Merge pull request #516 from urbanjost/unallocated | Laurence Kedward | |
initialize allocatable strings before using in a comparison | |||
2021-07-16 | Rename src\c.c => src\filesystem_utilities.c | Carlos Une | |
2021-07-16 | Merge branch 'upstream_master' into file-listing | LKedward | |
2021-07-16 | Fix: dirent symbols for OSX. | LKedward | |
2021-07-16 | Merge pull request #511 from urbanjost/warn_blank_name | Laurence Kedward | |
check name used for package, executable, test, or example | |||
2021-07-13 | settings%args was used unallocated | John S. Urban | |
2021-07-13 | initialize allocatable strings before using in a comparison | John S. Urban | |
2021-07-13 | Merge pull request #504 from brocolis/version-number | Laurence Kedward | |
install.sh, README.md: Update version number, single source file extension | |||
2021-07-13 | initialize allocatable CHARACTER variables before they are used in a comparison | 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 | |