aboutsummaryrefslogtreecommitdiffstats
path: root/core/cochran.c
AgeCommit message (Expand)Author
2020-01-10code cleanup: introduce empty_cylinder constantGravatar Dirk Hohndel
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-08-08Core: pass dive, cylinder-id to fill_default_cylinderGravatar Berthold Stoeger
2019-07-19Cleanup: remove bogus mark_divelist_changed() callsGravatar Berthold Stoeger
2019-04-12Cleanup: remove "sha1.h" include in "dive.h"Gravatar Berthold Stoeger
2019-04-12Parser: parse into custom dive site tableGravatar Berthold Stoeger
2019-03-17Core: cast to the correct typeGravatar Dirk Hohndel
2019-01-09Parser: add trip_table parameter to parsing functionsGravatar Berthold Stoeger
2018-10-06Core: remove dive->downloaded flagGravatar Berthold Stoeger
2018-09-28Parser: parse text-based files into arbitrary tableGravatar Berthold Stoeger
2018-05-24core: replace (void) with UNUSED(x) and include ssrf.hGravatar jan Iversen
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-05-31Cochran import: Removed long tail of 0 depth from profileGravatar John Van Ostrand
2017-05-31Cochran import: better support for older modelsGravatar John Van Ostrand
2017-05-27Whitespace and warning fixes for cochran.cGravatar Dirk Hohndel
2017-05-27Added support for older Cochran models that have configurable sample intervals.Gravatar John Van Ostrand
2017-04-29Add SPDX header to core C filesGravatar Dirk Hohndel
2017-03-12Only enable -Wmissing-field-initializers for ClangGravatar Lubomir I. Ivanov
2017-03-09Fix potential double/float to int rounding errorsGravatar Jeremie Guichard
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel