aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-29Let toml-f make [build] table while querying the data structure Laurence Kedward
No need for separate default initializer for build table. Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
2020-09-29Add: test package with auto-discovery disabledLKedward
Contains an app and a test that should be ignored by auto-discovery - this is checked in the CI scripts.
2020-09-29Add: tests for new [build] table in manifestLKedward
2020-09-29Add: [build] table to manifest with flags for auto-discoveryLKedward
2020-09-29Add: source-level flag to enable/disable auto-discoveryLKedward
2020-09-29Fix: matching of program sources with fpm executablesLKedward
Add test on path of program source with source-dir of [[executable]] entry. For case of two executables with same name in different directories, both with overrides in fpm.toml
2020-09-29Add: path canonicalizer for path comparisonLKedward
Returns canonical path form with redundant artifacts.
2020-09-28Retain source file structure in object filesLKedward
2020-09-28Minor fix: to local dependency relative pathLKedward
Local dependency paths are relative to the dependent package not the building package.
2020-09-28Add: circular_example demo to fpm CI scriptsLKedward
Now supported with local dev-dependencies
2020-09-28Add: support for local dev-depenenciesLKedward
Currently always built.
2020-09-28Enable fpm CI tests for local path dependency demosLKedward
2020-09-28Update: to enable local path dependenciesLKedward
Adds recursive source discovery for local path dependencies
2020-09-28Merge remote-tracking branch 'upstream/master' into auto-discoveryLKedward
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-26Add: test suite for module dependency resolution logicLKedward
2020-09-26Add: error handling to module dependency resolutionLKedward
to allow testing.
2020-09-26Fix: allow app modules to use modules in same folderLKedward
2020-09-26Add: example package with program discoveryLKedward
2020-09-26Add: auto discovery of executablesLKedward
Adds scoping to restrict allowed module use by programs.
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