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
/
src
Age
Commit message (
Expand
)
Author
2020-05-31
Add dev-dependencies
Brad Richardson
2020-05-30
Run executables or tests synchronously
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-05-23
Add some explanatory comments to the dependency functions
Brad Richardson
2020-05-23
Avoid problems with circular dependencies
Brad Richardson
2020-05-23
Enable fetching and building dependencies properly
Brad Richardson
2020-05-19
Enable reading in dependencies
Brad Richardson
2020-05-09
Prefix library archive file names with lib
Brad Richardson
2020-05-04
Merge pull request #74 from everythingfunctional/AddCompilerToBuildPath
Milan Curcic
2020-05-04
Merge pull request #72 from everythingfunctional/RemoveCompilerOption
Milan Curcic
2020-05-03
Add compiler as part of build path
Brad Richardson
2020-05-03
Output a message if no executables or tests are found
Brad Richardson
2020-05-03
Remove compiler option from `fpm.toml`
Brad Richardson
2020-04-29
Canonicalize the executables so they will hopefully work on Windows
Brad Richardson
2020-04-29
Make running the executables work on Windows too
Brad Richardson
2020-04-29
Fix filtering out program source
Brad Richardson
2020-04-29
Enable running the tests without external calls
Brad Richardson
2020-04-29
Move test code out of src folder
Brad Richardson
2020-03-28
Switch to building one program at a time per definitions from fpm.toml
Brad Richardson
2020-03-24
Reformat Haskell
Brad Richardson
2020-03-08
Merge pull request #43 from everythingfunctional/bpr_AdditionalLibraries
Brad Richardson
2020-03-06
Add place to specify other libraries when building library
Brad Richardson
2020-03-03
Fix building executables on windows
Brad Richardson
2020-03-02
Fix for windows
Richardson
2020-02-28
Test example_project
Ondřej Čertík
2020-02-28
Use </>
Ondřej Čertík
2020-02-28
Compile using Fortran
Ondřej Čertík
2020-02-28
Execute ls
Ondřej Čertík
2020-02-28
Enable capitalization of source files
Brad Richardson
2020-02-27
Enable building executables
Brad Richardson
2020-02-27
Enable building a library
Brad Richardson
2020-02-25
Start with a new stack project
Brad Richardson
2020-02-25
Move old stuff to archive folder
Brad Richardson
2020-02-20
Simplify the code
Ondřej Čertík
2020-02-20
Reuse the FC env variable if present
Ondřej Čertík
2020-01-27
Use absolute path to p1
Ondřej Čertík
2020-01-27
Build in a target directory
Ondřej Čertík
2020-01-18
Implement --target-dir
Ondřej Čertík
2020-01-17
Parse fpm.toml
Ondřej Čertík
2020-01-14
Construct the correct cmake call on Windows
Ondřej Čertík
2020-01-14
Replace \ to / (needed for Windows)
Ondřej Čertík
2020-01-12
Use Vec<String>
Ondřej Čertík
2020-01-12
Simplify the Rust code
Ondřej Čertík
2020-01-12
Use a template
Ondřej Čertík
2020-01-12
Run CMake as part of "build", implement "run"
Ondřej Čertík
2020-01-11
List f90 in the current directory
Ondřej Čertík
2020-01-11
Parse command line arguments
Ondřej Čertík
2020-01-11
Initial commit
Ondřej Čertík