index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
profile.c
Age
Commit message (
Expand
)
Author
2021-02-17
planner: pass in_planner argument to decoMode()
Berthold Stoeger
2021-02-17
planner: pass in_planner argument to vpmb_next_gradient()
Berthold Stoeger
2021-02-17
planner: pass in_planner argument to add_segment()
Berthold Stoeger
2021-02-17
planner: remove print_mode parameter from calculate_deco_information()
Berthold Stoeger
2021-01-20
cleanup: constify create_plot_info_new()
Berthold Stoeger
2021-01-11
undo: set dive mode to CCR in undo command, not profile code
Berthold Stoeger
2021-01-10
mobile: enable deco information calculation on mobile
Dirk Hohndel
2021-01-10
profile: pass dive to RulerItem
Berthold Stoeger
2021-01-10
profile: pass dive to ToolTipItem::refresh()
Berthold Stoeger
2021-01-10
profile: move adding of ceiling-violation-event
Berthold Stoeger
2021-01-10
profile: use a parameter to determine planner state
Berthold Stoeger
2021-01-10
cleanup: make calculate_deco_information() of static linkage
Berthold Stoeger
2020-10-25
cleanup: move interpolate inline function to its own header file
Berthold Stoeger
2020-10-25
cleanup: split out divecomputer functions from dive.c
Berthold Stoeger
2020-10-25
cleanup: break out event-related code into event.[c|h]
Berthold Stoeger
2020-05-01
cleanup: make analyze_plot_info local to profile.c
Berthold Stoeger
2020-05-01
cleanup: const-ify a few functions in planner.c
Berthold Stoeger
2020-05-01
profile: for maxtime calculation include the sample after the last event
Berthold Stoeger
2020-04-20
profile: avoid invalid accesses in setup_gas_sensor_pressure
Berthold Stoeger
2020-04-18
debug output: ensure our debug output is captured on Android
Dirk Hohndel
2020-04-18
profile: avoid double-free when reusing plot_info
Berthold Stoeger
2020-04-07
cleanup: remove commented-out evn_foreach() function
Berthold Stoeger
2020-03-11
Grammar: replaces 'indexes' by 'indices'
Robert C. Helling
2019-11-28
Add current GF to infobox
Robert C. Helling
2019-11-16
Don't access uninitialized deco_structure
Robert C. Helling
2019-11-12
Profile: fix pressure scale
Berthold Stoeger
2019-11-09
Cylinders: access cylinders with get_cylinder()
Berthold Stoeger
2019-11-09
Core: remove MAX_CYLINDERS restriction
Berthold Stoeger
2019-11-09
Profile: dynamically allocate gases array
Berthold Stoeger
2019-11-09
Profile: dynamically allocate plot pressure data
Berthold Stoeger
2019-11-09
Profile: turn INSERT_ENTRY macro into helper function
Berthold Stoeger
2019-11-09
Profile: pass index instead of pointer to set_plot_pressure_data
Berthold Stoeger
2019-11-09
Profile: switch pressure-accessing functions to indexes
Berthold Stoeger
2019-11-09
Profile: change get_plot_pressure to take index instead of pointer
Berthold Stoeger
2019-11-09
Cylinders: dynamically allocate cylinder arrays
Berthold Stoeger
2019-08-28
Profile: properly initialize plot_info structures
Berthold Stoeger
2019-08-10
Android: fix potential crash
Dirk Hohndel
2019-07-18
Cleanup: introduce function to set pressure values
Berthold Stoeger
2019-07-18
Cleanup: replace pressure reading macros by inline functions
Berthold Stoeger
2019-07-18
Cleanup: turn GET_PRESSURE macro into inline function
Berthold Stoeger
2019-07-06
Cleanup: call calculate_max_limits_new() in create_plot_info_new()
Berthold Stoeger
2019-07-06
Cleanup: fix memory management of the plot data
Berthold Stoeger
2019-06-19
Cleanup: remove unused parameter used from find_best_gasmix_match()
Berthold Stoeger
2019-06-19
Cleanup: Make gaspressures.h a regular include file
Berthold Stoeger
2019-06-07
Correct typo in Information box
willemferguson
2019-06-03
Add delta-pO2 disply in Information Box
willemferguson
2019-05-12
Cleanup: remove UTF8 macros
Berthold Stoeger
2019-04-12
Coding style: remove Java-style function definition
Berthold Stoeger
2019-03-29
Show a bit of surface degassing in the planner
Robert C. Helling
2019-03-19
Misc: replace some FIXME comments
Dirk Hohndel
[next]