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
Age
Commit message (
Expand
)
Author
2023-08-21
Split unit conversion functions out from deco.c
develop
Tim Segers
2023-08-21
Split gas functions out from deco.c
Tim Segers
2023-08-21
Remove END limit from MOD calculation
Tim Segers
2023-08-21
Add xxd to build dependecies
Tim Segers
2023-08-21
Move LAST_STOP_AT_SIX variable from deco.c to schedule.c
Tim Segers
2023-07-09
Change count+malloc to realloc in parse_gasses
Tim Segers
2023-07-09
Tweak first stop calculation procedure
Tim Segers
2023-07-09
Output ascent segments until deco starts proper even without SHOW_TRAVEL
Tim Segers
2023-02-08
Remove NULL checks before calling free()
Tim Segers
2023-01-28
Track depth, runtime, and gas in decostate_t
Tim Segers
2023-01-07
Refactor scan_gas
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
Clarify that Imperial mode only affects depth units
Tim Segers
2023-01-07
Improve gas input validation
Tim Segers
2023-01-07
Add support for imperial units
Tim Segers
2023-01-07
Make print_xxd_arr a function instead of a macro
Tim Segers
2023-01-07
Fix --licenses mangling unicode
Tim Segers
2023-01-07
Specify opendeco-cli.o's dependency on LICENSE files explicitly
Tim Segers
2023-01-07
Add --licenses option to print third-party licenses
HEAD
main
Tim Segers
2023-01-07
Unify spelling of LICENSE
Tim Segers
2023-01-07
Add License Identifiers to files lacking them
Tim Segers
2023-01-07
Add macro to compare floats with user-defined max error
Tim Segers
2023-01-07
Replicate multi-file hack from bzgec/minunit
Tim Segers
2023-01-07
Restore upstream version of minunit (siu/minunit)
Tim Segers
2023-01-07
Restructure makefile
Tim Segers
2023-01-02
Change includes to be relative to top-level directory
Tim Segers
2023-01-02
Move minunit to separate directory
Tim Segers
2023-01-02
Fix error in waypoint duration calculation
Tim Segers
2023-01-02
Improve GF input validation
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-22
Make sure first stop is not equal to current depth
Tim Segers
2022-12-21
Remove hardcoded source location from build file
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
Update README
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-19
Prevent 0 minute first stop
v0.4
Tim Segers
2022-10-19
Ascend along fixed stops instead of along rounded ceiling
Tim Segers
2022-10-17
Replace gcc by $(CC) in Makefile
Tim Segers
2022-10-16
Random formatting
Tim Segers
2022-10-16
Make LAST_STOP_AT_SIX actually set the last stop to 6m
Tim Segers
2022-10-16
Add rough-fine optimization to ndl calculation
Tim Segers
2022-10-16
Merge calc_stoplen_rough into deco_stop
Tim Segers
2022-10-14
Reject invalid number for surface air pressure
Tim Segers
[next]