summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2020-10-24divecomputer: add device to provided table instead of global tableGravatar Berthold Stoeger
2020-10-24divecomputer: add device_table pointer to device_data_tGravatar Berthold Stoeger
2020-10-24cleanup: remove dc_user_device_tGravatar Berthold Stoeger
2020-10-24devices: create device nodes in parsersGravatar Berthold Stoeger
2020-10-24git: add device-table to git-parser-stateGravatar Berthold Stoeger
2020-10-24cleanup: rename set_dc_nickname() to add_devices_of_dive()Gravatar Berthold Stoeger
2020-10-24devices: add devices in Command::importTable()Gravatar Berthold Stoeger
2020-10-24devices: return index from function adding / removing devicesGravatar Berthold Stoeger
2020-10-24devices: add functions to add / remove / check for devicesGravatar Berthold Stoeger
2020-10-24parser: add device_table to parser stateGravatar Berthold Stoeger
2020-10-23cleanup: remove unused function intdup()Gravatar Berthold Stoeger
2020-10-23parser: replace params[] code by new xml_params structGravatar Berthold Stoeger
2020-10-23core: add a small helper-struct that keeps track of xml-parametersGravatar Berthold Stoeger
2020-10-23libdc: free value strings given by libdc's dc_parser_get_field()Gravatar Berthold Stoeger
2020-10-17devices: use case-insensitive comparison for modelGravatar Berthold Stoeger
2020-10-17cleanup: rename clear_device_nodes() to clear_device_table()Gravatar Berthold Stoeger
2020-10-17filter: remove filter_preset_table_tGravatar Berthold Stoeger
2020-10-17filter: make filter_preset_table an opaque struct for C codeGravatar Berthold Stoeger
2020-10-16cleanup: use correct printf formatGravatar Dirk Hohndel
2020-10-16core: use case-insensitive comparison for device modelsGravatar Berthold Stoeger
2020-10-16cleanup: replace std::find_if by std::any_ofGravatar Berthold Stoeger
2020-10-16core: add device_table parameter to device table functionsGravatar Berthold Stoeger
2020-10-16core: remove call_for_each_dc()Gravatar Berthold Stoeger
2020-10-16core: use C accessors in core/save-xml.c instead of callbackGravatar Berthold Stoeger
2020-10-16core: factor out device_is_used_by_selected_dive() functionGravatar Berthold Stoeger
2020-10-16core: use C accessors in core/save-git.c instead of callbackGravatar Berthold Stoeger
2020-10-16cleanup: remove device::operator!=()Gravatar Berthold Stoeger
2020-10-16core: use C accessors in core/libdivecomputer.c instead of callbackGravatar Berthold Stoeger
2020-10-16core: make get_device_for_dc() accessible from CGravatar Berthold Stoeger
2020-10-16core: add C struct device and struct device_table accessorsGravatar Berthold Stoeger
2020-10-16cleanup: use std::vector in struct device_tableGravatar Berthold Stoeger
2020-10-16cleanup: use std::string in struct deviceGravatar Berthold Stoeger
2020-10-16cleanup: fix tiny memory hole in device.cppGravatar Berthold Stoeger
2020-10-16Duration is in secondsGravatar Miika Turkia
2020-10-16parser: fix parsing of DAN filesGravatar Berthold Stoeger
2020-10-13core: fix detection of duplicate device namesGravatar Berthold Stoeger
2020-10-13cleanup: remove unused function is_default_dive_computer()Gravatar Berthold Stoeger
2020-10-11core: sort device-table by id/model instead of model/idGravatar Berthold Stoeger
2020-10-06cleanup: use pointer-to-function connect() in ConfigureDiveComputerGravatar Berthold Stoeger
2020-10-05core: don't merge sample-derived pressures in merge_one_cylinder()Gravatar Berthold Stoeger
2020-10-05core: improve merging of cylinders pressuresGravatar Berthold Stoeger
2020-10-05cleanup: remove libdc_serial field in device_data_tGravatar Berthold Stoeger
2020-10-05cleanup: remove DC_FIELD_STRING conditional compilationGravatar Berthold Stoeger
2020-10-05download from dive computer: correctly list transports triedGravatar Dirk Hohndel
2020-10-05libdc/debug: provide better info regarding libdc interactionGravatar Dirk Hohndel
2020-10-05Use get_n2 helper functionGravatar Robert C. Helling
2020-10-03cleanup: make device code more consistent with coreGravatar Berthold Stoeger
2020-10-03cleanup: use getDCExact() instead of callback in set_dc_deviceid()Gravatar Berthold Stoeger
2020-10-03cleanup: pass divecomputer to getDC() and getDCExact() helpersGravatar Berthold Stoeger
2020-10-03cleanup: hide DiveComputerList implementation detailsGravatar Berthold Stoeger