File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changedSubmodule libswiftnav updated 73 files
- .github/workflows/auto-cancellation.yaml+11
- .github/workflows/ci.yaml+68-34
- .gitignore+10
- BUILD.bazel+134
- CMakeLists.txt+9-1
- Dockerfile+1-1
- Dockerfile.modern+4
- Jenkinsfile+36-40
- README.md+2-4
- WORKSPACE+32
- bazel/check.BUILD+23
- bazel/configure_file.bzl+31
- ci-build.sh+70-2
- cmake/common+1-1
- include/swiftnav/almanac.h+3
- include/swiftnav/array_tools.h-1
- include/swiftnav/bits.h+2
- include/swiftnav/bitstream.h+92-30
- include/swiftnav/constants.h+29-21
- include/swiftnav/ephemeris.h+4-1
- include/swiftnav/float_equality.h-1
- include/swiftnav/glonass_phase_biases.h-1
- include/swiftnav/gnss_time.h+23-24
- include/swiftnav/leap_seconds.h+65
- include/swiftnav/linear_algebra.h-1
- include/swiftnav/memcpy_s.h-1
- include/swiftnav/signal.h+6
- include/swiftnav/subsystem_status_report.h+92
- scripts/leap_seconds_generator.py+156
- scripts/requirements.txt+1
- src/almanac.c+21-2
- src/bits.c+67-1
- src/coord_system.c-1
- src/decode_glo.c-1
- src/ephemeris.c+65-10
- src/glo_map.c-1
- src/gnss_time.c+125-5
- src/ionosphere.c-1
- src/linear_algebra.c-1
- src/logging_common.c-1
- src/memcpy_s.c-1
- src/nav_meas.c-1
- src/set.c-1
- src/shm.c-1
- src/sid_set.c-1
- src/signal.c+10-10
- src/subsystem_status_report.c+71
- src/troposphere.c-1
- tests/CMakeLists.txt+3-2
- tests/check_almanac.c+1-1
- tests/check_bits.c+76-1
- tests/check_coord_system.c+1-1
- tests/check_decode_glo.c+1-1
- tests/check_edc.c+1-1
- tests/check_ephemeris.c+1-1
- tests/check_geoid_model.cc-1
- tests/check_glo_map.c+1-1
- tests/check_gnss_time.c+112
- tests/check_gnss_time_cpp.cc+30-3
- tests/check_ionosphere.c+1-1
- tests/check_linear_algebra.c+1-1
- tests/check_main.c+1
- tests/check_nav_meas.c+1-1
- tests/check_pvt.c+1-1
- tests/check_set.c+1-1
- tests/check_shm.c+1-1
- tests/check_sid_set.c+2-2
- tests/check_signal.c+3-3
- tests/check_subsystem_status_report.c+257
- tests/check_suites.h+1
- tests/check_troposphere.c-1
- tests/common/CMakeLists.txt+1-1
- tests/common/check_utils.c+2-2
0 commit comments