aboutsummaryrefslogtreecommitdiff
path: root/example_packages
AgeCommit message (Collapse)Author
2020-12-16Revert unnecessary changes for PRLKedward
2020-12-16Fix: collision between app and example executables of the same nameLKedward
Use a separate example subdirectory in 'build' to store example executables.
2020-12-15Update: with_example demo to test for object collisionLKedward
2020-12-10Implement example executables also for Haskell fpmSebastian Ehlert
2020-12-10Implement example applications in Fortran fpmSebastian Ehlert
2020-12-03Update example package for indirect module useLKedward
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-13Allow external link dependencies with scope limited to targetsSebastian 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-13Add package with external dependencySebastian Ehlert
- BLAS is installed on the OSX and Linux image, but not on Windows
2020-10-28Fix Linux/MacOS CI scriptBrad Richardson
2020-10-22Add .gitignore file in submodules example packageBrad Richardson
2020-10-22Merge branch 'master' into bootstrap_submodule_supportBrad Richardson
2020-10-14Better organize example packages and bootstrap testsBrad Richardson