aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-28fix repository wordingMilan Curcic
Co-Authored-By: Ondřej Čertík <ondrej@certik.us>
2020-04-28remove unused fpm.toml settingsmilancurcic
2020-04-28add licensemilancurcic
2020-04-28syntax highlight and takeaways at the endMilan Curcic
2020-04-28add guide for preparing packages for FPMmilancurcic
2020-04-26Merge pull request #59 from milancurcic/remove-werror-gfortran-flagBrad Richardson
remove -Werror gfortran flag
2020-04-26remove -Werror gfortran flagMilan Curcic
2020-04-26call fpm executable fpm instead of fpm-exeMilan Curcic
2020-04-26update instructions to install stack; add basic instructions for using fpmMilan Curcic
2020-04-12Merge pull request #53 from everythingfunctional/finishCommandsBrad Richardson
Finish commands
2020-04-12Enable tests with fpmBrad Richardson
2020-04-12Enable running the executables from fpmBrad Richardson
2020-04-12Merge pull request #52 from everythingfunctional/projectSettingsBrad Richardson
Finish simple project settings
2020-04-11Build debug and release versions in different placesBrad Richardson
2020-04-11Switch to just using String instead of TextBrad Richardson
2020-04-11Enable default settings for executablesBrad Richardson
2020-04-11Read executable settings from fileBrad Richardson
2020-04-11add settings for executablesBrad Richardson
2020-04-11Merge pull request #51 from everythingfunctional/TwoStageSettingsBrad Richardson
Two stage settings
2020-03-31Add option for building in release modeBrad Richardson
2020-03-31Remove compiler flags from tomlBrad Richardson
2020-03-31Add default for library settingsBrad Richardson
2020-03-31Make library settings optionalBrad Richardson
2020-03-30Split settings into two stagesBrad Richardson
2020-03-30Merge pull request #48 from everythingfunctional/SimplifyExampleProjectBrad Richardson
Simplify example project
2020-03-30Read some additional options from the fpm.toml fileBrad Richardson
2020-03-28Switch to building one program at a time per definitions from fpm.tomlBrad Richardson
2020-03-25Simplify the example project to what the defaults should beBrad Richardson
2020-03-25Merge pull request #47 from everythingfunctional/ReadFpmTomlBrad Richardson
Read fpm toml
2020-03-24Put together simplest example of reading settings from fpm.tomlBrad Richardson
- determine compiler based on fpm.toml
2020-03-24Switch resolver and add tomland as dependencyBrad Richardson
2020-03-24Reformat HaskellBrad Richardson
2020-03-24Add an fpm.toml to example projectBrad Richardson
2020-03-24Create an example fpm.toml to start working fromBrad Richardson
2020-03-08Merge pull request #43 from everythingfunctional/bpr_AdditionalLibrariesBrad Richardson
Add place to specify other libraries when building library
2020-03-06Add place to specify other libraries when building libraryBrad Richardson
2020-03-03Merge pull request #41 from certik/callOndřej Čertík
Test calling GFortran from Haskell
2020-03-03Fix building executables on windowsBrad Richardson
2020-03-02Fix for windowsRichardson
2020-02-28Test example_projectOndřej Čertík
2020-02-28Add a lineOndřej Čertík
2020-02-28Use </>Ondřej Čertík
2020-02-28Compile using FortranOndřej Čertík
2020-02-28Add a Fortran test codeOndřej Čertík
2020-02-28Call someFunc from the testOndřej Čertík
2020-02-28Execute lsOndřej Čertík
2020-02-28Merge pull request #42 from everythingfunctional/bpr_add_build_systemOndřej Čertík
Bpr add build system
2020-02-28Enable capitalization of source filesBrad Richardson
2020-02-27Enable building executablesBrad Richardson
2020-02-27Enable building a libraryBrad Richardson