aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-23Implement info_build_target_short()Ondřej Čertík
2020-12-23Implement info_srcfile_short()Ondřej Čertík
2020-12-23Indent subroutine bodiesOndřej Čertík
2020-12-23Remove str() implementation for realOndřej Čertík
2020-12-23Print unit_type as a stringOndřej Čertík
2020-12-23Print target_type as a stringOndřej Čertík
2020-12-23Print unit_scope as a string instead of a numberOndřej Čertík
2020-12-22Add a `--show-model` option to `build`Ondřej Čertík
2020-12-22Add str() to convert int/real/logical to stringsOndřej Čertík
2020-12-20Merge pull request #315 from LKedward/remove-default-fast-mathLaurence Kedward
2020-12-18Remove -ffast-math from Haskell fpm default release flagsLKedward
2020-12-18Merge pull request #307 from LKedward/fix-object-collisionLaurence Kedward
2020-12-18Merge pull request #257 from awvwgk/installSebastian Ehlert
2020-12-18Remove: -ffast-math in gfortran default release flagsLKedward
2020-12-16Bump patch number for new releaseLKedward
2020-12-16Revert unnecessary changes for PRLKedward
2020-12-16Fix: collision between app and example executables of the same nameLKedward
2020-12-15Update: with_example demo to test for object collisionLKedward
2020-12-15Fix: name collision between program objectsLKedward
2020-12-14Implement fpm install --list to see installable targetsSebastian Ehlert
2020-12-14Merge pull request #294 from LKedward/add-f-suffixLaurence Kedward
2020-12-14Update: str_ends_with as pure functionsLaurence Kedward
2020-12-14Merge pull request #289 from everythingfunctional/bootstrap_compiler_supportBrad Richardson
2020-12-13Check if the package is actually installable for fpm-installSebastian Ehlert
2020-12-13Add fpm-install to cli help pageSebastian Ehlert
2020-12-12Merge pull request #303 from LKedward/fix-parsingSebastian Ehlert
2020-12-12Merge pull request #304 from awvwgk/manifest-docLaurence Kedward
2020-12-12Remove note on not supported dependencies in program targetsSebastian Ehlert
2020-12-12Merge pull request #300 from urbanjost/nocoarrayLaurence Kedward
2020-12-12Fix: Ignore empty source filesLKedward
2020-12-12Fix: source parsingLKedward
2020-12-11Remove -coarray=single option from ifort compiler default optionsinit current directory[i]
2020-12-10feat(boostrap-ifort): remove coarray option from ifortBrad Richardson
2020-12-10feat(bootstrap): try multiple ways to get compiler version infoBrad Richardson
2020-12-10Add fpm-install to fpm --list outputSebastian Ehlert
2020-12-10Try to use local install path with fallback to platform defaultsSebastian Ehlert
2020-12-10Add fpm-install command to fpm-manualSebastian Ehlert
2020-12-10Add unit tests for installer commandSebastian Ehlert
2020-12-10Let fpm install itself on CI-runsSebastian Ehlert
2020-12-10Extend documentation and add tests for install configurationSebastian Ehlert
2020-12-10Implement fpm-install commandSebastian Ehlert
2020-12-10Merge pull request #280 from awvwgk/exampleSebastian Ehlert
2020-12-10Include example programs in dependency treeSebastian Ehlert
2020-12-10Check for duplicates between executable and example targetsSebastian Ehlert
2020-12-10Add build.auto-examples to manifest referenceSebastian Ehlert
2020-12-10Use correct option to auto-discover example programsSebastian Ehlert
2020-12-10Implement example executables also for Haskell fpmSebastian Ehlert
2020-12-10Implement example applications in Fortran fpmSebastian Ehlert
2020-12-10Create specification for example sectionSebastian Ehlert
2020-12-10Dependency handling (#266)Sebastian Ehlert