aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-11change cd NEWNAME;git init to cd NEWNAME &&git init per @LKedwardinit current directory[i]
2020-10-11whitespaceinit current directory[i]
2020-10-11mkdir on dos of existing directory stops program on unix/linux it does notinit current directory[i]
2020-10-11DOS Test developmentinit current directory[i]
2020-10-11what is cwd?init current directory[i]
2020-10-11correct for DOS differencesinit current directory[i]
2020-10-11DOS pathname for executableinit current directory[i]
2020-10-10beta test of new subcommandinit current directory[i]
2020-10-10second pass at in-line documentationinit current directory[i]
After installing the rust package manager cargo(1) made a second pass at the in-line documentation and added the "line" subcommand, which like "help" is processed entirely within the fpm_command_line.f90 file.
2020-10-09whitespaceinit current directory[i]
2020-10-09tweek documentationinit current directory[i]
2020-10-09missing backfill implementation and only specifying --app on new subcommandinit current directory[i]
2020-10-08push with work-around for gfortran 8 issueinit current directory[i]
2020-10-07rename to M_intrinsics to possibly avoid MSWindows bug or requirementinit current directory[i]
2020-10-07matching testsinit current directory[i]
2020-10-07complete new modifications for #109 #110 #111 #135 #138 #154 #196init current directory[i]
2020-10-06renamed and cleaner help textinit current directory[i]
2020-10-06renamed againinit current directory[i]
2020-10-04minor renameinit current directory[i]
2020-10-04refactor fpm.f90 to separate subcommand new into fpm_new_subcommand.f90init current directory[i]
2020-10-03Merge pull request #189 from urbanjost/NEWMilan Curcic
Pull request for NEW
2020-10-02Merge branch 'master' into NEWurbanjost
2020-10-02Merge pull request #190 from LKedward/auto-discoveryMilan Curcic
Auto discovery of executables
2020-10-02repair fpm_test/main.f90init current directory[i]
2020-10-01remove docinit current directory[i]
2020-10-01errata for NEW PRinit current directory[i]
2020-10-01consistent indentinginit current directory[i]
2020-10-01replace cli_test testinit current directory[i]
2020-10-01change quoting of -- ARGS values for more platform independence and change ↵init current directory[i]
test accordingly
2020-10-01basic new,test,run added to build subcommandsinit current directory[i]
2020-10-01build on proposed CLI interface to make a "new" and "run" subcommand for ↵init current directory[i]
discussion
2020-10-01try one more like previous build to clear errorinit current directory[i]
2020-10-01remove dash from executable name to see if it clears MSWindows build errorinit current directory[i]
2020-10-01basic RUN subcommandinit current directory[i]
2020-10-01remove --usage references from help textinit current directory[i]
2020-10-01fix fpm.toml version referenceinit current directory[i]
2020-10-01add test program for CLIinit current directory[i]
2020-10-01sort out branchesinit current directory[i]
2020-09-30Update fpm/src/fpm_filesystem.f90Laurence Kedward
Co-authored-by: Milan Curcic <caomaco@gmail.com>
2020-09-29Merge remote-tracking branch 'upstream/master' into auto-discoveryLKedward
2020-09-29Implement version string comparison (#186)Sebastian Ehlert
- allow semantic version matching
2020-09-29Update: package%build_config not allocatableLKedward
2020-09-29Let toml-f make [build] table while querying the data structure Laurence Kedward
No need for separate default initializer for build table. Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
2020-09-29Add: test package with auto-discovery disabledLKedward
Contains an app and a test that should be ignored by auto-discovery - this is checked in the CI scripts.
2020-09-29Add: tests for new [build] table in manifestLKedward
2020-09-29Add: [build] table to manifest with flags for auto-discoveryLKedward
2020-09-29Add: source-level flag to enable/disable auto-discoveryLKedward
2020-09-29Fix: matching of program sources with fpm executablesLKedward
Add test on path of program source with source-dir of [[executable]] entry. For case of two executables with same name in different directories, both with overrides in fpm.toml
2020-09-29Add: path canonicalizer for path comparisonLKedward
Returns canonical path form with redundant artifacts.
2020-09-28Merge remote-tracking branch 'upstream/master' into auto-discoveryLKedward