aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-23Build 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-15Separate upload stage in CI testing (#564)Sebastian Ehlert
2021-09-13Add 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-13Add 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-08Default branch renaming aftermath (#565)Sebastian Ehlert
2021-09-08Add issue templates (#558)Sebastian Ehlert
Co-authored-by: Carlos Une <brocolis@eml.cc>
2021-09-08Update installer script to update subprojects first (#557)Sebastian Ehlert
2021-09-05Expand tabs in source file parsing (#521)urbanjost
2021-08-27Update version for new release (#546)Sebastian Ehlert
2021-08-27Fix compilation on MacOS/ARM64 (#548)Carlos Une
2021-08-25Merge pull request #527 from awvwgk/compiler-objectSebastian Ehlert
Add objects for handling compiler and archiver
2021-08-23Use gcc instead of gfortran to compile C codeSebastian Ehlert
- relevant for conda-forge's gfortran on OSX which comes without C compiler
2021-08-23Use cc together as C compiler together with LFortranSebastian Ehlert
2021-08-23Update LFortran in compiler settingsSebastian Ehlert
2021-08-19Merge pull request #536 from urbanjost/init_git_on_backfillLaurence Kedward
still call "git init" even if fpm.toml exists in backfill
2021-08-13Merge branch 'master' into compiler-objectSebastian Ehlert
2021-08-09Merge pull request #533 from awvwgk/extraLaurence Kedward
Allow extra section in package manifest
2021-08-08white-space differenceJohn S. Urban
2021-08-08replace lines deleted by conflictJohn S. Urban
2021-08-08still call "git init" even if fpm.toml exists in backfillJohn S. Urban
2021-08-04Generate 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-04Fix wording and grammar in manifest referenceSebastian Ehlert
Co-authored-by: Milan Curcic <caomaco@gmail.com>
2021-08-04Allow extra section in package manifestSebastian Ehlert
2021-07-31Also detect MPI compiler for mpif90 and mpif77 wrappersSebastian Ehlert
2021-07-31Allow detection of underlying compiler in mpiwrapperSebastian Ehlert
- cleanup compiler flags a bit
2021-07-30Move default flags fetching and build name generation to modelSebastian Ehlert
2021-07-30Fix compilation error in ifort (#523)Sebastian Ehlert
2021-07-30Add objects for handling compiler and archiverSebastian Ehlert
2021-07-28Merge pull request #507 from brocolis/file-listingLaurence Kedward
optimize file listing
2021-07-28Merge remote-tracking branch 'upstream/master' into file-listingLKedward
2021-07-20Merge pull request #522 from urbanjost/unusedLaurence Kedward
remove warnings and fix truncated help text
2021-07-20Cache `filesep` in `join_path` using the save attributeCarlos Une
2021-07-20Use join_path() in list_files()Carlos Une
2021-07-20Cache get_os_type() return value using the save attributeCarlos Une
2021-07-18remove warnings and fix truncated help textJohn S. Urban
2021-07-17Merge pull request #517 from urbanjost/fix_runLaurence Kedward
Fix run
2021-07-17Merge pull request #516 from urbanjost/unallocatedLaurence Kedward
initialize allocatable strings before using in a comparison
2021-07-16Rename src\c.c => src\filesystem_utilities.cCarlos Une
2021-07-16Merge branch 'upstream_master' into file-listingLKedward
2021-07-16Fix: dirent symbols for OSX.LKedward
2021-07-16Merge pull request #511 from urbanjost/warn_blank_nameLaurence Kedward
check name used for package, executable, test, or example
2021-07-13settings%args was used unallocatedJohn S. Urban
2021-07-13initialize allocatable strings before using in a comparisonJohn S. Urban
2021-07-13Merge pull request #504 from brocolis/version-numberLaurence Kedward
install.sh, README.md: Update version number, single source file extension
2021-07-13initialize allocatable CHARACTER variables before they are used in a comparisonJohn S. Urban
2021-07-11some more STOP to FPM_STOP conversionsJohn S. Urban
2021-07-11all stops via fpm_stop(1)John S. Urban
2021-07-11improve parsing speed by about 8.5/100John S. Urban
2021-07-11Rename C function is_dir to c_is_dirCarlos Une
2021-07-10Use C wrapper by defaultCarlos Une