~bbn-projects/bareboat-necessities-projects/+git/OpenCPN:coverity_scan

Last commit made on 2019-03-04
Get this branch:
git clone -b coverity_scan https://git.launchpad.net/~bbn-projects/bareboat-necessities-projects/+git/OpenCPN

Branch merges

Branch information

Recent commits

c0c81c5... by Pavel Kalian

Add coverity addon config to travis

7143457... by Pavel Kalian

Reorganize the points where planned speed value is set programtically

a971862... by Pavel Kalian

Guard against EVT_UPDATE while setting planned route speed programatically as it may lead to infinite loop

3fd8881... by David Register

Merge pull request #1287 from leamas/sound-1277

Sound: new fix for 1277

d9965fa... by Alec Leamas

Sound: Fix broken bells (#1277).

Despite the fix committed, the real cause for this bug seems to be
an oversight: while the sound code seems to work fine, it had to be
used the right way. The bells code was basically assuming the old sound
semantics, which caused the bug.

This also means to revert the earlier fix, which does not address the
bad usage pattern. Also, it adds some new problems which should be
avoided such as assuming that a sound factory is either synchronous
or asynchronous -- this is simply not true, the sound object is
configured after being created.

70688d4... by David Register

Merge branch 'master' of github.com:OpenCPN/OpenCPN

092b45e... by David Register

Further Correct shortcut key 'V' action after waypoint edit (FS#2514)

9ad3d30... by didier <email address hidden>

compile without wxUSE_XLOCALE

e21c514... by didier <email address hidden>

Travis build script bailout after first error

set -e has warts and not always exit on error but it's a start.

d383acb... by Alec Leamas

Revert "Correct ships bell sounding (FS#2498)"

This reverts commit f629b6ea40f6df767e860284f1fe64020fd2a73c.