aboutsummaryrefslogtreecommitdiffstats
path: root/core/libdivecomputer.c
AgeCommit message (Expand)Author
2017-11-16During DC import reset cns, ndl, other values inbetween divesGravatar Stefan Fuchs
2017-11-16libdivecomputer.c init sticky values for samples for current sampleGravatar Stefan Fuchs
2017-09-28Save Subsurface version to libdivecomputer logfileGravatar Miika Turkia
2017-09-20DC download: fix 'no new dives' messageGravatar Dirk Hohndel
2017-09-17DC download: tell user when no new dives were foundGravatar Dirk Hohndel
2017-08-21Improve error message when opening dive computer failsGravatar Dirk Hohndel
2017-07-25Make sample pressure helper functions available to everybodyGravatar Linus Torvalds
2017-07-25Try to sanely download multiple concurrent cylinder pressuresGravatar 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-07-17Resolve type confusionGravatar Dirk Hohndel
2017-07-09Tell user if we reached a dive that was already thereGravatar Dirk Hohndel
2017-07-09More meaningful device info displayGravatar Dirk Hohndel
2017-07-09Revert "Add support for tank sensor battery for Perdix AI"Gravatar Dirk Hohndel
2017-07-09QML UI: add dev_info data to AppLogGravatar Dirk Hohndel
2017-07-08If we detect a different model than expected, use itGravatar Dirk Hohndel
2017-07-07Add support for tank sensor battery for Perdix AIGravatar Dirk Hohndel
2017-06-27Update Subsurface-branch of libdivecomputer checkGravatar Dirk Hohndel
2017-06-27Switch over to SSRF_CUSTOM_IO v2Gravatar Linus Torvalds
2017-06-22Warn when not compiling against the matching libdc versionGravatar Dirk Hohndel
2017-06-22Convert to new libdivecomputer custom IO modelGravatar Linus Torvalds
2017-05-29FTDI support: add minimal debugging outputGravatar Dirk Hohndel
2017-05-29More optimal searchGravatar Jan Mulder
2017-04-29Add SPDX header to core C filesGravatar Dirk Hohndel
2017-04-24Do not carry po2 setpoint data over dive boundariesGravatar Jan Mulder
2017-04-13Cleanup some unnecessary include statementsGravatar Jef Driesen
2017-03-30Shift fake tank pressures up by 30barGravatar Dirk Hohndel
2017-03-29Accept 0 as valid endpressure for Uwatec devicesGravatar Dirk Hohndel
2017-03-12Only enable -Wmissing-field-initializers for ClangGravatar Lubomir I. Ivanov
2017-03-11Merge branch 'master' of https://github.com/dje29/subsurfaceGravatar Dirk Hohndel
2017-03-11divemode > dive modeGravatar Martin Měřinský
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
2017-02-03Correct: Handle more tanks than gasmixesGravatar Robert Helling
2017-02-02Handle more tanks than gasmixesGravatar Robert C. Helling
2017-01-17Make event string translation when downloading from libdivecomputer more obviousGravatar Linus Torvalds
2017-01-16Add support for libdivecomputer using DC_SAMPLE_GASMIXGravatar Linus Torvalds
2017-01-12ostctools_import: Switch to using dc_parser_new2Gravatar Anton Lundin
2017-01-12Stop accessing the internals of dc_descriptor_tGravatar Anton Lundin
2016-12-28Rename ostc_get_data_descriptor to get_descriptorGravatar Anton Lundin
2016-12-28Lift ostc_get_data_descriptor out from ostctools.cGravatar Anton Lundin
2016-09-22Revert "Add a simple cp2130 libusb driver"Gravatar Dirk Hohndel
2016-09-20Second attempt to fix crashGravatar Dirk Hohndel
2016-09-20Prevent possible NULL pointer dereferenceGravatar Dirk Hohndel
2016-09-18Add a simple cp2130 libusb driverGravatar Anton Lundin
2016-09-17Rewrite libdivecomputer custom serial codeGravatar Anton Lundin
2016-08-29Make sure DC_FIELD_TANK starts from a clean slate for each cylinderGravatar Linus Torvalds
2016-08-29Hacky workaround for multiple gas pressures per sampleGravatar Linus Torvalds
2016-07-21Add support for SAMPLE_EVENT_STRING event typeGravatar Linus Torvalds
2016-07-21Get the cylinder use data from libdivecomputer if providedGravatar Linus Torvalds