index
:
fpm
master
A friendly, barely modified fork of fortran-lang.org's package manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-07-31
Don't have fpm try to build itself
Brad Richardson
2020-07-30
Refactor to make it easier to start developing the command line aspects
Brad Richardson
2020-07-26
Merge pull request #150 from everythingfunctional/FixExitCodes
Brad Richardson
2020-07-25
Propogate exit codes from tests and executables
Brad Richardson
2020-07-24
Merge pull request #148 from milancurcic/fpm-command-placeholders
Ondřej Čertík
2020-07-24
error stop in not implemented command subroutines; add exit code to error stop
milancurcic
2020-07-24
drop uppercase USAGE and more descriptive tagline
milancurcic
2020-07-24
revert to erroring on unknown command to be more consistent with Cargo UI
milancurcic
2020-07-24
expand the help message with command list and description
milancurcic
2020-07-24
add placeholder commands and not-implemented notes
milancurcic
2020-07-24
use select case and trim cmdarg
milancurcic
2020-07-23
Merge pull request #147 from certik/ci
Ondřej Čertík
2020-07-22
Execute the newly built fpm
Ondřej Čertík
2020-07-22
Merge pull request #145 from certik/ls
Ondřej Čertík
2020-07-22
Try to get Windows working
Ondřej Čertík
2020-07-22
Get macOS working
Ondřej Čertík
2020-07-22
Add a check for directory
Ondřej Čertík
2020-07-22
Recover from `src/` not existing
Ondřej Čertík
2020-07-22
Add error stop
Ondřej Čertík
2020-07-22
Use more automatic building
Ondřej Čertík
2020-07-22
Use pkg_name
Ondřej Čertík
2020-07-22
Implement package_name()
Ondřej Čertík
2020-07-22
Compile all the files in the src/ directory
Ondřej Čertík
2020-07-22
Implement str_ends_with()
Ondřej Čertík
2020-07-22
Implement list_files()
Ondřej Čertík
2020-07-22
Merge pull request #142 from certik/os
Ondřej Čertík
2020-07-22
Use $HOMEPATH on Windows
Ondřej Čertík
2020-07-22
Only use the $HOME env variable for all OS types
Ondřej Čertík
2020-07-22
Name the function get_os_type()
Ondřej Čertík
2020-07-22
Print full OS name as a string
Ondřej Čertík
2020-07-22
Use uppercase for constants
Ondřej Čertík
2020-07-22
Rename fpm.F90 back to fpm.f90
Ondřej Čertík
2020-07-22
Polish the code, add comments
Ondřej Čertík
2020-07-22
Use $HOME to determine the OS type
Ondřej Čertík
2020-07-22
Rework the macros
Ondřej Čertík
2020-07-21
Use ()
Ondřej Čertík
2020-07-21
Use get_os()
Ondřej Čertík
2020-07-21
Rename fpm.f90 to fpm.F90
Ondřej Čertík
2020-07-21
Implement get_os()
Ondřej Čertík
2020-07-21
Merge pull request #140 from certik/ex
Ondřej Čertík
2020-07-21
CI: Execute the bat file without "call"
Ondřej Čertík
2020-07-21
Run hello_world
Ondřej Čertík
2020-07-21
CI: Use the correct condition on Windows
Ondřej Čertík
2020-07-21
Use \ on Windows
Ondřej Čertík
2020-07-21
Extract the CI tests into a Bash and Batch files
Ondřej Čertík
2020-07-21
Test hello_world at the CI
Ondřej Čertík
2020-07-21
Compile src/fpm.f90 only if it exists
Ondřej Čertík
2020-07-21
Merge pull request #139 from certik/min
Ondřej Čertík
2020-07-21
Test `fpm build`
Ondřej Čertík
2020-07-21
Implement initial `fpm build`
Ondřej Čertík
[next]