Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-11 | check if name is a directory on backfill instead of depending on system command | init current directory[i] | |
2020-10-11 | change cd NEWNAME;git init to cd NEWNAME &&git init per @LKedward | init current directory[i] | |
2020-10-11 | Update fpm/src/fpm/cmd/new.f90 | urbanjost | |
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk> | |||
2020-10-11 | whitespace | init current directory[i] | |
2020-10-11 | mkdir on dos of existing directory stops program on unix/linux it does not | init current directory[i] | |
2020-10-11 | DOS Test development | init current directory[i] | |
2020-10-11 | what is cwd? | init current directory[i] | |
2020-10-11 | correct for DOS differences | init current directory[i] | |
2020-10-11 | DOS pathname for executable | init current directory[i] | |
2020-10-10 | beta test of new subcommand | init current directory[i] | |
2020-10-10 | second pass at in-line documentation | init 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-09 | whitespace | init current directory[i] | |
2020-10-09 | tweek documentation | init current directory[i] | |
2020-10-09 | missing backfill implementation and only specifying --app on new subcommand | init current directory[i] | |
2020-10-08 | push with work-around for gfortran 8 issue | init current directory[i] | |
2020-10-07 | rename to M_intrinsics to possibly avoid MSWindows bug or requirement | init current directory[i] | |
2020-10-07 | matching tests | init current directory[i] | |
2020-10-07 | complete new modifications for #109 #110 #111 #135 #138 #154 #196 | init current directory[i] | |
2020-10-06 | renamed and cleaner help text | init current directory[i] | |
2020-10-06 | renamed again | init current directory[i] | |
2020-10-04 | minor rename | init current directory[i] | |
2020-10-04 | refactor fpm.f90 to separate subcommand new into fpm_new_subcommand.f90 | init current directory[i] | |
2020-10-04 | Don't pull dev dependencies of dependencies. | LKedward | |
2020-10-04 | Update fpm/src/fpm.f90 | Laurence Kedward | |
Co-authored-by: Milan Curcic <caomaco@gmail.com> | |||
2020-10-03 | Merge remote-tracking branch 'upstream/master' into local-depends | Laurence Kedward | |
2020-10-03 | Merge pull request #189 from urbanjost/NEW | Milan Curcic | |
Pull request for NEW | |||
2020-10-03 | Update: use default git object = 'HEAD' for checkout | LKedward | |
2020-10-03 | Merge branch 'fix-duplicate-discovery' into local-depends | LKedward | |
2020-10-03 | Fix: include statement parsing | LKedward | |
Include statements must have a single or double quote immediately following 'include' | |||
2020-10-03 | Update: source parsing test - include statement | LKedward | |
Demonstrates bug in include statement parsing - currently erroneously parsing all statements that begin with 'include'. | |||
2020-10-03 | Fix: duplication of app modules | LKedward | |
2020-10-03 | Add: support for remote git dependencies | LKedward | |
2020-10-03 | Merge branch 'fix-duplicate-discovery' into local-depends | LKedward | |
2020-10-03 | Fix: include statement parsing | LKedward | |
Include statements must have a single or double quote immediately following 'include' | |||
2020-10-03 | Update: source parsing test - include statement | LKedward | |
Demonstrates bug in include statement parsing - currently erroneously parsing all statements that begin with 'include'. | |||
2020-10-03 | Fix: duplication of app modules | LKedward | |
2020-10-03 | Update: hello_complex_2 to expose link bug | LKedward | |
There's a bug which causes app-local modules to be added twice if auto-discovery is on and the app is specified in the manifest. This causes the module to be compiled and linked twice. Not detected before because the module contained no symbols. This commit adds an integer symbol to an app-local module to test this bug. | |||
2020-10-03 | Merge remote-tracking branch 'upstream/master' into local-depends | LKedward | |
2020-10-02 | Merge branch 'master' into NEW | urbanjost | |
2020-10-02 | Merge pull request #190 from LKedward/auto-discovery | Milan Curcic | |
Auto discovery of executables | |||
2020-10-02 | repair fpm_test/main.f90 | init current directory[i] | |
2020-10-01 | remove doc | init current directory[i] | |
2020-10-01 | errata for NEW PR | init current directory[i] | |
2020-10-01 | consistent indenting | init current directory[i] | |
2020-10-01 | replace cli_test test | init current directory[i] | |
2020-10-01 | change quoting of -- ARGS values for more platform independence and change ↵ | init current directory[i] | |
test accordingly | |||
2020-10-01 | basic new,test,run added to build subcommands | init current directory[i] | |
2020-10-01 | build on proposed CLI interface to make a "new" and "run" subcommand for ↵ | init current directory[i] | |
discussion | |||
2020-10-01 | try one more like previous build to clear error | init current directory[i] | |
2020-10-01 | remove dash from executable name to see if it clears MSWindows build error | init current directory[i] | |