summaryrefslogtreecommitdiffstats
path: root/core/gaspressures.c
AgeCommit message (Expand)Author
2021-01-20cleanup: constify populate_pressure_information()Gravatar Berthold Stoeger
2020-10-25cleanup: remove system includes from dive.cGravatar Berthold Stoeger
2020-10-25cleanup: break out event-related code into event.[c|h]Gravatar Berthold Stoeger
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-11-09Profile: use pressure data functions in fill_missing_tank_pressuresGravatar Berthold Stoeger
2019-11-09Profile: pass index instead of pointer to set_plot_pressure_dataGravatar Berthold Stoeger
2019-11-09Profile: switch pressure-accessing functions to indexesGravatar Berthold Stoeger
2019-07-18Cleanup: introduce function to set pressure valuesGravatar Berthold Stoeger
2019-07-18Cleanup: update comment in core/gaspressures.cGravatar Berthold Stoeger
2019-07-18Cleanup: replace pressure reading macros by inline functionsGravatar Berthold Stoeger
2019-07-18Cleanup: remove non-existing pressures in debug_print_pressures()Gravatar Berthold Stoeger
2019-06-19Cleanup: Make gaspressures.h a regular include fileGravatar Berthold Stoeger
2018-08-23Cleanup: const-ify functions taking pointers to eventsGravatar Berthold Stoeger
2018-06-08Provide correct cylinder pressures for bailout divesGravatar Willem Ferguson
2018-05-24core: replace (void) with UNUSED(x) and include ssrf.hGravatar jan Iversen
2017-12-17Cleanup: durations are now signedGravatar Dirk Hohndel
2017-11-17Properly declare 'has_gaschange_event()' functionGravatar Linus Torvalds
2017-08-26Time is unsigned hereGravatar Dirk Hohndel
2017-08-26Remove some unused variablesGravatar Dirk Hohndel
2017-07-30For more manual gas pressure detailsGravatar Linus Torvalds
2017-07-27Profile support for multiple concurrent pressure sensorsGravatar Linus Torvalds
2017-07-21Start cleaning up sensor indexing for multiple sensorsGravatar Linus Torvalds
2017-07-20Unify sample pressure and o2pressure as pressure[2] arrayGravatar Linus Torvalds
2017-04-29Add SPDX header to remaining core filesGravatar Dirk Hohndel
2017-03-09Fix potential double/float to int rounding errorsGravatar Jeremie Guichard
2017-03-08Change calls to rint into lrint avoiding conversion warningsGravatar Jeremie Guichard
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel