Tags: buxtonpaul/subsurface
Tags
Show surface degassing in the planner only when configured time != 0 This prevents from useless "Air" tag in profile when this feature is not used. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Update mobile version number There aren't really any mobile changes in here, but in order to create a new mobile version with the latest libdivecomputer, this is useful. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
build-system: LGTM: don't warn about short global names Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Leak fix: make ostcFirmwareCheck a unique_ptr ostcFirmwareCheck in DownloadFromDCWidget was neither freed in the destructor, not freed if a new object was allocated. Simply make it a unique_ptr<> to do all the work for us. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Cleanup: remove bit field demux in datatrak.c To test single bits, datatrak.c would transform bytes into malloc()ed char[8] buffers. Instead, simply introduce a function to test individual bits. This should make it distinctly easier for the compiler to optimize away. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Cleanup: deal with lgtm.com Alerts Small, obvious fixes. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
PreviousNext