summaryrefslogtreecommitdiffstats
path: root/core/datatrak.c
AgeCommit message (Expand)Author
2020-10-26cleanup: fix resource leakGravatar Dirk Hohndel
2020-10-24divecomputer: add device_table pointer to device_data_tGravatar Berthold Stoeger
2020-10-24devices: create device nodes in parsersGravatar Berthold Stoeger
2020-10-16core: add device_table parameter to device table functionsGravatar Berthold Stoeger
2020-09-03datatrak.c: return const string for tank typeGravatar Salvador Cuñat
2020-09-03datatrak.c: Do not duplicate string as it's not being freedGravatar Salvador Cuñat
2020-09-03datatrak.c: use two_bytes_to_int() to get little endian valuesGravatar Salvador Cuñat
2020-09-03datatrak.c - Do not return unsigned negative valuesGravatar Salvador Cuñat
2020-09-03DataTrak import: Add support for WLog extensions.Gravatar Salvador Cuñat
2020-05-01cleanup: move dive_table from dive.h to divelist.hGravatar Berthold Stoeger
2020-01-10code cleanup: introduce empty_cylinder constantGravatar Dirk Hohndel
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-10-26Cleanup: unconditionally call freeGravatar Dirk Hohndel
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-06-19Cleanup: move tag functions into own translation unitGravatar Berthold Stoeger
2019-05-15Cleanup: small coding style fixesGravatar Dirk Hohndel
2019-04-12Dive site: add dive site ref-countingGravatar Berthold Stoeger
2019-04-12Dive sites: prepare for dive site ref-countingGravatar Berthold Stoeger
2019-04-12Dive site: set UUID only on save or loadGravatar Berthold Stoeger
2019-04-12Parser: parse into custom dive site tableGravatar Berthold Stoeger
2019-04-12Dive site: add dive site table parameter to dive site functionsGravatar Berthold Stoeger
2019-03-18Cleanup: remove bit field demux in datatrak.cGravatar Berthold Stoeger
2019-03-18Cleanup: unglobalize variables in datatrak.cGravatar Berthold Stoeger
2019-03-18Cleanup: remove unused global variables from datatrak.cGravatar Berthold Stoeger
2019-03-17Core: remove variable name conflictGravatar Dirk Hohndel
2019-02-28Cleanup: make dt_dive_parser() local to datatrak.cGravatar Berthold Stoeger
2019-01-09Parser: add trip_table parameter to parsing functionsGravatar Berthold Stoeger
2019-01-09Core: Rename functions to more generic namesGravatar Berthold Stoeger
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in create_dive_site_*()Gravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in get_dive_site_*()Gravatar Berthold Stoeger
2018-09-28Parser: parse text-based files into arbitrary tableGravatar Berthold Stoeger
2018-05-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2017-12-27Cleanup: avoid memory leakGravatar Dirk Hohndel
2017-12-26Cleanup: avoid memory leakGravatar Dirk Hohndel
2017-06-11datatrak.c: don't use POSIX %m format for sscanf() in dtrak_prepare_data()Gravatar Lubomir I. Ivanov
2017-05-27Fix some warningsGravatar Dirk Hohndel
2017-05-07Datatrak import rework: main functionsGravatar Salvador Cuñat
2017-05-07Datatrak import rework: changes on helper funcsGravatar Salvador Cuñat
2017-05-04Fix calculation of how many samples profile are in datatrack dive log fileGravatar Olivier Verstraet
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-11Merge branch 'master' of https://github.com/dje29/subsurfaceGravatar Dirk Hohndel
2017-03-11divelog > dive logGravatar Martin Měřinský
2017-03-09Fix potential double/float to int rounding errorsGravatar Jeremie Guichard
2017-03-04Consistent 'salt water' versus 'fresh water'.Gravatar Martin Měřinský
2017-02-21Translate names of additional dive events and nicer format info box textGravatar Stefan Fuchs
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel