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
/
device.h
Age
Commit message (
Expand
)
Author
2020-10-17
cleanup: rename clear_device_nodes() to clear_device_table()
Berthold Stoeger
2020-10-16
core: add device_table parameter to device table functions
Berthold Stoeger
2020-10-16
core: remove call_for_each_dc()
Berthold Stoeger
2020-10-16
core: factor out device_is_used_by_selected_dive() function
Berthold Stoeger
2020-10-16
cleanup: remove device::operator!=()
Berthold Stoeger
2020-10-16
core: make get_device_for_dc() accessible from C
Berthold Stoeger
2020-10-16
core: add C struct device and struct device_table accessors
Berthold Stoeger
2020-10-16
cleanup: use std::vector in struct device_table
Berthold Stoeger
2020-10-16
cleanup: use std::string in struct device
Berthold Stoeger
2020-10-03
cleanup: make device code more consistent with core
Berthold Stoeger
2020-10-03
cleanup: hide DiveComputerList implementation details
Berthold Stoeger
2020-09-13
cleanup: fold core/divecomputer.cpp into core/device.c
Berthold Stoeger
2020-09-13
cleanup: move set_dc_nickname() declaration from dive.h to device.h
Berthold Stoeger
2020-04-24
cleanup: move clearing of device nodes to clear_dive_file_data()
Berthold Stoeger
2019-08-08
Cleanup: move error reporting function declarations to errorhelper.h
Berthold Stoeger
2018-05-14
Core: remove dive.h from files that don't need it
Dirk Hohndel
2018-05-07
Planner: don't return static data in fake_dc()
Berthold Stoeger
2017-04-29
Add SPDX header to core C files
Dirk Hohndel
2016-08-14
Fill in divecomputer serial number and firmware version on loading
Linus Torvalds
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel