aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-22Polish the code, add commentsOndřej Čertík
2020-07-22Use $HOME to determine the OS typeOndřej Čertík
2020-07-22Rework the macrosOndřej Čertík
2020-07-21Use ()Ondřej Čertík
2020-07-21Use get_os()Ondřej Čertík
2020-07-21Rename fpm.f90 to fpm.F90Ondřej Čertík
2020-07-21Implement get_os()Ondřej Čertík
2020-07-21Merge pull request #140 from certik/exOndřej Čertík
Build hello_world
2020-07-21CI: Execute the bat file without "call"Ondřej Čertík
2020-07-21Run hello_worldOndřej Čertík
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