Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-16 | Merge branch 'more_issues_for_new' of https://github.com/urbanjost/fpm into ↵ | init current directory[i] | |
more_issues_for_new | |||
2020-10-16 | better help per @LKedward | init current directory[i] | |
2020-10-16 | restore .gitignore | init current directory[i] | |
2020-10-16 | Merge branch 'master' into more_issues_for_new | Laurence Kedward | |
2020-10-16 | Merge pull request #203 from urbanjost/urbanjs | Laurence Kedward | |
refactor fpm.f90 to separate subcommand new into fpm_new_subcommand.f90 | |||
2020-10-15 | restore .gitignore | init current directory[i] | |
2020-10-15 | restore .gitignore | init current directory[i] | |
2020-10-15 | Add test for submodule source file name | Brad Richardson | |
2020-10-15 | Add constructor for Submodule Source | Brad Richardson | |
2020-10-15 | Add test for whether a module produces a .smod file | Brad Richardson | |
2020-10-15 | Add test for a module's name | Brad Richardson | |
2020-10-15 | Add test for modules a module uses | Brad Richardson | |
2020-10-15 | Add test for module object file name | Brad Richardson | |
2020-10-15 | Add test for module source file name | Brad Richardson | |
2020-10-15 | Add constructor for Module Source | Brad Richardson | |
2020-10-14 | Add check for program declaration before constructing Program Source | Brad Richardson | |
2020-10-14 | Refactor parsing process a bit | Brad Richardson | |
2020-10-14 | Rename first set of unit tests | Brad Richardson | |
2020-10-14 | Try newer version of hedge that hopefully builds on Windows | Brad Richardson | |
2020-10-14 | Revert "Try not running the new unit tests on Windows" | Brad Richardson | |
This reverts commit 89cf561d505a770b6ca9cd2a28c285fbaab2eeb4. | |||
2020-10-14 | Try not running the new unit tests on Windows | Brad Richardson | |
2020-10-14 | Try newer version of dependency to see if it builds on Windows | Brad Richardson | |
2020-10-14 | Add test for modules a program uses | Brad Richardson | |
2020-10-14 | Clean up unit tests a bit | Brad Richardson | |
2020-10-14 | Fix CI scripts (for real this time) | Brad Richardson | |
2020-10-14 | Add test for program object file name | Brad Richardson | |
2020-10-14 | Add test for Program source file name | Brad Richardson | |
2020-10-14 | Finish first unit test | Brad Richardson | |
2020-10-14 | Fix CI after moving example packages | Brad Richardson | |
2020-10-14 | stub out a unit test | Brad Richardson | |
2020-10-14 | Better organize example packages and bootstrap tests | Brad Richardson | |
2020-10-13 | fix(install.sh): define install_path earlier | Damian Rouson | |
2020-10-13 | Update install.sh | Damian Rouson | |
Co-authored-by: Brad Richardson <everythingfunctional@protonmail.com> | |||
2020-10-13 | add skeletal installer | Damian Rouson | |
2020-10-13 | WIP: start installation script | Damian Rouson | |
2020-10-12 | simplify initializing git(1) repository | init current directory[i] | |
2020-10-12 | check if name is a directory on backfill instead of depending on system command | init current directory[i] | |
2020-10-12 | change cd NEWNAME;git init to cd NEWNAME &&git init per @LKedward | init current directory[i] | |
2020-10-11 | simplify initializing git(1) repository | init current directory[i] | |
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. |