index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
profile.c
Age
Commit message (
Expand
)
Author
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
2019-03-18
Core: let TTS calculation use correct ascent velocities
Robert C. Helling
2019-02-05
Add button to toggle deco info in info box
Robert C. Helling
2019-02-05
Include surface GF in infobox
Robert C. Helling
2018-10-11
Undo: select dives after add, remove, merge, split dive commands
Berthold Stoeger
2018-09-10
Profile: fix SAC calculation for air dives
Berthold Stoeger
2018-08-23
Cleanup: const-ify functions taking pointers to events
Berthold Stoeger
2018-08-23
Cleanup: pass gasmix by value
Berthold Stoeger
2018-08-23
Cleanup: return gasmix by value
Berthold Stoeger
2018-05-24
core: replace (void) with UNUSED(x) and include ssrf.h
jan Iversen
2018-05-14
Rename enum dive_comp_type to divemode_t
Robert C. Helling
2018-05-14
Implement get_divemode() to find the divemode at a particular time
Willem Ferguson
2018-05-14
Implement get_divemode() to find the divemode at a particular time
Willem Ferguson
[next]