1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-29 17:07:58 +00:00
Commit Graph

8928 Commits

Author SHA1 Message Date
Carles Fernandez
f98a646049 CI: Add liborc-0.4-dev to ubuntu:latest 2022-08-25 13:38:57 +02:00
Carles Fernandez
439689a1d8 Merge branch 'vladisslav2011-glonass-ext-correlator-fix2' into next 2022-08-25 13:01:29 +02:00
Carles Fernandez
223a4b16d8 Reorder private members 2022-08-25 10:16:40 +02:00
Carles Fernandez
e8eb8a5ace Reorder private members 2022-08-25 10:07:50 +02:00
Carles Fernandez
67e27a3d89 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into vladisslav2011-glonass-ext-correlator-fix2 2022-08-25 09:45:02 +02:00
Carles Fernandez
3541271aea Merge branch 'glonass-ext-correlator-fix2' of https://github.com/vladisslav2011/gnss-sdr into vladisslav2011-glonass-ext-correlator-fix2 2022-08-25 09:44:48 +02:00
Carles Fernandez
c43515813c Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2022-08-25 09:32:23 +02:00
Carles Fernandez
e636b06b71 Merge branch 'koloboxer-shura-current' into next 2022-08-25 09:31:21 +02:00
Carles Fernandez
141457df95 Report spdlog version in CMake summary 2022-08-24 11:31:36 +02:00
Carles Fernandez
bef029cb50 Merge branch 'fix-spdlog' into next 2022-08-24 01:34:14 +02:00
Carles Fernandez
1a6dc7263d CMake: fix for old CMake 2022-08-23 21:29:54 +02:00
Carles Fernandez
6bf7cd9f30 Fix for old CMake 2022-08-23 15:44:50 +02:00
Carles Fernandez
1a4e9dc274 Add missing include (fix building in fedora-rawhide) 2022-08-23 15:13:15 +02:00
Carles Fernandez
e15faa7b67 Fix for old CMake 2022-08-23 15:12:09 +02:00
Carles Fernandez
8247021f32 CMake: Move log4cpp/spdlog handling to the GNURADIO cmake module 2022-08-23 14:11:06 +02:00
Carles Fernandez
5186b737b7 CMake: remove leftovers 2022-08-23 13:14:59 +02:00
Carles Fernandez
56ae0c043c CMake: Improve spdlog handling 2022-08-23 13:02:04 +02:00
Alexander V. Joura
cd843787c8 Wrong decoding of GLONASS navigation message parameter P1 in string #1 2022-08-16 12:44:03 +03:00
Carles Fernandez
da120cfa22 Reorder CHANGELOG.md 2022-08-12 21:24:38 +02:00
Carles Fernandez
cd3be22798 Fix error with C++14 (invalid conversion from const char* to char*) 2022-08-12 20:09:11 +02:00
Carles Fernandez
02260a7337 Fix building of obsdiff in systems that use lib64 2022-08-12 12:11:54 +02:00
Carles Fernandez
efcc2b1cda Merge branch 'jwmelto-zmq-signal-source' into next 2022-08-11 20:16:49 +02:00
Carles Fernandez
5120de51a5 Document new ZMQ_Signal_Source 2022-08-11 15:23:26 +02:00
Carles Fernandez
c994424995 Merge branch 'zmq-signal-source' of https://github.com/jwmelto/gnss-sdr into jwmelto-zmq-signal-source 2022-08-11 14:22:18 +02:00
Carles Fernandez
8048bcaf88 Merge branch 'jwmelto-security-fix' into next 2022-08-11 10:24:26 +02:00
Jim Melton
09d8e3b9e9 clang-tidy claims this is more correct 2022-08-10 22:41:38 -06:00
Jim Melton
1473dc3486 cmakelint 2022-08-10 21:27:47 -06:00
Jim Melton
4e9faa5793 cpplint 2022-08-10 21:26:10 -06:00
Jim Melton
2eae3ef43a implement dump 2022-08-10 20:21:12 -06:00
Jim Melton
b24141ca72 add ZMQ signal source 2022-08-10 17:37:57 -06:00
Carles Fernandez
d8de6bf20b Allow std::make_unique in C++11 2022-08-10 23:27:40 +02:00
Carles Fernandez
f79332bb7d Fix building for compilers using C++11 (Debian 8, Centos 7) for std::string_literals 2022-08-10 16:44:50 +02:00
Carles Fernandez
e429a96601 Use boost::filesystem if std::filesystem is not available 2022-08-10 12:14:52 +02:00
Carles Fernandez
6e2c3b1cc4 Merge branch 'security-fix' of https://github.com/jwmelto/gnss-sdr into jwmelto-security-fix 2022-08-10 10:31:45 +02:00
Vlad P
aad50e44d4 Glonass: implement extended correlation for cshort blocks
Signed-off-by: Vlad P <vladisslav2011@gmail.com>
2022-08-09 20:51:06 +03:00
Vlad P
c1d68ffbb3 glonass_lx_ca_dll_pll_c_aid_tracking better checks before enabling
preamble_timestamp_samples message port connection

1. Check for message port presence both in trk and nav blocks
2. Check for configuration property Tracking_xG.extend_correlation_ms

Signed-off-by: Vlad P <vladisslav2011@gmail.com>
2022-08-09 20:49:15 +03:00
Jim Melton
7bd25aa9cc penultimate clang-tidy compromise 2022-08-08 23:50:39 -06:00
Jim Melton
daaa4799b6 maybe this is the last one 2022-08-08 21:12:38 -06:00
Carles Fernandez
6228d198d2 Merge branch 'shura-current' of https://github.com/koloboxer/gnss-sdr into next 2022-08-05 08:33:06 +02:00
Alexander V. Joura
2792aafe19 Using wrong ephemeris map for GLONASS satellites 2022-08-04 12:14:26 +03:00
Alexander V. Joura
875b622cd1 1. Added class name qualifiers for member function definitions
2. Synchronized member function signatures
2022-08-03 19:03:45 +03:00
Carles Fernandez
32843a09f4 CI: add shellcheck work 2022-08-03 18:58:22 +03:00
Carles Fernandez
86f9c78953 Merge branch 'shellcheck' into kf2 2022-08-03 12:37:28 +02:00
Carles Fernandez
73fb017a0a CI: add shellcheck work 2022-08-03 12:33:57 +02:00
Carles Fernandez
09ed4de638 Fix errors and warnings raised by ShellCheck 2022-08-03 10:43:03 +02:00
Carles Fernandez
e4accfb8c8 Merge branch 'next' into kf2 2022-08-02 11:23:51 +02:00
Carles Fernandez
0700af775d Merge branch 'koloboxer-shura-current' into next 2022-08-01 18:51:52 +02:00
Alexander V. Joura
95c97cf420 improved precision of math constants
Signed-off-by: Alexander V. Joura <ellfire@gmail.com>
2022-08-01 14:47:20 +03:00
Carles Fernandez
f870cdf91b Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into kf2 2022-08-01 10:16:27 +02:00
Jim Melton
01fccabf82 one of these days, I'll learn to format before commit 2022-07-31 13:48:04 -06:00