-
Notifications
You must be signed in to change notification settings - Fork 20
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
Open source publish #34
Merged
Merged
Conversation
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
…bb7ef4baa3c44864b5b637ea3d227a25f - Install the leap seconds header - updated leap second - bazel: add swift_cc* wrappers - bazel: fix code-coverage - Remove bazel submodule - Fetches swift's bazel rules via http_archive instead of using a submodule - Add cn0 mask to calc-pvt - bazel: Require build passes in CI - Export decode_sisa_index(), decode_bds_ura_index() and decode_fit_interval() functions: This allows external code to reuse libswiftnav's functions for decoding URA/SISA index values. - Also includes a couple of minor improvements: - Move definition of GAL_WEEK_TO_GPS_WEEK from ephemeris.h to gnss_time.h to be consistent with BDS_WEEK_TO_GPS_WEEK - Fix test for platforms where time_t is a signed 32-bit integer - Added Makefile with bazel wrappers - Fix group delay type for B1C - bazel: fix optimized compilation - clean up iono handling and navigation_measurement_t - bazel add gen_compile_commands target - bazel: make max_channels a configurable attribute - bazel: use c only macros to build libswiftnav - Handle endianess in bytestreams - Byte swap inline function - Regenerate leap second - bazel: Add bazeliskrc file - Use float whenever possible in satellite attitude and std - Revert "Use float whenever possible in satellite attitude and std" - Use float is satellite vel and acc when possible: Changed satellite acceleration and velocity to float when possible - Handle BDS B3I in get_tgd_correction() - Revert "Use float is satellite vel and acc when possible" - Add support for GPS L1CQ in health check --- Co-authored-by: Jason Mobarak <jason@swift-nav.com> Co-authored-by: Ivan Smolyakov <ivan.smolyakov@swift-nav.com> Co-authored-by: Altti Jokinen <altti.jokinen@swift-nav.com> Co-authored-by: Marco <marco.mendonca@swift-nav.com> Co-authored-by: Ivan Smolyakov <ivan.smolyakov@swift-nav.com> Co-authored-by: Antriksh Srivastava <antriksh.srivastava@swift-nav.com> Co-authored-by: Joseph Angelo <joseph.angelo@swift-nav.com> Co-authored-by: Isaac Torres <isaac.torres@swift-nav.com> Co-authored-by: Lucas Le <97814268+lucasle-sn@users.noreply.github.com> Co-authored-by: Rodrigo Reichert <rodrigo.reichert@swift-nav.com> Co-authored-by: Matt Woodward <46688854+woodfell@users.noreply.github.com> Co-authored-by: Wiktor Więcław <110531204+wwieclaw@users.noreply.github.com> Co-authored-by: Krzysztof Naglik <krzysztofnaglik96@gmail.com> Co-authored-by: dgburr <dburr@dburr.net>
jungleraptor
approved these changes
Sep 30, 2023
Not sure how bazel merge got messed up, but manually copied over changes and diff'd things to make sure I got everything:
-git clone git@github.com:swift-nav/libswiftnav-private.git
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Open source publish of df25faf9f28eb74ace9f9765c451087320b2d8ba..cae2886bb7ef4baa3c44864b5b637ea3d227a25f
Jira: https://swift-nav.atlassian.net/browse/DIP-307
Co-authored-by: Jason Mobarak jason@swift-nav.com
Co-authored-by: Ivan Smolyakov ivan.smolyakov@swift-nav.com
Co-authored-by: Altti Jokinen altti.jokinen@swift-nav.com
Co-authored-by: Marco marco.mendonca@swift-nav.com
Co-authored-by: Ivan Smolyakov ivan.smolyakov@swift-nav.com
Co-authored-by: Antriksh Srivastava antriksh.srivastava@swift-nav.com
Co-authored-by: Joseph Angelo joseph.angelo@swift-nav.com
Co-authored-by: Isaac Torres isaac.torres@swift-nav.com
Co-authored-by: Lucas Le 97814268+lucasle-sn@users.noreply.github.com
Co-authored-by: Rodrigo Reichert rodrigo.reichert@swift-nav.com
Co-authored-by: Matt Woodward 46688854+woodfell@users.noreply.github.com
Co-authored-by: Wiktor Więcław 110531204+wwieclaw@users.noreply.github.com
Co-authored-by: Krzysztof Naglik krzysztofnaglik96@gmail.com
Co-authored-by: dgburr dburr@dburr.net