Commit Graph

  • 7209dc4e87
    Remove unnecessary temporary objects and destructors Carles Fernandez 2023-04-04 08:39:35 +0200
  • 51418850bb
    Add configuration parameter PVT.bancroft_init, by default to true, to opt-out for Bancroft initialization in the first iteration of PVT computation Carles Fernandez 2023-04-03 13:36:54 +0200
  • 3def3c36cd
    Save one iteration in the Bancroft algorithm Carles Fernandez 2023-04-02 10:31:17 +0200
  • 81eb2a07c3
    Add const Carles Fernandez 2023-04-01 21:54:03 +0200
  • 318a39bd79
    Make Bancroft work in other bands than L1, make the algorithm more stable in case of a singular matrix Carles Fernandez 2023-04-01 21:43:32 +0200
  • 67c6dbcfda
    Skip rotation in Bancroft method Carles Fernandez 2023-04-01 18:09:35 +0200
  • 16ae683717
    Fix positioning with LEO-based constellations Carles Fernandez 2023-04-01 13:12:42 +0200
  • bf3c3918ef
    Update local version of Protocol Buffers to v22.2 (requires abseil-cpp >= 20230117). If abseil is not found or is too old, it falls back to Protocol Buffers v21.12 Carles Fernandez 2023-03-31 13:23:31 +0200
  • 79ebc32d8c
    Remove noexpect from the copy assignment operator Carles Fernandez 2023-03-26 17:06:35 +0200
  • 2eed0baefb
    Fix for GCC 4.8 Carles Fernandez 2023-03-25 19:29:41 +0100
  • 090017dfaa
    Improve copy and move constructors Carles Fernandez 2023-03-25 18:11:29 +0100
  • c3c1098790
    Define HAS ICD tables as const unordered_map, so they don't need to be recreated each time Carles Fernandez 2023-03-25 14:31:15 +0100
  • 29cf1c246b
    Improve copy and move constructors and assignment operators Carles Fernandez 2023-03-25 14:05:01 +0100
  • 3a235e4859
    Remove unused variable, avoids warning Carles Fernandez 2023-03-21 11:06:43 +0100
  • 318c7cba9f
    CI: Fix cpplint job Carles Fernandez 2023-03-21 11:06:09 +0100
  • 8e1818f743
    Fix truncation warning Carles Fernandez 2023-03-21 09:53:16 +0100
  • 5f5077ffc5
    Add missing semicolon Carles Fernandez 2023-03-21 09:26:43 +0100
  • a75222eb14
    cpu_features: add missing identifiers for Raptor Lake Carles Fernandez 2023-03-21 09:24:56 +0100
  • b99d1afb36
    Fix some truncation warnings Carles Fernandez 2023-03-21 09:24:11 +0100
  • 6004b8f901
    Fix logic for downloading test files (Fixes: #707) Carles Fernandez 2023-03-19 13:53:58 +0100
  • 20aeb282e0
    Merge branch 'cf_test' into next Carles Fernandez 2023-03-18 13:14:47 +0100
  • f918f1160a
    Merge branch 'geohash' into next Carles Fernandez 2023-03-18 13:14:24 +0100
  • 060c3af124
    cpu_features: Add Windows Arm64 support, update C++ standard for tests from C++11 to C++14, add Raptor Lake-P and Raptor Lake-HX/S detection Carles Fernandez 2023-03-18 11:41:43 +0100
  • 43eec44579
    Improve geohash test, make it easier to read the log Carles Fernandez 2023-03-18 11:39:44 +0100
  • da1a75ec39
    Fix geohash decoding Carles Fernandez 2023-03-18 08:47:35 +0100
  • 18e5345669
    clang-tidy fixes Carles Fernandez 2023-03-17 13:51:01 +0100
  • 1b2087944e
    Add Geohash of PVT solution to internal logs Carles Fernandez 2023-03-17 10:39:22 +0100
  • 723cddc6d2
    Merge branch 'jwmelto-bugfix/tags-2.0' into next Carles Fernandez 2023-03-11 13:35:57 +0100
  • db8810a1d4
    Merge branch 'bugfix/tags-2.0' of https://github.com/jwmelto/gnss-sdr into jwmelto-bugfix/tags-2.0 Carles Fernandez 2023-03-11 13:35:32 +0100
  • 9c8dd1929d
    REALLY suppress tags this time Jim Melton 2023-02-28 14:13:31 -0700
  • e7c6a26941 Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime Javier Arribas 2023-02-28 15:20:05 +0100
  • 9a8fc0289d
    Merge remote-tracking branch 'cf/has-corr' into next Carles Fernandez 2023-02-28 13:16:52 +0100
  • 56292fb00c
    Try hard to not throw in main Carles Fernandez 2023-02-28 13:16:10 +0100
  • 0a11f1470a
    Process and apply Galileo HAS corrections to the PVT solution Carles Fernandez 2023-02-28 13:08:53 +0100
  • ada631185b Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime Javier Arribas 2023-02-16 14:49:11 +0100
  • 0d60e46390
    Merge branch 'jwmelto-tags' into next Carles Fernandez 2023-01-30 09:17:22 +0100
  • d350677772
    Do not fail if gr-zeromq is not present. Make CI jobs happy. Carles Fernandez 2023-01-30 09:15:43 +0100
  • d644f7aba8
    make sure your changes are compiled Jim Melton 2023-01-27 13:30:32 -0700
  • 6276d3b331
    do not propagate tags Jim Melton 2023-01-27 12:01:31 -0700
  • aff9a1b266 Fix Galileo ephemeris annotations when a reduced CED set is received before page 4 Carles Fernandez 2023-01-27 16:28:31 +0100
  • 4999d38194
    Improve portability Carles Fernandez 2023-01-26 18:39:25 +0100
  • 09cc53f36e Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime Javier Arribas 2023-01-13 12:34:44 +0100
  • d5c5187c68
    Merge branch 'mmajoral-fix_acq_non_blocking_mode' into next Carles Fernandez 2023-01-12 09:24:30 +0100
  • ec5d5f1363
    Fix namespace so this can build if pmt does not include boost/any.hpp Carles Fernandez 2023-01-12 09:08:39 +0100
  • 538e7c039f
    Merge branch 'fix_acq_non_blocking_mode' of https://github.com/mmajoral/gnss-sdr into mmajoral-fix_acq_non_blocking_mode Carles Fernandez 2023-01-11 23:26:46 +0100
  • 72a08a6cf2
    Merge branch 'jwmelto-flush-nmea' into next Carles Fernandez 2023-01-11 23:03:42 +0100
  • 5213e5b036
    Merge branch 'flush-nmea' of https://github.com/jwmelto/gnss-sdr into jwmelto-flush-nmea Carles Fernandez 2023-01-11 23:03:18 +0100
  • 7898236c44
    Add missing include (required by Clang 14) Carles Fernandez 2023-01-11 17:39:10 +0100
  • 945a7729fd
    Add missing include Carles Fernandez 2023-01-11 17:06:42 +0100
  • 11f7bf5883
    Update GNSSTk library version to v14.0.0 Carles Fernandez 2023-01-11 16:22:45 +0100
  • 764ab08d1e fix two-step acquisition when using non-blocking mode: make sure acquisition state 0 does not clear Acq_doppler_hz before Acq_doppler_hz is used for the initialization of the second-step acquisition. Marc Majoral 2023-01-11 16:01:51 +0100
  • 029fef8db2 when using the acquisition in non-blocking mode do not clear the Acq_doppler_hz in state 0. Acq_doppler_hz is later needed to initialize the center Doppler frequency of the second-step acquisition. Marc Majoral 2023-01-11 12:28:52 +0100
  • 9c15163300
    apply ALL the formatting changes Jim Melton 2023-01-06 12:56:42 -0700
  • 543d3a425d
    flush output Jim Melton 2023-01-06 11:56:58 -0700
  • c0c4544650
    acquisition: populate gnss_synchro.fs with acquisition sample rate Vladslav P 2022-10-28 03:47:19 +0300
  • 2b1a976941
    Fix building Carles Fernandez 2022-12-19 20:55:06 +0100
  • 8b9b63c759
    Fix building Carles Fernandez 2022-12-19 15:29:04 +0100
  • 0ef411cc09
    Remove tests files, download them at configuration time Carles Fernandez 2022-12-19 15:09:55 +0100
  • 288b3e29f5
    Update local version of the gnsstk library to 13.8.0 Carles Fernandez 2022-12-19 13:12:35 +0100
  • e7906fd5b7
    Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fix-lintian Carles Fernandez 2022-12-18 13:56:45 +0100
  • 92dca5faa5
    Update changelog Carles Fernandez 2022-12-18 11:24:28 +0100
  • bb963e8ed7
    Merge branch 'fix-lintian2' into next Carles Fernandez 2022-12-18 11:21:42 +0100
  • 6fb8a9e7ac
    CI: workaround for macos builds Carles Fernandez 2022-12-18 10:59:46 +0100
  • 3413e26a06
    Only pass CMAKE_CXX_FLAG and CMAKE_C_FLAGS to volk_gnsssdr if not empty Carles Fernandez 2022-12-17 14:38:10 +0100
  • 244d2c87d1
    Fix clang-tidy bugprone-exception-escape check Carles Fernandez 2022-12-17 14:36:35 +0100
  • 4a4d2d134e
    Fix Wstringop-truncation warning Carles Fernandez 2022-12-17 14:03:28 +0100
  • 840b184beb
    Fix warning -Wrestrict raised when using c++20 Carles Fernandez 2022-12-17 13:15:16 +0100
  • 3747e0396d
    Pass compiler flags to volk_gnsssdr in a more elegant way Carles Fernandez 2022-12-17 10:19:09 +0100
  • fd456d1eec
    CI: improve readability of yml files Carles Fernandez 2022-12-17 09:40:20 +0100
  • 7eef89349a
    Enable C++20 when possible Carles Fernandez 2022-12-17 09:16:51 +0100
  • 2bab3b8863
    Fix CMake generator expressions Carles Fernandez 2022-12-16 14:18:58 +0100
  • 2e06b27fcf
    Fix CMake generator expression Carles Fernandez 2022-12-16 12:24:23 +0100
  • fa9d25a5b2
    Fix lintian warning hardening-no-fortify-functions Carles Fernandez 2022-12-16 11:38:43 +0100
  • 6564e25b40
    Use ofstream instead of ifstream where appropriate Carles Fernandez 2022-12-16 11:10:59 +0100
  • 43bf7a37fb
    Add missing includes Carles Fernandez 2022-12-13 16:59:23 +0100
  • e2e1949804
    Add missing includes Carles Fernandez 2022-12-13 16:59:23 +0100
  • d5144ddc39
    Do not install binary files and tests that depend on them if ENABLE_PACKAGING is enabled Carles Fernandez 2022-12-13 17:35:53 +0100
  • 10b1b36c88
    Fix lintian warning hardening-no-fortify-functions Carles Fernandez 2022-12-13 17:02:27 +0100
  • d98ea32222
    Add missing includes Carles Fernandez 2022-12-13 16:59:23 +0100
  • b8decef94d Merge with next Javier Arribas 2022-12-12 15:30:30 +0100
  • b422f7e48c
    CI: Workaround for ubuntu build Carles Fernandez 2022-12-11 23:44:44 +0100
  • 6b1e5f91d5
    Merge branch 'vladisslav2011-glonass-ecc' into next Carles Fernandez 2022-12-11 22:03:14 +0100
  • 80c7d56771
    Merge branch 'glonass-ecc' of https://github.com/vladisslav2011/gnss-sdr into vladisslav2011-glonass-ecc Carles Fernandez 2022-12-11 15:32:32 +0100
  • 132352a5ed
    Fix B3I tracking locking to a wrong correlation peak Vladislav P 2022-09-08 01:02:03 +0300
  • 10ce5f3328
    Fix typo Vlad P 2022-08-09 20:55:38 +0300
  • 7e3c17b2cc
    BeiDou ephemeris validation Vladislav P 2022-08-25 21:34:22 +0300
  • 034d558367
    BeiDou telemetry decoder improvements Vladislav P 2022-08-26 16:55:42 +0300
  • 961ae74f25
    Apply ECC to second half of first word of BeiDou telemetry subframe Vlad P 2022-08-09 20:52:47 +0300
  • 9cba2bf71c
    Generic ephemeris validator Vladislav P 2022-08-26 02:39:58 +0300
  • b47e0688e6
    Finish position averaging implementation Vladislav P 2022-08-27 00:46:35 +0300
  • 1a6efcac0a
    gnss_synchro_monitor: reduce CPU consumption Vladislav P 2022-09-07 07:24:46 +0300
  • d35faa02f7
    Fix B3I tracking locking to a wrong correlation peak Vladislav P 2022-09-08 02:25:45 +0300
  • 4e625b03d1
    Add test data from libswitnav Vladislav P 2022-09-08 00:19:03 +0300
  • e4a3a060ee
    Implement GLONASS string error correction Vladislav P 2022-08-26 16:27:01 +0300
  • e800ca2e60
    Implement glonass ephemeris validator Vladislav P 2022-08-26 16:34:58 +0300
  • 0282e61ac0
    Generic ephemeris validator Vladislav P 2022-08-26 02:39:58 +0300
  • bbada7f811
    Use ofstream instead of ifstream where appropriate Carles Fernandez 2022-12-11 13:31:24 +0100
  • 79d6a3f166
    Use ofstream instead of ifstream where appropriate Carles Fernandez 2022-12-11 12:48:00 +0100
  • eb255dec9e
    Avoid throwing in Tlm_CRC_Stats destructor (fix bugprone-exception-escape check). More consistent private member naming. Carles Fernandez 2022-12-11 10:21:32 +0100
  • f09da3ded6
    Make clang-tidy happy Carles Fernandez 2022-12-10 08:55:17 +0100