Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-10 | Respect user provided main-files (#646) | Sebastian Ehlert | |
- add example package for C-main | |||
2021-06-23 | Add meaningful error message to example package | Sebastian Ehlert | |
Co-authored-by: Milan Curcic <caomaco@gmail.com> | |||
2021-06-20 | Allow reading version number from file | Sebastian Ehlert | |
2021-03-22 | Merge branch 'master' into include-dir | Laurence Kedward | |
2021-03-17 | Minor fix: for setting executable link libraries. | LKedward | |
Executable link libraries were not working when auto discovery was on. | |||
2021-03-07 | Add: example packages for include directories | LKedward | |
2020-12-16 | Revert unnecessary changes for PR | LKedward | |
2020-12-16 | Fix: collision between app and example executables of the same name | LKedward | |
Use a separate example subdirectory in 'build' to store example executables. | |||
2020-12-15 | Update: with_example demo to test for object collision | LKedward | |
2020-12-10 | Implement example executables also for Haskell fpm | Sebastian Ehlert | |
2020-12-10 | Implement example applications in Fortran fpm | Sebastian Ehlert | |
2020-12-03 | Update example package for indirect module use | LKedward | |
Update hello_complex_2 example package to add a non-library module that is indirectly used by an app in the same directory. | |||
2020-11-13 | Allow external link dependencies with scope limited to targets | Sebastian Ehlert | |
- move reader for string list to toml-f proxy - allow link entry in executable and test tables - bump toml-f version to v0.2.1 - add example package linking a single executable against gomp | |||
2020-11-13 | Add package with external dependency | Sebastian Ehlert | |
- BLAS is installed on the OSX and Linux image, but not on Windows | |||
2020-10-28 | Fix Linux/MacOS CI script | Brad Richardson | |
2020-10-22 | Add .gitignore file in submodules example package | Brad Richardson | |
2020-10-22 | Merge branch 'master' into bootstrap_submodule_support | Brad Richardson | |
2020-10-14 | Better organize example packages and bootstrap tests | Brad Richardson | |