Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-21 | Split unit conversion functions out from deco.cdevelop | ||
2023-01-07 | Refactor scan_gas | ||
2023-01-07 | Return errno.h error codes instead of -1 on fail | ||
2023-01-07 | Print RMV and add units to EAD, NDL, and TTS output | ||
2023-01-07 | Improve gas input validation | ||
2023-01-07 | Add support for imperial units | ||
Implements: https://todo.sr.ht/~tsegers/opendeco/1 | |||
2022-10-22 | Remove const qualifier from non-pointer parameters | ||
2022-10-13 | Make void explicit in print_planhead declaration | ||
2022-10-11 | Make various constants configurable | ||
- SURFACE_PRESSURE* - SWITCH_INTERMEDIATE* - P_WV - PO2_MAX - END_MAX - ALGO_VER * can now also be set from the CLI | |||
2022-10-10 | Move sources into src | ||