aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-21CI: Use the correct condition on WindowsOndřej Čertík
2020-07-21Use \ on WindowsOndřej Čertík
2020-07-21Extract the CI tests into a Bash and Batch filesOndřej Čertík
2020-07-21Test hello_world at the CIOndřej Čertík
2020-07-21Compile src/fpm.f90 only if it existsOndřej Čertík
This now compiles hello_world
2020-07-21Merge pull request #139 from certik/minOndřej Čertík
Minimal `fpm build` implementation
2020-07-21Test `fpm build`Ondřej Čertík
2020-07-21Implement initial `fpm build`Ondřej Čertík
Right now it only knows how to build itself.
2020-07-21Merge pull request #131 from certik/fOndřej Čertík
Initial Fortran infrastructure
2020-07-21Put fpm to PATH on WindowsOndřej Čertík
2020-07-21CI: put fpm to $PATH on macOSOndřej Čertík
2020-07-21CI: build and run the Fortran based fpmOndřej Čertík
2020-07-21Print initial textOndřej Čertík
2020-07-21Update README and fpm.tomlOndřej Čertík
2020-07-21Add initial Fortran based fpmOndřej Čertík
Generated using fpm new --with-executable fpm rm -rf fpm/.git rm -rf fpm/.gitignore
2020-07-21Update CIOndřej Čertík
2020-07-21Add a link to the test directoryOndřej Čertík
2020-07-21Update paths in package.yamlOndřej Čertík
2020-07-21Update READMEOndřej Čertík
2020-07-21Move Haskell based version to bootstrap/Ondřej Čertík
2020-07-21Merge pull request #132 from certik/macosOndřej Čertík
Fix tests on macOS
2020-07-21Install gfortran on macOSOndřej Čertík
2020-07-21Create the missing `bin` directoryOndřej Čertík
2020-07-21Use a more stable url to download HaskellOndřej Čertík
2020-07-21Install Haskell on macOSOndřej Čertík
2020-07-13Merge pull request #117 from everythingfunctional/FixExecutableSourceNameOndřej Čertík
Fix bug with case in program source file name.
2020-07-13Merge pull request #104 from certik/commaMilan Curcic
Remove the space before comma
2020-07-08Fix bug with case in program source file name.Brad Richardson
2020-06-30Merge pull request #102 from everythingfunctional/CreateNewCommandBrad Richardson
Enable fpm to create a new package
2020-06-24Merge pull request #108 from milancurcic/remove-effing-from-readmeMilan Curcic
rename reference to other fpm
2020-06-24rename reference to other fpmmilancurcic
2020-06-20Remove the space before commaOndřej Čertík
This is a fixup of #101.
2020-06-20Merge pull request #101 from EverLookNeverSee/Fix_ReadMeOndřej Čertík
Optional Fix for README
2020-06-19Add section on `fpm new` to the READMEBrad Richardson
2020-06-19Improve `fpm new` help descriptionBrad Richardson
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
2020-06-18Enable fpm to create a new packageBrad Richardson
2020-06-18Applying requested changesELNS
2020-06-17Revert "Adding pycharm hidden files and directories"ELNS
This reverts commit 7ee74b12
2020-06-17Removing unnecessary linkELNS
2020-06-17Removing imperfect manual installation guide for linux and adding haskell ↵ELNS
tool stack documentation instead
2020-06-17Highlight bash/shell code in markdownELNS
2020-06-17Adding navigating to directory and fixing export commandELNS
2020-06-17Adding pycharm hidden files and directoriesELNS
2020-06-16Merge pull request #100 from milancurcic/90-clarify-fpmMilan Curcic
add a note about Effing Package Management and elaborate on prototype
2020-06-16Update README.mdMilan Curcic
2020-06-16Update README.mdMilan Curcic
Co-authored-by: Brad Richardson <everythingfunctional@protonmail.com>
2020-06-16add a note about Effing Package Management and elaborate on prototypemilancurcic
2020-06-16Merge pull request #97 from epagone/docs_updMilan Curcic
add Ubuntu 20.04 package pre-requisite to `README`
2020-06-15Merge pull request #99 from everythingfunctional/MakefileSupportBrad Richardson
Add support for Makefiles and generic build scripts
2020-06-15Add clarifications to PACKAGING.mdBrad Richardson