index
:
fpm
master
A friendly, barely modified fork of fortran-lang.org's package manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2021-11-29
Apply suggestion: move run to filesystem and use getline
Laurence Kedward
2021-10-10
Merge pull request #575 from awvwgk/build-dirs
Sebastian Ehlert
2021-09-27
Apply suggestions from code review
Sebastian Ehlert
2021-09-24
Fix dir not getting removed after testing fpm
Carl Burkert
2021-09-23
Enable multiple build output directories
Sebastian Ehlert
2021-07-18
remove warnings and fix truncated help text
John S. Urban
2021-07-09
remove # from tests
John S. Urban
2021-06-23
Merge pull request #500 from awvwgk/version-file
Laurence Kedward
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
2020-10-14
Better organize example packages and bootstrap tests
Brad Richardson
2020-09-29
Add: test package with auto-discovery disabled
LKedward
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
2020-09-19
Update: hello_complex example with sub directory
LKedward
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
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