aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-13Update install.shDamian Rouson
Co-authored-by: Brad Richardson <everythingfunctional@protonmail.com>
2020-10-13add skeletal installerDamian Rouson
2020-10-13WIP: start installation scriptDamian Rouson
2020-10-03Merge pull request #189 from urbanjost/NEWMilan Curcic
Pull request for NEW
2020-10-02Merge branch 'master' into NEWurbanjost
2020-10-02Merge pull request #190 from LKedward/auto-discoveryMilan Curcic
Auto discovery of executables
2020-10-02repair fpm_test/main.f90init current directory[i]
2020-10-01remove docinit current directory[i]
2020-10-01errata for NEW PRinit current directory[i]
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-30Update fpm/src/fpm_filesystem.f90Laurence Kedward
Co-authored-by: Milan Curcic <caomaco@gmail.com>
2020-09-29Merge remote-tracking branch 'upstream/master' into auto-discoveryLKedward
2020-09-29Implement version string comparison (#186)Sebastian Ehlert
- allow semantic version matching
2020-09-29Update: package%build_config not allocatableLKedward
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-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