-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/v13.6.0' into stable
- Loading branch information
Showing
545 changed files
with
952 additions
and
2,016,480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[submodule "data"] | ||
path = data | ||
url = ../gnsstk-data.git | ||
branch = main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# Version 13.6.0 Monday October 31, 2022 | ||
|
||
Modifications by Author | ||
----------------------- | ||
Dan Wright <[email protected]> (1): | ||
Changed minimum cmake version | ||
|
||
David Barber <[email protected]> (1): | ||
fix pipeline push artifacts | ||
|
||
John Knutson <[email protected]> (5): | ||
Change throw() to noexcept | ||
Split test data into a separate repo | ||
navdump enhancements in support of GLONASS work | ||
Merge the contents of the old UsingWhereSat.md file with the WhereSat... | ||
Fix ddbase tests to not output to the same file | ||
|
||
|
||
|
||
# Version 13.5.0 Thursday August 25, 2022 | ||
|
||
Modifications by Author | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,28 @@ | ||
GNSSTk-APPs 13.5.0 Release Notes | ||
GNSSTk-APPs 13.6.0 Release Notes | ||
======================== | ||
|
||
* This release includes the following: | ||
* Updating `WhereSat` to add almanac support. | ||
* Updating `sats.csv` to match finalized format | ||
* Adding navdump enhancements in support of GLONASS work. | ||
* Adding Merge UsingWhereSat.md into the WhereSat.cpp doxygen documentation. | ||
* Splitting test data into a separate repo with submodule configuration. | ||
* Additionally, it contains build tests and CI updates. | ||
|
||
Updates since v13.4.2 | ||
Updates since v13.5.0 | ||
--------------------- | ||
|
||
**Build System and Test Suite** | ||
* Fix rineditnav tests so they don't clobber each other's output for random failures. | ||
* Fix ddbase tests that were writing to the same output file | ||
* Update Changed the minimum cmake version | ||
|
||
**Gitlab CI** | ||
* Add sonar scan job to pipeline | ||
* Update replaced sgl_ci docker images with sgl equivalent | ||
* Fix pipeline push artifacts | ||
|
||
**Library Changes** | ||
* Update WhereSat to add almanac support | ||
* Update sats.csv to match finalized format | ||
* Add navdump support for internal time system conversion | ||
* Add navdump support for more precise time stamps | ||
* Add navdump detail to xvt output | ||
* Add navdump option to request XVTs using a text file | ||
* Add navdump option for printing satellite positions in geodetic coordinates | ||
* Add Merge UsingWhereSat.md into the WhereSat.cpp doxygen documentation. | ||
* Update Split test data into a separate repo with submodule configuration | ||
* Update exception specifications from throw() to noexcept |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.