Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
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> |