Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-24 | Reformat Haskell | Brad Richardson | |
2020-03-24 | Add an fpm.toml to example project | Brad Richardson | |
2020-03-24 | Create an example fpm.toml to start working from | Brad Richardson | |
2020-03-08 | Merge pull request #43 from everythingfunctional/bpr_AdditionalLibraries | Brad Richardson | |
Add place to specify other libraries when building library | |||
2020-03-06 | Add place to specify other libraries when building library | Brad Richardson | |
2020-03-03 | Merge pull request #41 from certik/call | Ondřej Čertík | |
Test calling GFortran from Haskell | |||
2020-03-03 | Fix building executables on windows | Brad Richardson | |
2020-03-02 | Fix for windows | Richardson | |
2020-02-28 | Test example_project | Ondřej Čertík | |
2020-02-28 | Add a line | Ondřej Čertík | |
2020-02-28 | Use </> | Ondřej Čertík | |
2020-02-28 | Compile using Fortran | Ondřej Čertík | |
2020-02-28 | Add a Fortran test code | Ondřej Čertík | |
2020-02-28 | Call someFunc from the test | Ondřej Čertík | |
2020-02-28 | Execute ls | Ondřej Čertík | |
2020-02-28 | Merge pull request #42 from everythingfunctional/bpr_add_build_system | Ondřej Čertík | |
Bpr add build system | |||
2020-02-28 | Enable capitalization of source files | Brad Richardson | |
2020-02-27 | Enable building executables | Brad Richardson | |
2020-02-27 | Enable building a library | Brad Richardson | |
2020-02-25 | Add explicit import | Brad Richardson | |
2020-02-25 | Merge pull request #40 from everythingfunctional/master | Brad Richardson | |
Switch to using Haskell | |||
2020-02-25 | Add bare minimum of command line parsing | Brad Richardson | |
2020-02-25 | CI: use PowerShell to download Stack | Ondřej Čertík | |
2020-02-25 | CI: Use "||" instead of "or" | Ondřej Čertík | |
2020-02-25 | CI: Install Haskell on Windows manually | Ondřej Čertík | |
2020-02-25 | Update README with Haskell instructions | Ondřej Čertík | |
2020-02-25 | CI: Install Haskell instead of Rust | Brad Richardson | |
2020-02-25 | Start with a new stack project | Brad Richardson | |
2020-02-25 | Move old stuff to archive folder | Brad Richardson | |
2020-02-20 | Merge pull request #37 from certik/ci | Ondřej Čertík | |
CI: Do not install GFortran (already present) | |||
2020-02-20 | CI: Do not install GFortran (already present) | Ondřej Čertík | |
2020-02-20 | Simplify the code | Ondřej Čertík | |
2020-02-20 | Reuse the FC env variable if present | Ondřej Čertík | |
2020-01-27 | Merge pull request #26 from certik/target | Ondřej Čertík | |
Build in a target directory | |||
2020-01-27 | Use absolute path to p1 | Ondřej Čertík | |
2020-01-27 | Test "fpm run" in the same directory as fpm build | Ondřej Čertík | |
2020-01-27 | Build in a target directory | Ondřej Čertík | |
2020-01-27 | Merge pull request #30 from certik/cleanup | Ondřej Čertík | |
Cleanup the test program | |||
2020-01-27 | Cleanup the test program | Ondřej Čertík | |
2020-01-27 | Merge pull request #29 from certik/sigkill_fix | Ondřej Čertík | |
Use Command::new() instead of Command::cargo_new() | |||
2020-01-27 | Implement fpm_bin() with absolute path | Ondřej Čertík | |
2020-01-27 | Remove the workaround for #16 | Ondřej Čertík | |
2020-01-27 | Use 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-25 | Merge pull request #28 from certik/cargo | Ondřej Čertík | |
Add Cargo.lock | |||
2020-01-25 | Add Cargo.lock | Ondřej Čertík | |
This is the recommended approach for an application. | |||
2020-01-25 | Merge pull request #27 from certik/cmake | Ondřej Čertík | |
Install cmake using a binary | |||
2020-01-25 | Install cmake using a binary | Ondřej Čertík | |
2020-01-25 | Do not install Python | Ondřej Čertík | |
2020-01-25 | Install cmake using apt-get | Ondřej Čertík | |
2020-01-18 | Merge pull request #23 from certik/target_dir | Ondřej Čertík | |
Implement --target-dir |