Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-09 | remove # from tests | John S. Urban | |
2021-06-23 | Merge pull request #500 from awvwgk/version-file | Laurence Kedward | |
Allow reading version number from file | |||
2021-06-20 | Allow reading version number from file | Sebastian Ehlert | |
2021-06-18 | change test to match | John S. Urban | |
2021-06-08 | Add: more edge cases for module parsing tests. | Laurence Kedward | |
2021-06-05 | Cleanup test code | LKedward | |
2021-06-05 | Add: failing test for module stmt parsing | LKedward | |
2021-04-29 | Identify OpenBSD | Brian Callahan | |
2021-04-12 | Add: external-modules key to build table for non-fpm modules | LKedward | |
2021-03-31 | Phase out Haskell fpm (#420) | Sebastian Ehlert | |
- remove bootstrap directory from repository - remove stack-build from CI workflow - move Fortran fpm to project root - adjust install script and bootstrap instructions | |||
2020-10-14 | Better organize example packages and bootstrap tests | Brad Richardson | |
2020-09-29 | Add: test package with auto-discovery disabled | LKedward | |
Contains an app and a test that should be ignored by auto-discovery - this is checked in the CI scripts. | |||
2020-09-26 | Add: example package with program discovery | LKedward | |
2020-09-21 | Merge pull request #178 from LKedward/more_examples | Ondřej Čertík | |
Add more example packages | |||
2020-09-19 | Update: hello_complex example with sub directory | LKedward | |
To demonstrate and test recursive source file discovery. | |||
2020-09-19 | Add: example package with single source program and module | LKedward | |
2020-09-18 | Add: README for example packages | LKedward | |
2020-09-18 | Add: example package with submodules | LKedward | |
2020-09-18 | Add: example package with c code compilation | LKedward | |
2020-07-08 | Fix bug with case in program source file name. | Brad Richardson | |
2020-06-14 | Add support for Makefiles and generic build scripts | Brad Richardson | |
2020-06-02 | Add ability to specify which test or program to run and their args | Brad Richardson | |
2020-05-31 | Add dev-dependencies | Brad Richardson | |
2020-05-30 | Move example packages into test folder | Brad Richardson | |
2020-05-29 | Impelement test/executable specific dependencies | Brad Richardson | |
- with the possibility of them being "circular", meaning if one of them depends on the current library, it will still work | |||
2020-05-23 | Add path dependencies and a test to make sure it works | Brad Richardson | |
2020-04-29 | Remove the old example project | Brad Richardson | |
2020-04-29 | Create a complex project to test | Brad Richardson | |
2020-04-29 | Enable running the tests without external calls | Brad Richardson | |
2020-04-29 | Create simplest possible hello_world project | Brad Richardson | |
2020-04-29 | Simplify the tests | Brad Richardson | |
2020-04-29 | Move test code out of src folder | Brad Richardson | |
2020-02-28 | Test example_project | 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-25 | Start with a new stack project | Brad Richardson | |