index
:
opendeco.git
develop
main
Buhlmann ZH-L16 with Gradient Factors
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
opendeco.c
Age
Commit message (
Expand
)
Author
2023-01-28
Track depth, runtime, and gas in decostate_t
Tim Segers
2023-01-07
Return errno.h error codes instead of -1 on fail
Tim Segers
2023-01-07
Restructure main()
Tim Segers
2023-01-07
Print RMV and add units to EAD, NDL, and TTS output
Tim Segers
2023-01-07
Improve gas input validation
Tim Segers
2023-01-07
Add support for imperial units
Tim Segers
2023-01-02
Add support for toml-based config file
Tim Segers
2022-12-23
Extract CLI handling into separate file
Tim Segers
2022-12-22
Make cli options under deco category all uppercase
Tim Segers
2022-12-21
Add option to show travel segments
Tim Segers
2022-10-22
Remove const qualifier from non-pointer parameters
Tim Segers
2022-10-21
Make void explicit in print_gas_use declaration
Tim Segers
2022-10-21
Change waypoint callback from function-only to function+arg combination
Tim Segers
2022-10-20
Add dirty hack to print gas usage
Tim Segers
2022-10-16
Random formatting
Tim Segers
2022-10-14
Reject invalid number for surface air pressure
Tim Segers
2022-10-14
Add requirement that GF Low not be greater than GF High
Tim Segers
2022-10-12
Add option to perform last deco stop at 6m instead of 3m
Tim Segers
2022-10-11
Fix uninitialized decostate_t value and free gas list explicitly
Tim Segers
2022-10-11
Add section headers to --help output
v0.3
Tim Segers
2022-10-11
Make various constants configurable
Tim Segers
2022-10-10
Move sources into src
Tim Segers