Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-14 | Bump to toml-f v0.2 release | Sebastian Ehlert | |
2020-09-13 | Minor fixes, bump toml-f commit, output style for testsuite | Sebastian Ehlert | |
2020-09-12 | Increase test coverage of fpm manifest | Sebastian 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-12 | Update: file_parse_error with more context output | LKedward | |
Allows optional line number, line string value and line column output. | |||
2020-09-12 | Added new OS type checks. | Philipp | |
2020-09-12 | Update: CI with caching of stack files. | LKedward | |
To speedup build of Haskell fpm. | |||
2020-09-12 | Propagate source file errors up to fpm.f90 | LKedward | |
2020-09-12 | Add: unit tests for fpm_sources parsing routines | LKedward | |
2020-09-12 | Add: error handling to source parsing | LKedward | |
2020-09-11 | Merge pull request #155 from LKedward/dependencies | Brad Richardson | |
[Fortran fpm] Internal dependencies & build backend | |||
2020-09-11 | Isolate model definition from model construction | LKedward | |
2020-09-09 | Merge pull request #160 from awvwgk/guidelines | Milan Curcic | |
Add contributing guidelines | |||
2020-09-08 | Update CONTRIBUTING.md | Milan Curcic | |
Co-authored-by: Ondřej Čertík <ondrej@certik.us> | |||
2020-09-08 | Update CONTRIBUTING.md | Milan Curcic | |
Co-authored-by: Ondřej Čertík <ondrej@certik.us> | |||
2020-09-08 | Update CONTRIBUTING.md | Milan Curcic | |
Co-authored-by: Ondřej Čertík <ondrej@certik.us> | |||
2020-09-08 | Updates: for improved readability | LKedward | |
Adds string_array_contains helper function for determining if array of string_t contains a particular string. | |||
2020-09-08 | Fix: erroneous optional attribute | LKedward | |
2020-09-08 | Update: fpm_sources with ieee intrinsic module names | LKedward | |
2020-09-07 | Update CONTRIBUTING.md | Milan Curcic | |
2020-09-07 | Update CONTRIBUTING.md | Milan Curcic | |
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk> | |||
2020-09-07 | Update CONTRIBUTING.md | Milan Curcic | |
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk> | |||
2020-09-07 | Update CONTRIBUTING.md | Milan Curcic | |
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk> | |||
2020-09-07 | Fix: more trimming of split string output. | LKedward | |
2020-09-07 | Add: recursive source file discovery | LKedward | |
Adds optional recurse option to list_files function | |||
2020-09-07 | Fix: basename function with trim | LKedward | |
Output of split (M_strings) needs trimming. | |||
2020-09-07 | Fix: allocation for default library. | LKedward | |
2020-09-07 | Merge remote-tracking branch 'upstream/master' into dependencies | LKedward | |
2020-09-07 | Update: test scripts for fortran fpm | LKedward | |
Fortran fpm can now build 'hello_complex' example | |||
2020-09-07 | Fix: for windows paths | LKedward | |
Adds windows_path filesystem function to convert to windows compatible paths | |||
2020-09-07 | Add: join_path for output paths | LKedward | |
Output objects now placed in same file layout as boostrap fpm | |||
2020-09-07 | Refactor: add basename filesystem fcn | LKedward | |
Function to extract filename from path with or without suffix. | |||
2020-09-05 | Use different strategy to fetch git dependencies | Sebastian Ehlert | |
- use init -> fetch -> checkout -qf instead of current clone [-> checkout] strategy | |||
2020-09-05 | add developer certification | Milan Curcic | |
2020-09-05 | Updated OS type identification. | Philipp | |
2020-09-05 | minor grammar and style fix | Milan Curcic | |
2020-09-05 | add a note and link to the contributing guide | Milan Curcic | |
2020-09-05 | add workflow and edit text throughout | Milan Curcic | |
2020-09-05 | Merge pull request #157 from awvwgk/fortran-impl | Milan Curcic | |
Implement reading of fpm.toml | |||
2020-09-05 | Merge remote-tracking branch 'awvwgk/fortran-impl' into dependencies-merge | LKedward | |
2020-09-05 | Use manifest data for library and executables | LKedward | |
Locations | |||
2020-09-05 | Remove leftover debug code | Sebastian Ehlert | |
2020-09-05 | Merge remote-tracking branch 'awvwgk/fortran-impl' into dependencies-merge | LKedward | |
2020-09-05 | Pin commit of toml-f | Sebastian Ehlert | |
2020-09-04 | Increase testing coverage | Sebastian Ehlert | |
- fix unallocated access to error_t in file_not_found generator - account for fact that key-list will be allocated with size 0 for empty key-tables - test response of constructor on empty TOML tables | |||
2020-09-04 | Catch some previously unbound errors | Sebastian Ehlert | |
2020-09-03 | Remove DCO and signed commit requirement from guidelines | Sebastian Ehlert | |
2020-09-03 | explicit imports throughout; reorder imports alphabetically; explicitly ↵ | Milan Curcic | |
declare public names | |||
2020-09-03 | Add contributing guidelines | Sebastian Ehlert | |
- adds a draft for contributing guidelines for fpm | |||
2020-09-03 | Rename config to manifest | Sebastian Ehlert | |
2020-09-03 | Add unit tests for fpm-fortran | Sebastian Ehlert | |