aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-05-23Enable fetching and building dependencies properlyBrad Richardson
2020-05-19Enable reading in dependenciesBrad Richardson
2020-05-09Prefix library archive file names with libBrad Richardson
2020-05-04Merge pull request #74 from everythingfunctional/AddCompilerToBuildPathMilan Curcic
Add compiler to build path
2020-05-04Merge pull request #72 from everythingfunctional/RemoveCompilerOptionMilan Curcic
Remove compiler option from `fpm.toml`
2020-05-03Add compiler as part of build pathBrad Richardson
2020-05-03Output a message if no executables or tests are foundBrad Richardson
2020-05-03Remove compiler option from `fpm.toml`Brad Richardson
2020-04-29Canonicalize the executables so they will hopefully work on WindowsBrad Richardson
2020-04-29Make running the executables work on Windows tooBrad Richardson
2020-04-29Fix filtering out program sourceBrad Richardson
2020-04-29Enable running the tests without external callsBrad Richardson
2020-04-29Move test code out of src folderBrad Richardson
2020-03-28Switch to building one program at a time per definitions from fpm.tomlBrad Richardson
2020-03-24Reformat HaskellBrad 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-03Fix building executables on windowsBrad Richardson
2020-03-02Fix for windowsRichardson
2020-02-28Test example_projectOndřej Čertík
2020-02-28Use </>Ondřej Čertík
2020-02-28Compile using FortranOndřej Čertík
2020-02-28Execute lsOndřej Čertík
2020-02-28Enable capitalization of source filesBrad Richardson
2020-02-27Enable building executablesBrad Richardson
2020-02-27Enable building a libraryBrad Richardson
2020-02-25Start with a new stack projectBrad Richardson
2020-02-25Move old stuff to archive folderBrad Richardson
2020-02-20Simplify the codeOndřej Čertík
2020-02-20Reuse the FC env variable if presentOndřej Čertík
2020-01-27Use absolute path to p1Ondřej Čertík
2020-01-27Build in a target directoryOndřej Čertík
2020-01-18Implement --target-dirOndřej Čertík
2020-01-17Parse fpm.tomlOndřej Čertík
2020-01-14Construct the correct cmake call on WindowsOndřej Čertík
2020-01-14Replace \ to / (needed for Windows)Ondřej Čertík
2020-01-12Use Vec<String>Ondřej Čertík
2020-01-12Simplify the Rust codeOndřej Čertík
2020-01-12Use a templateOndřej Čertík
2020-01-12Run CMake as part of "build", implement "run"Ondřej Čertík
2020-01-11List f90 in the current directoryOndřej Čertík
2020-01-11Parse command line argumentsOndřej Čertík
2020-01-11Initial commitOndřej Čertík