aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-01consistent indentinginit current directory[i]
2020-10-01replace cli_test testinit current directory[i]
2020-10-01change quoting of -- ARGS values for more platform independence and change ↵init current directory[i]
test accordingly
2020-10-01basic new,test,run added to build subcommandsinit current directory[i]
2020-10-01build on proposed CLI interface to make a "new" and "run" subcommand for ↵init current directory[i]
discussion
2020-10-01try one more like previous build to clear errorinit current directory[i]
2020-10-01remove dash from executable name to see if it clears MSWindows build errorinit current directory[i]
2020-10-01basic RUN subcommandinit current directory[i]
2020-10-01remove --usage references from help textinit current directory[i]
2020-10-01fix fpm.toml version referenceinit current directory[i]
2020-10-01add test program for CLIinit current directory[i]
2020-10-01sort out branchesinit current directory[i]
2020-09-29Implement version string comparison (#186)Sebastian Ehlert
- allow semantic version matching
2020-09-27Merge pull request #182 from urbanjost/CLIBrad Richardson
CLI interface to further development of subcommands
2020-09-27Fix test build issue hapenning on WindowsBrad Richardson
2020-09-25RESTORE FROM BACKUPinit current directory[i]
2020-09-25RESTOREinit current directory[i]
2020-09-25CLI interface to further development of subcommandsinit current directory[i]
pass settings extended help for each subcommand change commit= to ver= in fpm.toml ver= does not work either no specific version as ver= does not work for M_CLI2 add test program for CLI fix fpm.toml version reference remove --usage references from help text comment and clarify CLI unit test basic RUN subcommand restore fpm_command_line.f90 changes remove non-zero STOP for no parameters for testing spelling error in help use basename to make sure name is a simple name remove dash from executable name to see if it clears MSWindows build error try one more like previous build to clear error one more time like previous version to see if build error clears on MSWindows debug run to see PC variables make quoting of -- ARGS values less platform dependent and change test accordingly change .gitignore
2020-09-21Merge pull request #185 from LKedward/fix-stack-ciOndřej Čertík
Update: CI workflow
2020-09-21Fix CI with su in ubuntuLaurence Kedward
2020-09-21Use pre-installed haskell stackLaurence Kedward
Copy fpm to /usr/local/bin on ubuntu
2020-09-21Update: CI workflow with new stack urlsLKedward
Download stack from github releases page.
2020-09-21Merge pull request #178 from LKedward/more_examplesOndřej Čertík
Add more example packages
2020-09-21Merge pull request #174 from LKedward/ci-cachingOndřej Čertík
Cache Haskell stack build in CI
2020-09-20Merge pull request #180 from LKedward/recursive_discoveryMilan Curcic
Recursive source discovery
2020-09-20Merge pull request #177 from awvwgk/selective-testingMilan Curcic
Allow selective testing of single suites and tests
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