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
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