Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-21 | Run hello_world | Ondřej Čertík | |
2020-07-21 | CI: Use the correct condition on Windows | Ondřej Čertík | |
2020-07-21 | Use \ on Windows | Ondřej Čertík | |
2020-07-21 | Extract the CI tests into a Bash and Batch files | Ondřej Čertík | |
2020-07-21 | Test hello_world at the CI | Ondřej Čertík | |
2020-07-21 | Compile src/fpm.f90 only if it exists | Ondřej Čertík | |
This now compiles hello_world | |||
2020-07-21 | Merge pull request #139 from certik/min | Ondřej Čertík | |
Minimal `fpm build` implementation | |||
2020-07-21 | Test `fpm build` | Ondřej Čertík | |
2020-07-21 | Implement initial `fpm build` | Ondřej Čertík | |
Right now it only knows how to build itself. | |||
2020-07-21 | Merge pull request #131 from certik/f | Ondřej Čertík | |
Initial Fortran infrastructure | |||
2020-07-21 | Put fpm to PATH on Windows | Ondřej Čertík | |
2020-07-21 | CI: put fpm to $PATH on macOS | Ondřej Čertík | |
2020-07-21 | CI: build and run the Fortran based fpm | Ondřej Čertík | |
2020-07-21 | Print initial text | Ondřej Čertík | |
2020-07-21 | Update README and fpm.toml | Ondřej Čertík | |
2020-07-21 | Add initial Fortran based fpm | Ondřej Čertík | |
Generated using fpm new --with-executable fpm rm -rf fpm/.git rm -rf fpm/.gitignore | |||
2020-07-21 | Update CI | Ondřej Čertík | |
2020-07-21 | Add a link to the test directory | Ondřej Čertík | |
2020-07-21 | Update paths in package.yaml | Ondřej Čertík | |
2020-07-21 | Update README | Ondřej Čertík | |
2020-07-21 | Move Haskell based version to bootstrap/ | Ondřej Čertík | |
2020-07-21 | Merge pull request #132 from certik/macos | Ondřej Čertík | |
Fix tests on macOS | |||
2020-07-21 | Install gfortran on macOS | Ondřej Čertík | |
2020-07-21 | Create the missing `bin` directory | Ondřej Čertík | |
2020-07-21 | Use a more stable url to download Haskell | Ondřej Čertík | |
2020-07-21 | Install Haskell on macOS | Ondřej Čertík | |
2020-07-13 | Merge pull request #117 from everythingfunctional/FixExecutableSourceName | Ondřej Čertík | |
Fix bug with case in program source file name. | |||
2020-07-13 | Merge pull request #104 from certik/comma | Milan Curcic | |
Remove the space before comma | |||
2020-07-08 | Fix bug with case in program source file name. | Brad Richardson | |
2020-06-30 | Merge pull request #102 from everythingfunctional/CreateNewCommand | Brad Richardson | |
Enable fpm to create a new package | |||
2020-06-24 | Merge pull request #108 from milancurcic/remove-effing-from-readme | Milan Curcic | |
rename reference to other fpm | |||
2020-06-24 | rename reference to other fpm | milancurcic | |
2020-06-20 | Remove the space before comma | Ondřej Čertík | |
This is a fixup of #101. | |||
2020-06-20 | Merge pull request #101 from EverLookNeverSee/Fix_ReadMe | Ondřej Čertík | |
Optional Fix for README | |||
2020-06-19 | Add section on `fpm new` to the README | Brad Richardson | |
2020-06-19 | Improve `fpm new` help description | Brad Richardson | |
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk> | |||
2020-06-18 | Enable fpm to create a new package | Brad Richardson | |
2020-06-18 | Applying requested changes | ELNS | |
2020-06-17 | Revert "Adding pycharm hidden files and directories" | ELNS | |
This reverts commit 7ee74b12 | |||
2020-06-17 | Removing unnecessary link | ELNS | |
2020-06-17 | Removing imperfect manual installation guide for linux and adding haskell ↵ | ELNS | |
tool stack documentation instead | |||
2020-06-17 | Highlight bash/shell code in markdown | ELNS | |
2020-06-17 | Adding navigating to directory and fixing export command | ELNS | |
2020-06-17 | Adding pycharm hidden files and directories | ELNS | |
2020-06-16 | Merge pull request #100 from milancurcic/90-clarify-fpm | Milan Curcic | |
add a note about Effing Package Management and elaborate on prototype | |||
2020-06-16 | Update README.md | Milan Curcic | |
2020-06-16 | Update README.md | Milan Curcic | |
Co-authored-by: Brad Richardson <everythingfunctional@protonmail.com> | |||
2020-06-16 | add a note about Effing Package Management and elaborate on prototype | milancurcic | |
2020-06-16 | Merge pull request #97 from epagone/docs_upd | Milan Curcic | |
add Ubuntu 20.04 package pre-requisite to `README` | |||
2020-06-15 | Merge pull request #99 from everythingfunctional/MakefileSupport | Brad Richardson | |
Add support for Makefiles and generic build scripts |