File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changedSubmodule libswiftnav updated 84 files
- .bazelrc+95
- .github/dependabot.yaml+6
- .github/workflows/auto-cancellation.yaml-11
- .github/workflows/ci.yaml+81-28
- .gitmodules+3-3
- BUILD.bazel+32-32
- CMakeLists.txt+6-2
- Dockerfile.modern-4
- Jenkinsfile+45-13
- Makefile+4-4
- WORKSPACE.bazel+11-6
- ci-build.sh+2-2
- cmake/common+1-1
- include/swiftnav/bits.h+5-4
- include/swiftnav/correct_iono_tropo.h+37
- include/swiftnav/ephemeris.h+16-4
- include/swiftnav/geoid_model.h+2
- include/swiftnav/get_unaligned.h+13
- include/swiftnav/gnss_time.h+8
- include/swiftnav/leap_seconds.h+5-5
- include/swiftnav/macros.h+10
- include/swiftnav/signal.h+39
- scripts/gtx_convert.pl+2-2
- scripts/leap_seconds_generator.py+2-2
- scripts/requirements.txt+1-1
- src/bits.c+29-1
- src/correct_iono_tropo.c+135
- src/ephemeris.c+35
- src/geoid_model.c+55-42
- src/geoid_model.h+25
- src/geoid_model_15_minute.c+13
- src/geoid_model_15_minute.inc+2-2
- src/geoid_model_1_degree.c+13
- src/geoid_model_1_degree.inc+2-2
- src/gnss_time.c+47
- src/signal.c+1.1k-861
- src/single_epoch_solver.c+3-1
- tests/CMakeLists.txt+32-49
- tests/check_almanac.c-213
- tests/check_bits.c-403
- tests/check_coord_system.c-395
- tests/check_edc.c-40
- tests/check_geoid_model.cc-218
- tests/check_glo_map.c-109
- tests/check_gnss_time_cpp.cc-99
- tests/check_linear_algebra.c-756
- tests/check_log.c-106
- tests/check_main.c-41
- tests/check_nav_meas.c-171
- tests/check_pvt.c-792
- tests/check_sid_set.c-97
- tests/check_signal.c-618
- tests/check_subsystem_status_report.c-257
- tests/check_suites.h-35
- tests/check_troposphere.c-100
- tests/check_utils.h+32
- tests/common/CMakeLists.txt-2
- tests/common/check_utils.c-44
- tests/common/check_utils.h-8
- tests/test_almanac.cc+203
- tests/test_bits.cc+340
- tests/test_coord_system.cc+317
- tests/test_correct_iono_tropo.cc+153
- tests/test_data.h+184
- tests/test_decode_glo.cc+31-78
- tests/test_edc.cc+28
- tests/test_ephemeris.cc+408-379
- tests/test_geoid_model.cc+148
- tests/test_glo_map.cc+71
- tests/test_gnss_time.cc+260-490
- tests/test_gnss_time_cpp.cc+73
- tests/test_ionosphere.cc+17-72
- tests/test_linear_algebra.cc+713
- tests/test_log.cc+75
- tests/test_nav_meas.cc+134
- tests/test_pvt.cc+489
- tests/test_set.cc+76-108
- tests/test_shm.cc+8-25
- tests/test_sid_set.cc+69
- tests/test_signal.cc+543
- tests/test_subsystem_status_report.cc+238
- tests/test_troposphere.cc+83
- third_party/check-1
- third_party/googletest+1
0 commit comments