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
/
gaspressures.c
Age
Commit message (
Expand
)
Author
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: use pressure data functions in fill_missing_tank_pressures
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-07-18
Cleanup: introduce function to set pressure values
Berthold Stoeger
2019-07-18
Cleanup: update comment in core/gaspressures.c
Berthold Stoeger
2019-07-18
Cleanup: replace pressure reading macros by inline functions
Berthold Stoeger
2019-07-18
Cleanup: remove non-existing pressures in debug_print_pressures()
Berthold Stoeger
2019-06-19
Cleanup: Make gaspressures.h a regular include file
Berthold Stoeger
2018-08-23
Cleanup: const-ify functions taking pointers to events
Berthold Stoeger
2018-06-08
Provide correct cylinder pressures for bailout dives
Willem Ferguson
2018-05-24
core: replace (void) with UNUSED(x) and include ssrf.h
jan Iversen
2017-12-17
Cleanup: durations are now signed
Dirk Hohndel
2017-11-17
Properly declare 'has_gaschange_event()' function
Linus Torvalds
2017-08-26
Time is unsigned here
Dirk Hohndel
2017-08-26
Remove some unused variables
Dirk Hohndel
2017-07-30
For more manual gas pressure details
Linus Torvalds
2017-07-27
Profile support for multiple concurrent pressure sensors
Linus Torvalds
2017-07-21
Start cleaning up sensor indexing for multiple sensors
Linus Torvalds
2017-07-20
Unify sample pressure and o2pressure as pressure[2] array
Linus Torvalds
2017-04-29
Add SPDX header to remaining core files
Dirk Hohndel
2017-03-09
Fix potential double/float to int rounding errors
Jeremie Guichard
2017-03-08
Change calls to rint into lrint avoiding conversion warnings
Jeremie Guichard
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel