8000 Tags · buxtonpaul/subsurface · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: buxtonpaul/subsurface

Tags

continuous

Toggle continuous's commit message
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>

v4.9.2

Toggle v4.9.2's commit message

Verified

This tag was signed with the committer’s verified signature.
dirkhh Dirk Hohndel
Subsurface release 4.9.2

v4.9.1

Toggle v4.9.1's commit message

Verified

This tag was signed with the committer’s verified signature.
dirkhh Dirk Hohndel
Release tag for Subsurface 4.9.1

v4.9.0

Toggle v4.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
dirkhh Dirk Hohndel
Release tag for Subsurface 4.9

v4.8.6

8000 Toggle v4.8.6's commit message

Verified

This tag was signed with the committer’s verified signature.
dirkhh Dirk Hohndel
Release tag for Subsurfae 4.8.6

continuous-v4.8-branch

Toggle continuous-v4.8-branch's commit message
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>

continuous-lgtm-hide-warning

Toggle continuous-lgtm-hide-warning's commit message
build-system: LGTM: don't warn about short global names

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>

continuous-leak1

Toggle continuous-leak1's commit message
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>

continuous-globals1

Toggle continuous-globals1's commit message
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>

continuous-lgtm-prep

Toggle continuous-lgtm-prep's commit message
Cleanup: deal with lgtm.com Alerts

Small, obvious fixes.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
0