aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-20Update: object names to include original extensionLaurence Kedward
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
2020-09-20Update: to match bootstrap fpm object file namingLKedward
Include relative path components in target object filenames to avoid collisions due to sources with the same name but in different directories.
2020-09-19Update: hello_complex example with sub directoryLKedward
To demonstrate and test recursive source file discovery.
2020-09-19Merge remote-tracking branch 'upstream/master' into recursive_discoveryLKedward
2020-09-19Add: parsing unit test for program with module caseLKedward
2020-09-19Add: example package with single source program and moduleLKedward
2020-09-19Update: module resolution to ignore same file dependencyLKedward
If a module dependency is satisfied in the same file, it is not added to file_dependencies. Use two-pass procedure to count the number of actual file_dependencies required for module resolution.
2020-09-19Update: parsing to allow program after moduleLKedward
If a program is found at the end of a source file, it will override any previous definition of unit_type to FPM_UNIT_PROGRAM.
2020-09-18Add: README for example packagesLKedward
2020-09-18Add: example package with submodulesLKedward
2020-09-18Update: source parsing tests for dd5bf1LKedward
2020-09-18Fix: add submodule name to modules_providedLKedward
2020-09-18Fix: remove leading spaces in string split routineLKedward
2020-09-18Add: example package with c code compilationLKedward
2020-09-16Don't exit after failing in a test suiteSebastian Ehlert
2020-09-15Merge pull request #175 from interkosmos/masterMilan Curcic
Updated formatting
2020-09-15Allow selective testing of single suites and testsSebastian Ehlert
2020-09-15Updated formatting.Philipp
2020-09-15Merge pull request #162 from interkosmos/masterMilan Curcic
Updated OS type identification
2020-09-15Merge pull request #163 from awvwgk/fetchMilan Curcic
Use different strategy to fetch git dependencies
2020-09-15Merge pull request #170 from LKedward/parsing-testsMilan Curcic
Source parsing tests
2020-09-15Merge pull request #171 from awvwgk/manifest-testingMilan Curcic
Increase test coverage of fpm manifest
2020-09-15Correct import from toml-f, remove unused variables from testsSebastian Ehlert
2020-09-15Removed colons.Philipp
2020-09-14Removed colons.Philipp
2020-09-14Bump to toml-f v0.2 releaseSebastian Ehlert
2020-09-13Minor fixes, bump toml-f commit, output style for testsuiteSebastian Ehlert
2020-09-12Increase test coverage of fpm manifestSebastian Ehlert
- should yield complete coverage for all reachable lines in manifest - adds description, keywords and categories to allowed keys in root - fixes revision -> rev in dependency table - fixes path not excluding tag, rev and branch entry - fixes grammar of error messages - bump commit to latest toml-f version
2020-09-12Update: file_parse_error with more context outputLKedward
Allows optional line number, line string value and line column output.
2020-09-12Added new OS type checks.Philipp
2020-09-12Update: CI with caching of stack files.LKedward
To speedup build of Haskell fpm.
2020-09-12Propagate source file errors up to fpm.f90LKedward
2020-09-12Add: unit tests for fpm_sources parsing routinesLKedward
2020-09-12Add: error handling to source parsingLKedward
2020-09-11Merge pull request #155 from LKedward/dependenciesBrad Richardson
[Fortran fpm] Internal dependencies & build backend
2020-09-11Isolate model definition from model constructionLKedward
2020-09-09Merge pull request #160 from awvwgk/guidelinesMilan Curcic
Add contributing guidelines
2020-09-08Update CONTRIBUTING.mdMilan Curcic
Co-authored-by: Ondřej Čertík <ondrej@certik.us>
2020-09-08Update CONTRIBUTING.mdMilan Curcic
Co-authored-by: Ondřej Čertík <ondrej@certik.us>
2020-09-08Update CONTRIBUTING.mdMilan Curcic
Co-authored-by: Ondřej Čertík <ondrej@certik.us>
2020-09-08Updates: for improved readabilityLKedward
Adds string_array_contains helper function for determining if array of string_t contains a particular string.
2020-09-08Fix: erroneous optional attributeLKedward
2020-09-08Update: fpm_sources with ieee intrinsic module namesLKedward
2020-09-07Update CONTRIBUTING.mdMilan Curcic
2020-09-07Update CONTRIBUTING.mdMilan Curcic
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
2020-09-07Update CONTRIBUTING.mdMilan Curcic
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
2020-09-07Update CONTRIBUTING.mdMilan Curcic
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
2020-09-07Fix: more trimming of split string output.LKedward
2020-09-07Add: recursive source file discoveryLKedward
Adds optional recurse option to list_files function
2020-09-07Fix: basename function with trimLKedward
Output of split (M_strings) needs trimming.