index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
datatrak.c
Age
Commit message (
Expand
)
Author
2020-10-24
divecomputer: add device_table pointer to device_data_t
Berthold Stoeger
2020-10-24
devices: create device nodes in parsers
Berthold Stoeger
2020-10-16
core: add device_table parameter to device table functions
Berthold Stoeger
2020-09-03
datatrak.c: return const string for tank type
Salvador Cuñat
2020-09-03
datatrak.c: Do not duplicate string as it's not being freed
Salvador Cuñat
2020-09-03
datatrak.c: use two_bytes_to_int() to get little endian values
Salvador Cuñat
2020-09-03
datatrak.c - Do not return unsigned negative values
Salvador Cuñat
2020-09-03
DataTrak import: Add support for WLog extensions.
Salvador Cuñat
2020-05-01
cleanup: move dive_table from dive.h to divelist.h
Berthold Stoeger
2020-01-10
code cleanup: introduce empty_cylinder constant
Dirk Hohndel
2019-11-09
Cylinders: access cylinders with get_cylinder()
Berthold Stoeger
2019-11-09
Core: remove MAX_CYLINDERS restriction
Berthold Stoeger
2019-10-26
Cleanup: unconditionally call free
Dirk Hohndel
2019-08-08
Cleanup: move error reporting function declarations to errorhelper.h
Berthold Stoeger
2019-06-19
Cleanup: move tag functions into own translation unit
Berthold Stoeger
2019-05-15
Cleanup: small coding style fixes
Dirk Hohndel
2019-04-12
Dive site: add dive site ref-counting
Berthold Stoeger
2019-04-12
Dive sites: prepare for dive site ref-counting
Berthold Stoeger
2019-04-12
Dive site: set UUID only on save or load
Berthold Stoeger
2019-04-12
Parser: parse into custom dive site table
Berthold Stoeger
2019-04-12
Dive site: add dive site table parameter to dive site functions
Berthold Stoeger
2019-03-18
Cleanup: remove bit field demux in datatrak.c
Berthold Stoeger
2019-03-18
Cleanup: unglobalize variables in datatrak.c
Berthold Stoeger
2019-03-18
Cleanup: remove unused global variables from datatrak.c
Berthold Stoeger
2019-03-17
Core: remove variable name conflict
Dirk Hohndel
2019-02-28
Cleanup: make dt_dive_parser() local to datatrak.c
Berthold Stoeger
2019-01-09
Parser: add trip_table parameter to parsing functions
Berthold Stoeger
2019-01-09
Core: Rename functions to more generic names
Berthold Stoeger
2018-10-29
Dive site: replace dive->dive_site_uuid by dive_site
Berthold Stoeger
2018-10-29
Dive site: return pointer to dive_site in create_dive_site_*()
Berthold Stoeger
2018-10-29
Dive site: return pointer to dive_site in get_dive_site_*()
Berthold Stoeger
2018-09-28
Parser: parse text-based files into arbitrary table
Berthold Stoeger
2018-05-14
Core: remove dive.h from files that don't need it
Dirk Hohndel
2018-05-14
Core: introduce new subsurface-string header
Dirk Hohndel
2017-12-27
Cleanup: avoid memory leak
Dirk Hohndel
2017-12-26
Cleanup: avoid memory leak
Dirk Hohndel
2017-06-11
datatrak.c: don't use POSIX %m format for sscanf() in dtrak_prepare_data()
Lubomir I. Ivanov
2017-05-27
Fix some warnings
Dirk Hohndel
2017-05-07
Datatrak import rework: main functions
Salvador Cuñat
2017-05-07
Datatrak import rework: changes on helper funcs
Salvador Cuñat
2017-05-04
Fix calculation of how many samples profile are in datatrack dive log file
Olivier Verstraet
2017-04-29
Add SPDX header to core C files
Dirk Hohndel
2017-03-12
Only enable -Wmissing-field-initializers for Clang
Lubomir I. Ivanov
2017-03-11
Merge branch 'master' of https://github.com/dje29/subsurface
Dirk Hohndel
2017-03-11
divelog > dive log
Martin Měřinský
2017-03-09
Fix potential double/float to int rounding errors
Jeremie Guichard
2017-03-04
Consistent 'salt water' versus 'fresh water'.
Martin Měřinský
2017-02-21
Translate names of additional dive events and nicer format info box text
Stefan Fuchs
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel