Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feed plugin API with sog and cog that are subject to the NMEA filter option. #27

Closed
wants to merge 1 commit into from

Conversation

brianalex
Copy link

No change to the interface, but obviously PlugIns that use the WANTS_NMEA_EVENTS would be affected if the NMEA filter is applied.
Cheers
Brian

@brianalex brianalex closed this Sep 30, 2012
@brianalex
Copy link
Author

Reposted with master as base.

did-g pushed a commit to did-g/OpenCPN that referenced this pull request Oct 25, 2017
did-g added a commit to did-g/OpenCPN that referenced this pull request Apr 1, 2018
60bc11e replace isnan with wxIsNaN c++11 madness
0fbdf42 On windows use a private name for our bzip static library
abc27a9 tidier layout, first try
e68b2e2 bump version for release
b5fc690 Merge pull request OpenCPN#34 from Hakansv/po
08a96fd Translations 2018-03
5362621 Add build to gitignore
5038d23 Merge pull request OpenCPN#33 from stelian42/fix-units-crash-and-translations
f36c80e Fix crash due to missing unit names in global table
8e0614e Fix units combobox translations
5d234dd Merge pull request OpenCPN#32 from nohal/master
5d008e4 Return .${VERSION_PATCH} to version number
b586557 Fix tr translation to compile
3a4802a CI
5e03179 Translations
212da14 Update the translation template
1d31871 Allow forcing the used wxWidgets version.
31dd96e Merge pull request OpenCPN#31 from nohal/master
6e81867 Update the compilation flags
b831f9b Merge branch 'master' of github.com:seandepagnier/climatology_pi
5c29c8b implement better precipitation units
3d12762 Merge pull request OpenCPN#28 from nohal/master
396a1ab Implement SVG icons for improved high resolution display support. Also fix macOS build and packaging.
ae8abd7 Merge pull request OpenCPN#27 from nohal/master
da3a5a9 Fix in-the-tree build on macOS, fix window order on macOS, improve missing data dialog layout.
REVERT: e1c0dd3 On windows use a private name for our bzip static library
REVERT: 9559d93 tidier layout, first try

git-subtree-dir: plugins/climatology_pi
git-subtree-split: 60bc11e11c2c1dff12724d3f51ecdc8512bc6763
did-g pushed a commit to did-g/OpenCPN that referenced this pull request May 8, 2018
89239a8 backport wxcurl stuff from O
dac4320 need c++11, update cmaklists requirement
a2e9b68 Replace EXTRA_LIBS with PLUGINS_LIBS
32a173e use a private name for WXCURL source list or it may use SRC_WXCURL list from OpenCPN tree
f0608aa set visibility hidden and clean Unix c++ parameters
38d0f97 cleanup TexFont, it's not a DECL_EXP
88bc6d6 viewport don't protect gtk with signal and setjmp
67e5274 memory leak
6265d8f usr equality for drval1 danger selection
9501e0f add MARCUL
374cc70 appveyor and temporary add new opencpn.lib
5c4514f appveyor and temporary add new opencpn.lib
3a0d820 add hazard , first working version
7508aab add hazard l2
77c4aec add hazards l1
97afa07 backport data quality On/Off
84cf5ee backport font list from OCPN
2b47e2a s52plib backport
cee811d oesenc LLRegion backport
96350f7 CMakelists remove private environment PATH leftover
7603ec7 typo CMakeList.txt
30ed1b0 add plugin include directory in path before main (for GL)
123293a GetOrFindMaskColour is slow, only call it if we can't shortcut test
3c49b15 remove stuff done in parent class DTOR, this stuff is not used leftover
01387f3 remove stuff done in parent class CTOR
309bb93 null obj is tested in all other paths, do it here
3355c86 small leak on error
5382763 include path for compiling plugin in opencpn source tree too
7d2d123 backport ocpn 1741d31 Change std::map key from "std::string" to "long long"
9d8c8c8 Version 2.0.0
39218d2 Version 1.7.421
ce85c2a Improve Plugin Preferences version string presentation.
adf1a2b Add full version string to Preferences dialog header.
f8d368a Language update
f469cc9 Merge branch 'ocharts' of github.com:bdbcat/oesenc_pi into ocharts
5dc8337 Merge pull request OpenCPN#27 from nohal/ocharts
4f35d20 Avoid explicitly specifying locales in the installer project
b604653 Allow build against a specific wxWidgets version
240d86c Version 1.7.418
15826f5 Language update
1ee06c2 Correct language definition/location from xx to xx_XX.
a467692 Remove extra debug printf() calls.
6d4024e Correct to accommodate changed user credentials on server.
97796bd Correct to disallow download while chartset is preparing.
REVERT: a36dad9 Replace EXTRA_LIBS with PLUGINS_LIBS
REVERT: be0f3cd use a private name for WXCURL source list or it may use SRC_WXCURL list from OpenCPN tree
REVERT: 0fdb5ce set visibility hidden and clean Unix c++ parameters
REVERT: c0888bf cleanup TexFont, it's not a DECL_EXP
REVERT: 3e94694 viewport don't protect gtk with signal and setjmp
REVERT: aacc668 Merge remote-tracking branch 'upstream/ocharts' into dev_ocharts
REVERT: dd7ef15 Merge remote-tracking branch 'upstream/ocharts' into dev_ocharts
REVERT: 165ebec Merge remote-tracking branch 'upstream/ocharts' into dev_ocharts
REVERT: f51151a Merge remote-tracking branch 'upstream/ocharts' into dev_ocharts
REVERT: de6da02 Merge remote-tracking branch 'upstream/ocharts' into dev_ocharts
REVERT: 1c10a2c Merge remote-tracking branch 'upstream/ocharts' into dev_ocharts
REVERT: bbadf5e memory leak
REVERT: ef95821 window compilation fix
REVERT: 5352d41 usr equality for drval1 danger selection
REVERT: 62278ee add MARCUL
REVERT: c1a9b15 appveyor and temporary add new opencpn.lib
REVERT: 587b3b8 appveyor and temporary add new opencpn.lib
REVERT: bb6f12c add hazard , first working version
REVERT: ba8274e add hazard l2
REVERT: 695fc09 add hazards l1
REVERT: 91a84e7 backport data quality On/Off
REVERT: dad86ff backport font list from OCPN
REVERT: 7c01806 s52plib backport
REVERT: 291ecc5 oesenc LLRegion backport
REVERT: 36348aa CMakelists remove private environment PATH leftover
REVERT: ef6a777 typo CMakeList.txt
REVERT: 85488ba add plugin include directory in path before main (for GL)
REVERT: 4868bf4 GetOrFindMaskColour is slow, only call it if we can't shortcut test
REVERT: 9b544cf remove stuff done in parent class DTOR, this stuff is not used leftover
REVERT: 40dd48c remove stuff done in parent class CTOR
REVERT: b698cde null obj is tested in all other paths, do it here
REVERT: e83fcee small leak on error
REVERT: ec30bfb include path for compiling plugin in opencpn source tree too
REVERT: 699a32b backport ocpn 1741d31 Change std::map key from "std::string" to "long long"

git-subtree-dir: plugins/oesenc_pi
git-subtree-split: 89239a842d075ddca220150426b088d862c3cbed
@jongough jongough mentioned this pull request Dec 6, 2019
leamas pushed a commit to leamas/OpenCPN that referenced this pull request Feb 27, 2020
Extend the logging when loading plugins to get the data needed to
verify plugin metadata including:
  - Plugin's name as of GetCommonName().
  - The extended semantic version available from API 117+.

Both of these items need to match the metadata file -- not logging
them will cause uncertainty and doubt.

See: OpenCPN/plugins#27
leamas pushed a commit to leamas/OpenCPN that referenced this pull request Feb 28, 2020
Extend the logging when loading plugins to get the data needed to
verify plugin metadata including:
  - Plugin's name as of GetCommonName().
  - The extended semantic version available from API 117+.

Both of these items need to match the metadata file -- not logging
them will cause uncertainty and doubt.

See: OpenCPN/plugins#27
leamas pushed a commit to leamas/OpenCPN that referenced this pull request Mar 1, 2020
Extend the logging when loading plugins to get the data needed to
verify plugin metadata including:
  - Plugin's name as of GetCommonName().
  - The extended semantic version available from API 117+.

Both of these items need to match the metadata file -- not logging
them will cause uncertainty and doubt.

See: OpenCPN/plugins#27
bdbcat added a commit that referenced this pull request Mar 2, 2020
logging: Log plugin name and extended version (plugins #27).
bdbcat added a commit that referenced this pull request Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant