aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-21Put print statement in for debugging WindowsBrad Richardson
2020-10-21Make module subprogram declaration detection more explicit/restrictedBrad Richardson
2020-10-20Utilize new model for build processBrad Richardson
2020-10-20Add tests for submodule's compile time infoBrad Richardson
2020-10-20Split submodule name into two componentsBrad Richardson
2020-10-20Add tests for module's compile time infoBrad Richardson
2020-10-20Add test for program's direct dependenciesBrad Richardson
2020-10-20Add test that program produces no other filesBrad Richardson
2020-10-20Add test for object file of program's compile time infoBrad Richardson
2020-10-20Add test for source file name of program's compile time infoBrad Richardson
2020-10-19Add test for a submodule's nameBrad Richardson
2020-10-19Add test for modules a submodule usesBrad Richardson
2020-10-19Add test for submodule object file nameBrad Richardson
2020-10-15Add test for submodule source file nameBrad Richardson
2020-10-15Add constructor for Submodule SourceBrad Richardson
2020-10-15Add test for whether a module produces a .smod fileBrad Richardson
2020-10-15Add test for a module's nameBrad Richardson
2020-10-15Add test for modules a module usesBrad Richardson
2020-10-15Add test for module object file nameBrad Richardson
2020-10-15Add test for module source file nameBrad Richardson
2020-10-15Add constructor for Module SourceBrad Richardson
2020-10-14Add check for program declaration before constructing Program SourceBrad Richardson
2020-10-14Refactor parsing process a bitBrad Richardson
2020-10-14Rename first set of unit testsBrad Richardson
2020-10-14Try newer version of hedge that hopefully builds on WindowsBrad Richardson
2020-10-14Revert "Try not running the new unit tests on Windows"Brad Richardson
This reverts commit 89cf561d505a770b6ca9cd2a28c285fbaab2eeb4.
2020-10-14Try not running the new unit tests on WindowsBrad Richardson
2020-10-14Try newer version of dependency to see if it builds on WindowsBrad Richardson
2020-10-14Add test for modules a program usesBrad Richardson
2020-10-14Clean up unit tests a bitBrad Richardson
2020-10-14Fix CI scripts (for real this time)Brad Richardson
2020-10-14Add test for program object file nameBrad Richardson
2020-10-14Add test for Program source file nameBrad Richardson
2020-10-14Finish first unit testBrad Richardson
2020-10-14Fix CI after moving example packagesBrad Richardson
2020-10-14stub out a unit testBrad Richardson
2020-10-14Better organize example packages and bootstrap testsBrad Richardson
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]