aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-02-25Add explicit importBrad Richardson
2020-02-25Merge pull request #40 from everythingfunctional/masterBrad Richardson
Switch to using Haskell
2020-02-25Add bare minimum of command line parsingBrad Richardson
2020-02-25CI: use PowerShell to download StackOndřej Čertík
2020-02-25CI: Use "||" instead of "or"Ondřej Čertík
2020-02-25CI: Install Haskell on Windows manuallyOndřej Čertík
2020-02-25Update README with Haskell instructionsOndřej Čertík
2020-02-25CI: Install Haskell instead of RustBrad Richardson
2020-02-25Start with a new stack projectBrad Richardson
2020-02-25Move old stuff to archive folderBrad Richardson
2020-02-20Merge pull request #37 from certik/ciOndřej Čertík
CI: Do not install GFortran (already present)
2020-02-20CI: Do not install GFortran (already present)Ondřej Čertík
2020-02-20Simplify the codeOndřej Čertík
2020-02-20Reuse the FC env variable if presentOndřej Čertík
2020-01-27Merge pull request #26 from certik/targetOndřej Čertík
Build in a target directory
2020-01-27Use absolute path to p1Ondřej Čertík
2020-01-27Test "fpm run" in the same directory as fpm buildOndřej Čertík
2020-01-27Build in a target directoryOndřej Čertík
2020-01-27Merge pull request #30 from certik/cleanupOndřej Čertík
Cleanup the test program
2020-01-27Cleanup the test programOndřej Čertík
2020-01-27Merge pull request #29 from certik/sigkill_fixOndřej Čertík
Use Command::new() instead of Command::cargo_new()
2020-01-27Implement fpm_bin() with absolute pathOndřej Čertík
2020-01-27Remove the workaround for #16Ondřej Čertík
2020-01-27Use Command::new() instead of Command::cargo_new()Ondřej Čertík
This seems to actually fix the issue #16 as documented at: https://users.rust-lang.org/t/github-actions-randomly-kill-a-test-program/37255/6
2020-01-25Merge pull request #28 from certik/cargoOndřej Čertík
Add Cargo.lock
2020-01-25Add Cargo.lockOndřej Čertík
This is the recommended approach for an application.
2020-01-25Merge pull request #27 from certik/cmakeOndřej Čertík
Install cmake using a binary
2020-01-25Install cmake using a binaryOndřej Čertík
2020-01-25Do not install PythonOndřej Čertík