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
/
fpm
/
src
/
fpm_sources.f90
Age
Commit message (
Expand
)
Author
2021-03-31
Phase out Haskell fpm (#420)
Sebastian Ehlert
2021-03-17
Minor fix: for setting executable link libraries.
LKedward
2020-12-10
Add: support for detecting .f files
LKedward
2020-12-07
Document fpm_sources
LKedward
2020-12-07
Refactor: separate source parsing routines from source discovery
LKedward
2020-11-25
Merge branch 'master' into incremental2
Laurence Kedward
2020-11-21
Update: source processing with file hashes
LKedward
2020-11-21
Refactoring of manifest types
Sebastian Ehlert
2020-11-13
Allow external link dependencies with scope limited to targets
Sebastian Ehlert
2020-11-08
Minor fix: no recursive source search for [[executable]] entries
LKedward
2020-11-01
Manually revert 436573b to simplify PR
LKedward
2020-11-01
Intermediate: separate out build targets from sources
LKedward
2020-10-31
Refactor fpm_sources: separate out parsing routines
LKedward
2020-10-03
Fix: include statement parsing
LKedward
2020-10-03
Fix: duplication of app modules
LKedward
2020-09-29
Add: source-level flag to enable/disable auto-discovery
LKedward
2020-09-29
Fix: matching of program sources with fpm executables
LKedward
2020-09-26
Add: error handling to module dependency resolution
LKedward
2020-09-26
Fix: allow app modules to use modules in same folder
LKedward
2020-09-26
Add: auto discovery of executables
LKedward
2020-09-21
Merge pull request #178 from LKedward/more_examples
Ondřej Čertík
2020-09-19
Merge remote-tracking branch 'upstream/master' into recursive_discovery
LKedward
2020-09-19
Update: module resolution to ignore same file dependency
LKedward
2020-09-19
Update: parsing to allow program after module
LKedward
2020-09-18
Fix: add submodule name to modules_provided
LKedward
2020-09-18
Fix: remove leading spaces in string split routine
LKedward
2020-09-12
Update: file_parse_error with more context output
LKedward
2020-09-12
Propagate source file errors up to fpm.f90
LKedward
2020-09-12
Add: error handling to source parsing
LKedward
2020-09-11
Isolate model definition from model construction
LKedward
2020-09-08
Updates: for improved readability
LKedward
2020-09-08
Fix: erroneous optional attribute
LKedward
2020-09-08
Update: fpm_sources with ieee intrinsic module names
LKedward
2020-09-07
Fix: more trimming of split string output.
LKedward
2020-09-07
Add: recursive source file discovery
LKedward
2020-09-07
Add: join_path for output paths
LKedward
2020-09-07
Refactor: add basename filesystem fcn
LKedward
2020-09-05
Use manifest data for library and executables
LKedward
2020-09-03
explicit imports throughout; reorder imports alphabetically; explicitly decla...
Milan Curcic
2020-09-02
Add basic fields to model structure.
LKedward
2020-09-02
Fix: for multilevel submodules
LKedward
2020-09-01
Add: stubs for model and manifest structures
LKedward
2020-09-01
Update: for extracting modules
LKedward
2020-08-28
Add: fpm_ prefix to all module names.
Laurence Kedward