Commit Graph

  • aadc9e6a26
    Improve acquisition adapters constructors: prefer member initializers of the constructor instead of in the constructor body Carles Fernandez 2022-12-09 12:00:28 +0100
  • 8bd0292b1a
    Improve tracking adapters constructors: prefer member initializers of the constructor instead of in the constructor body. Improve consistency of private members name Carles Fernandez 2022-12-08 17:39:16 +0100
  • 3d3d76362b
    Use newer signature for set_relative_rate(), improve member initialization Carles Fernandez 2022-12-08 11:16:40 +0100
  • ca11e5d215
    Relax error for CI jobs Carles Fernandez 2022-12-06 14:17:06 +0100
  • 3e9648c4eb
    Apply changes suggested by clang-tidy Carles Fernandez 2022-12-06 14:06:01 +0100
  • 6a1eec93b6
    Apply changes suggested by clang-tidy Carles Fernandez 2022-12-06 12:54:21 +0100
  • 31b7a01c51
    Fix building Carles Fernandez 2022-12-05 23:18:33 +0100
  • 1aeaddaeab
    Fix building Carles Fernandez 2022-12-05 23:03:16 +0100
  • 82f1d8b991
    Fix building Carles Fernandez 2022-12-05 22:50:01 +0100
  • dde0667c6b
    Fix building Carles Fernandez 2022-12-05 22:37:49 +0100
  • 6b614958ca
    Fix formatting Carles Fernandez 2022-12-05 21:51:55 +0100
  • 41c0bce514
    Apply clang-tidy fix cppcoreguidelines-prefer-member-initializer Carles Fernandez 2022-12-05 21:44:39 +0100
  • 2ba268fd1a
    Merge branch 'mmajoral-DMA' into next Carles Fernandez 2022-12-05 21:25:55 +0100
  • 843fb7a58a
    Remove unused private member Carles Fernandez 2022-12-05 20:44:52 +0100
  • 5ac57eff38
    Fix formatting Carles Fernandez 2022-12-05 20:42:42 +0100
  • 31124ae72b Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into DMA Marc Majoral 2022-12-05 19:21:30 +0100
  • 4ce4682ea8 use separate files for the Xilinx DMA-proxy and the ezdma drivers Marc Majoral 2022-12-05 19:18:31 +0100
  • 44aa398ea1
    Remove set but not used warning Carles Fernandez 2022-12-05 13:11:48 +0100
  • 31be8fb831
    Remove unused commit Carles Fernandez 2022-12-05 17:39:33 +0100
  • f78579ce7e
    Remove unused variable Carles Fernandez 2022-12-05 16:22:01 +0100
  • c9a845ab3d
    Activate usage of boost::endian if available Carles Fernandez 2022-12-05 16:17:54 +0100
  • 4f08c7a88f
    Merge branch 'jeffmelville-labsat3w_unpack_fix' into next Carles Fernandez 2022-12-05 16:14:21 +0100
  • cecf7e5e43
    Fix building if boost::endian is not available Carles Fernandez 2022-12-05 15:02:35 +0100
  • 38341c351b
    Merge branch 'labsat3w_unpack_fix' of https://github.com/jeffmelville/gnss-sdr into jeffmelville-labsat3w_unpack_fix Carles Fernandez 2022-12-05 13:14:51 +0100
  • d1c71fbbf7
    Merge branch 'wkazubski-fix-configs' into next Carles Fernandez 2022-12-05 10:49:49 +0100
  • 7b3ce7c6fb
    Merge branch 'fix-configs' of https://github.com/wkazubski/gnss-sdr into wkazubski-fix-configs Carles Fernandez 2022-12-05 10:49:03 +0100
  • 6a2ac9eac6
    Fix runtime error if GNU Radio was built with -D_GLIBCXX_ASSERTIONS. Fixes #677 Carles Fernandez 2022-12-04 00:11:42 +0100
  • c504b16568
    CMake improvements: Move _FORTIFY_SOURCE=2 definition to targets, do not apply in Debug mode. Make use of add_compile_definitions() instead of add_definitions() when available Carles Fernandez 2022-12-04 00:05:07 +0100
  • 2cde7c0fe8
    CMake improvements: Move _FORTIFY_SOURCE=2 definition to targets, do not apply in Debug mode. Make use of add_compile_definitions() instead of add_definitions() when available Carles Fernandez 2022-12-03 23:55:12 +0100
  • be14f1c4b4
    Replace cshort with gr_complex Wojciech Kazubski 2022-12-01 14:45:33 +0100
  • 72ffa2f7f5
    Remove not working throttle control (sample rate determined by hardware) Wojciech Kazubski 2022-12-01 14:43:18 +0100
  • a975e33dab
    Fix for Xcode new build system Carles Fernandez 2022-11-29 23:38:27 +0100
  • bb03d42177
    CI: fixes in yml files Carles Fernandez 2022-11-27 16:49:41 +0100
  • 7df4e73485
    Add Into Pääkkönen as author, remove conflicting refs Carles Fernandez 2022-11-27 16:35:48 +0100
  • 037e3ef45f
    CI: Update citation.yml file Carles Fernandez 2022-11-27 16:32:19 +0100
  • bed01b000b
    Fix ci jobs Carles Fernandez 2022-11-27 10:34:53 +0100
  • 51869b0485
    Add support for s390x arch in cpu_features. Update to 4e191a4 Carles Fernandez 2022-11-27 10:23:23 +0100
  • 9b692375d1
    Build all targets of volk_gnsssdr Carles Fernandez 2022-11-27 08:18:07 +0100
  • cfc216ac32
    Improve volk_gnsssdr build command Carles Fernandez 2022-11-26 17:52:46 +0100
  • 59b358463d
    Force building of shared library Carles Fernandez 2022-11-26 17:03:28 +0100
  • 5c617d2169
    Force building of list_cpu_features Carles Fernandez 2022-11-26 13:42:12 +0100
  • e48389e306
    Fix installation of volk_gnsssdr python files if Python >= 3.10 Carles Fernandez 2022-11-26 11:37:35 +0100
  • f71b7c9a67
    Try to fix build-ubuntu job Carles Fernandez 2022-11-26 08:49:31 +0100
  • 5a05c8c7e7
    Tru to fix build-ubuntu job Carles Fernandez 2022-11-25 14:12:42 +0100
  • c3e163d839
    Update CI files Carles Fernandez 2022-11-25 13:58:00 +0100
  • be8a0a2a5a
    Workaround for breaking change in clang-format 15 Carles Fernandez 2022-11-25 10:47:06 +0100
  • 4e533deb16
    Update checkout action for macos-latest Carles Fernandez 2022-11-25 10:18:29 +0100
  • d1713af027
    Make clang-format happy Carles Fernandez 2022-11-25 08:03:29 +0100
  • 57afa6bdbb
    Bump max CMake version to 3.25 Carles Fernandez 2022-11-24 19:13:14 +0100
  • a8e7392f4a
    Make clang-format happy Carles Fernandez 2022-11-24 09:12:33 +0100
  • 0db9c2c442 Bump minimum CMake version for benchmarks Carles Fernandez 2022-11-23 10:04:03 +0100
  • c7eeeb0342
    Improve indentation Carles Fernandez 2022-11-12 10:27:04 +0100
  • 20f4b539a4
    Improve Table of Contents Carles Fernandez 2022-11-12 09:53:36 +0100
  • 16f0b4c862
    Update local version of Pugixml to 1.13 Carles Fernandez 2022-11-12 09:45:08 +0100
  • 0133d7be94
    Update benchmark to 1.7.1 Carles Fernandez 2022-11-11 21:36:34 +0100
  • de8640aa1d
    Bump local version of ProtocolBuffers to 21.8 Carles Fernandez 2022-10-26 21:57:59 +0200
  • f2c56a1766
    Make CMake modules work for Windows Carles Fernandez 2022-10-25 14:53:37 +0200
  • de165e2a51
    Update local version of gnsstk to 13.7.0 Carles Fernandez 2022-10-25 14:50:16 +0200
  • 450397f1a9 Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime Javier Arribas 2022-10-21 12:20:01 +0200
  • a6bc083176 Replace cshort by gr_complex wkazubski 2022-10-13 01:18:48 +0200
  • a2ab0fd872 Remove not working throttle control (speed determined by hardware wkazubski 2022-10-13 00:42:06 +0200
  • 0ff811d00d
    Merge branch 'vladisslav2011-monitor_spam_fix' into next Carles Fernandez 2022-10-11 09:17:20 +0200
  • 652c03430f
    Fix monitor spamming errors when dest UDP port is unreachable Vladislav P 2022-10-05 21:38:13 +0300
  • 4f2d73dfe3
    Fix for old CMake Carles Fernandez 2022-09-28 08:08:09 +0200
  • ccf2b830a2 Adding TrackingCmd class to VTL engine vtl Javier Arribas 2022-09-23 12:28:19 +0200
  • 1929183e39 Add Vector Tracking Loop engine skeleton Javier Arribas 2022-09-22 17:49:02 +0200
  • 205583bb27 Update ad936x iio custom lib Javier Arribas 2022-09-22 15:15:07 +0200
  • 8734a9f5c1 Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime Javier Arribas 2022-09-21 12:03:54 +0200
  • 72b7311c6c Merge branch 'jwmelto-zmq-fix' into next Carles Fernandez 2022-09-21 11:34:25 +0200
  • 5eea24d8ef
    add missing include dependency Jim Melton 2022-09-20 17:12:09 -0600
  • 36a1e4c18d
    convert from vector to stream Jim Melton 2022-09-14 11:57:48 -0600
  • 615b214b55
    fix typo Jim Melton 2022-09-20 15:27:08 -0600
  • cf28f95f70
    add missing include dependency Jim Melton 2022-09-20 11:46:55 -0600
  • b6c7e4a6f1 Fix register unpacking for Labsat3W files Jeff Melville 2022-09-20 10:16:02 -0400
  • 97cf4135e0 Add E6 observables in RINEX observation header Carles Fernandez 2022-09-16 12:39:01 +0200
  • 0d393dcc7e Fix RTCM messages in the presence of E6 observables Carles Fernandez 2022-09-16 11:27:56 +0200
  • 8a9c28f0a0 Fix RTCM messages for the GPS L1 + Gal E1 + Gal E6 receiver Carles Fernandez 2022-09-16 09:56:14 +0200
  • b9f2a33fff Fix RTCM messages for the GPS L1 + Gal E1 + Gal E6 receiver Carles Fernandez 2022-09-15 13:27:30 +0200
  • ac690d9f3b Fix RTCM messages for the GPS L1 + Gal E6 receiver Carles Fernandez 2022-09-15 12:14:40 +0200
  • 039065c383 Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime Javier Arribas 2022-09-15 11:29:33 +0200
  • 30dd2e5048
    Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next Carles Fernandez 2022-09-14 21:15:50 +0200
  • 815467ae72
    Fix Rinex printer for GPS L1 + Gal E6 Carles Fernandez 2022-09-14 21:15:12 +0200
  • d7641e2b08
    Add GPS L1 + Galileo E6 receiver type Carles Fernandez 2022-09-14 19:44:12 +0200
  • dd1ce7893c Adding ad936x custom source optional interchannel delay compensation Javier Arribas 2022-09-13 17:34:23 +0200
  • 4ac556fdb8 Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime Javier Arribas 2022-09-13 17:24:18 +0200
  • 4fa793b3cd Add PVT.use_e6_for_pvt parameter, by default to true. If set to false, E6 observables are not injected in the PVT engine Carles Fernandez 2022-09-13 17:19:52 +0200
  • 7333f0ce73
    - Added Hamming code correction method - Added google tests for this method Alexander V. Joura 2022-09-09 15:43:59 +0300
  • 1957ebfd42
    refactoring: removed unnecessary class members Alexander V. Joura 2022-09-07 19:58:23 +0300
  • 3d62be00ed Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime Javier Arribas 2022-09-06 12:04:57 +0200
  • 45e1fa3ade
    Allow for multi-system configurations containing Galileo E6 Carles Fernandez 2022-09-06 12:03:17 +0200
  • b1e09584cd Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime Javier Arribas 2022-09-05 16:29:03 +0200
  • 65c7af282a
    Set highest CMake version to 3.24 Carles Fernandez 2022-09-05 14:12:07 +0200
  • e1b13414f0
    Merge branch 'test_android' into next Carles Fernandez 2022-09-05 14:05:59 +0200
  • dc297f8677
    Raise volk_gnsssdr VERSION_INFO_MAINT_VERSION to 17.git Carles Fernandez 2022-09-05 14:05:32 +0200
  • a14970bf1a
    Raise Android minSdkVersion to 24 Carles Fernandez 2022-09-05 13:07:51 +0200
  • e509354751
    Fix for Android Carles Fernandez 2022-09-05 12:55:07 +0200
  • ea386ece93
    Add include for cpowf Carles Fernandez 2022-09-05 12:30:12 +0200
  • 68983ba777
    Add buiding of volk_gnsssdr on Android Carles Fernandez 2022-09-05 12:18:33 +0200
  • ea7a4ff5d1
    Add buiding of volk_gnsssdr on Android Carles Fernandez 2022-09-05 12:16:01 +0200
  • cb1e40a855
    Merge branch 'next' into test_android Carles Fernandez 2022-09-05 12:04:58 +0200