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
/
import-divinglog.c
Age
Commit message (
Expand
)
Author
2020-10-25
cleanup: split out divecomputer functions from dive.c
Berthold Stoeger
2020-10-24
parser: add device_table to parser state
Berthold Stoeger
2019-11-09
Cylinders: access cylinders with get_cylinder()
Berthold Stoeger
2019-11-09
Cleanup: return cylinder from cylinder_start() in parser
Berthold Stoeger
2019-11-09
Core: remove MAX_CYLINDERS restriction
Berthold Stoeger
2019-10-26
Cleanup: pass NULL pointer for error string pointer
Dirk Hohndel
2019-07-18
Core: dynamically resize weight table
Berthold Stoeger
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-01-09
Parser: add trip_table parameter to parsing functions
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-23
Parser: make parser (mostly) reentrant
Berthold Stoeger
2018-10-14
Parser: remove global variable dive_id
Berthold Stoeger
2018-08-23
Cleanup: pass gasmix by value
Berthold Stoeger
2018-05-24
core: replace (void) with UNUSED(x) and include ssrf.h
jan Iversen
2018-05-14
Core: introduce new subsurface-string header
Dirk Hohndel
2017-12-27
Check different sensors on divinglog import
Miika Turkia
2017-11-29
Move Divinglog DB import into its own file
Miika Turkia