aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-07Fix: allocation for default library.LKedward
2020-09-07Merge remote-tracking branch 'upstream/master' into dependenciesLKedward
2020-09-07Update: test scripts for fortran fpmLKedward
2020-09-07Fix: for windows pathsLKedward
2020-09-07Add: join_path for output pathsLKedward
2020-09-07Refactor: add basename filesystem fcn LKedward
2020-09-05Merge pull request #157 from awvwgk/fortran-implMilan Curcic
2020-09-05Merge remote-tracking branch 'awvwgk/fortran-impl' into dependencies-mergeLKedward
2020-09-05Use manifest data for library and executablesLKedward
2020-09-05Remove leftover debug codeSebastian Ehlert
2020-09-05Merge remote-tracking branch 'awvwgk/fortran-impl' into dependencies-mergeLKedward
2020-09-05Pin commit of toml-fSebastian Ehlert
2020-09-04Increase testing coverageSebastian Ehlert
2020-09-04Catch some previously unbound errorsSebastian Ehlert
2020-09-03explicit imports throughout; reorder imports alphabetically; explicitly decla...Milan Curcic
2020-09-03Rename config to manifestSebastian Ehlert
2020-09-03Add unit tests for fpm-fortranSebastian Ehlert
2020-09-02Implement interface to TOML-Fortran and reading of fpm.tomlSebastian Ehlert
2020-09-02Update: fortran fpm test script.LKedward
2020-09-02Fix: EOL to unix LFLKedward
2020-09-02Add basic fields to model structure.LKedward
2020-09-02Fix: for multilevel submodulesLKedward
2020-09-01Add: stubs for model and manifest structuresLKedward
2020-09-01Update: for extracting modulesLKedward
2020-08-28Add: fpm_ prefix to all module names.Laurence Kedward
2020-08-26Minor fix: add dependency pointer guard.LKedward
2020-08-26Add: initial support for c sources.LKedward
2020-08-26Add: initial fpm build backend.LKedward
2020-08-26Minor fix: to count_rows in filesystem mod.LKedward
2020-08-26Add: Sourcefiles module for processing sources.LKedward
2020-08-26Minor fix: to read_lines subroutine.LKedward
2020-08-26Use temporary file for directory listing output.LKedward
2020-08-26Restructure: move some routines out of fpm module.LKedward
2020-07-31Merge pull request #151 from everythingfunctional/refactor_for_command_lineOndřej Čertík
2020-07-31Fix the CI scriptsBrad Richardson
2020-07-31Don't have fpm try to build itselfBrad Richardson
2020-07-30Refactor to make it easier to start developing the command line aspectsBrad Richardson
2020-07-26Merge pull request #150 from everythingfunctional/FixExitCodesBrad Richardson
2020-07-25Propogate exit codes from tests and executablesBrad Richardson
2020-07-24Merge pull request #148 from milancurcic/fpm-command-placeholdersOndřej Čertík
2020-07-24error stop in not implemented command subroutines; add exit code to error stopmilancurcic
2020-07-24drop uppercase USAGE and more descriptive taglinemilancurcic
2020-07-24revert to erroring on unknown command to be more consistent with Cargo UImilancurcic
2020-07-24expand the help message with command list and descriptionmilancurcic
2020-07-24add placeholder commands and not-implemented notesmilancurcic
2020-07-24use select case and trim cmdargmilancurcic
2020-07-23Merge pull request #147 from certik/ciOndřej Čertík
2020-07-22Execute the newly built fpmOndřej Čertík
2020-07-22Merge pull request #145 from certik/lsOndřej Čertík
2020-07-22Try to get Windows workingOndřej Čertík