aboutsummaryrefslogtreecommitdiffstats
path: root/core/libdivecomputer.c
AgeCommit message (Expand)Author
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
2016-06-20Avoid unused argument warningsGravatar Dirk Hohndel
2016-06-20Preferentially use existing device ID when setting serial numberGravatar Linus Torvalds
2016-05-31Don't ignore surface events from libdivecomputerGravatar Linus Torvalds
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel