index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
liquivision.c
Age
Commit message (
Expand
)
Author
2020-05-01
cleanup: move dive_table from dive.h to divelist.h
Berthold Stoeger
2020-05-01
core: always keep an empty cylinder at the end of the cylinder array
Berthold Stoeger
2020-01-10
code cleanup: introduce empty_cylinder constant
Dirk Hohndel
2019-11-09
Core: remove MAX_CYLINDERS restriction
Berthold Stoeger
2019-08-08
Core: pass dive, cylinder-id to fill_default_cylinder
Berthold Stoeger
2019-07-19
Cleanup: remove bogus mark_divelist_changed() calls
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-06
Core: remove dive->downloaded flag
Berthold Stoeger
2018-09-28
Parser: parse text-based files into arbitrary table
Berthold Stoeger
2018-05-24
core: replace (void) with UNUSED(x) and include ssrf.h
jan Iversen
2018-01-10
cleanup: initilize local variable
Jan Mulder
2017-12-26
Cleanup: avoid memory leak
Dirk Hohndel
2017-10-07
Safeguards for Liquivision import
Miika Turkia
2017-07-28
Import all pressure sensors from Liquivision logs
Linus Torvalds
2017-07-21
Start cleaning up sensor indexing for multiple sensors
Linus Torvalds
2017-07-20
Unify sample pressure and o2pressure as pressure[2] array
Linus Torvalds
2017-06-15
Fix buffer overrun and primary sensor id issues in Liquivision import
Robert Bodily
2017-04-29
Add SPDX header to core C files
Dirk Hohndel
2017-03-11
Merge branch 'master' of https://github.com/dje29/subsurface
Dirk Hohndel
2017-03-11
We use 'setpoint' in UI. Use it also for documentation and comments. No seman...
Martin Měřinský
2017-03-09
Fix potential double/float to int rounding errors
Jeremie Guichard
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel