Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-06-15 | Add clarifications to PACKAGING.md | Brad Richardson | |
2020-06-15 | Update README.md | Emanuele Pagone | |
Co-authored-by: Ondřej Čertík <ondrej@certik.us> | |||
2020-06-14 | Fix another path issue for build script | Brad Richardson | |
2020-06-14 | Fix missed unWindowsPath | Brad Richardson | |
2020-06-14 | Try using Linux like paths for build scripts | Brad Richardson | |
2020-06-14 | See if removing the drive letter works | Brad Richardson | |
2020-06-14 | Revert "Try escaping the colon in buildscript BUILD_DIR" | Brad Richardson | |
This reverts commit 91a649cdd80bf1062a03bcbc58715789ae0d3422. | |||
2020-06-14 | Try escaping the colon in buildscript BUILD_DIR | Brad Richardson | |
2020-06-14 | Add info on custom build scripts to Packaging Guide | Brad Richardson | |