1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-31 01:47:59 +00:00
Commit Graph

8881 Commits

Author SHA1 Message Date
Carles Fernandez
2f763385ca Update google/benchmark to v1.6.1 2022-01-17 09:50:51 +01:00
Marc Majoral
50313315b5 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fix_acquisition 2022-01-10 11:02:14 +01:00
Carles Fernandez
49d71ca8e4 CI: Fix REUSE-compliance job 2022-01-04 18:05:00 +01:00
Carles Fernandez
802b6891bf Update Doxyfile to v1.9.3 2022-01-04 16:21:59 +01:00
Carles Fernandez
ec435ab119 Fix building if Gflags was found but Glog was not 2022-01-04 12:57:01 +01:00
Carles Fernandez
f0ba209d88 Use https instead of http for getting Armadillo 2022-01-04 11:59:52 +01:00
Carles Fernandez
480bcb995c Update Armadillo version to 10.8.0 2022-01-04 11:33:06 +01:00
Carles Fernandez
f38ea7b9f1 Exclude cpu_featires docs from volk_gnsssdr docs
Fix README rendering in html
2022-01-03 11:00:21 +01:00
Carles Fernandez
bd8f1a21b7 Raise CMake policy_max to 3.22 2022-01-03 10:57:03 +01:00
Carles Fernandez
7ad2d17510 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into ssr 2021-12-28 19:20:19 +01:00
Carles Fernandez
7a506e81d5 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into galileo-e6 2021-12-28 19:19:53 +01:00
Carles Fernandez
f2f02e5ba6 Fix counting of valid acquisitions 2021-12-28 19:15:43 +01:00
Carles Fernandez
05a7d2413d Prefer initialization to assignment in constructors in some signal sources 2021-12-28 19:14:18 +01:00
Carles Fernandez
26964a365a Fix program termination when usign extended intergration times
Reorder private data members, initialize them in constructor list
2021-12-28 13:59:57 +01:00
Carles Fernandez
561c422309 Merge branch 'mmajoral-fix_acq_perf_test' into next 2021-12-26 12:12:24 +01:00
Carles Fernandez
7f14fd2650 Update local glog version to v0.6.0 2021-12-25 22:27:26 +01:00
Carles Fernandez
e373a7c860 Update cpu_features code layout to 69d39934e8 2021-12-24 15:14:26 +01:00
Carles Fernandez
89185ff870 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into ssr 2021-12-23 16:13:19 +01:00
Carles Fernandez
1dca2dcf80 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into galileo-e6 2021-12-23 16:12:24 +01:00
Carles Fernandez
ce9bbf74b0 Reset TOW0 flag when resetting the block 2021-12-23 15:41:59 +01:00
Carles Fernandez
6d2aaa160e Report usage of ORC library in the CMake summary 2021-12-23 15:18:40 +01:00
Javier Arribas
0583de24dd The use of ORC library is now optional, even if it is installed on the system 2021-12-23 14:48:27 +01:00
Marc Majoral
bfe6b1a2a8 Do not take into account max_dwells when bit_transition_flag is true 2021-12-21 18:03:02 +01:00
Marc Majoral
1877d7d4e5 take into account bit_transition_flag for the calculation of the number of measurements 2021-12-21 12:39:41 +01:00
Marc Majoral
39fd3f1ffa Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fix_acq_perf_test 2021-12-20 10:51:15 +01:00
Carles Fernandez
ebf9aaf9cc Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into ssr 2021-12-20 08:06:28 +01:00
Carles Fernandez
55021d2531 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into galileo-e6 2021-12-20 08:05:51 +01:00
Carles Fernandez
14d38def84 Remove unnecessary comparisons 2021-12-19 21:56:53 +01:00
Carles Fernandez
a4db26fb50 Make Coverity Scan happy 2021-12-19 21:49:20 +01:00
Carles Fernandez
25e2e5e530 Fix typo 2021-12-19 17:35:59 +01:00
Carles Fernandez
a601c06d31 Update changelog 2021-12-19 17:31:35 +01:00
Carles Fernandez
9a4bd51063 Fix reading of .repeat_satellite parameter 2021-12-19 17:30:26 +01:00
Carles Fernandez
df4c965447 Fix flowgraph 2021-12-19 17:29:00 +01:00
Carles Fernandez
1b4390b16c Fix error message 2021-12-19 09:41:47 +01:00
Carles Fernandez
3dffec1e81 Fix Glonass receiver 2021-12-18 18:54:47 +01:00
Carles Fernandez
f01508923d CI: make clang-tidy happy. Was: modernize-use-default-member-init 2021-12-17 22:04:34 +01:00
Carles Fernandez
f226152829 CI: make clang-tidy happy. Was: modernize-use-default-member-init 2021-12-17 22:01:45 +01:00
Carles Fernandez
d041f69bd4 CI: add cppcoreguidelines-prefer-member-initializer clang-tidy check
Update clang-tidy keys and values
2021-12-17 20:11:02 +01:00
Carles Fernandez
4f76a9c526 Fix cross-compilation in some environments 2021-12-17 20:00:30 +01:00
Carles Fernandez
8f2ed57b0e Report Boost_USE_STATIC_LIBS in building summary 2021-12-17 19:48:11 +01:00
Carles Fernandez
bfb9bc88b9 CI: make clang-tidy happy 2021-12-17 19:24:05 +01:00
Carles Fernandez
d9a516e0b8 CI: make clang-tidy happy 2021-12-17 19:01:41 +01:00
Carles Fernandez
12ed230cd7 Prefer initialization to assignment in constructors 2021-12-17 17:40:17 +01:00
Marc Majoral
36754cc63f fixed the calculation of the number of measurements of the acquisition performance test 2021-12-17 15:40:46 +01:00
Carles Fernandez
7478069da9 Fix ambiguous overload 2021-12-17 15:01:09 +01:00
Carles Fernandez
9f0f1186c2 Simplify flowgraph disconnection 2021-12-17 14:43:37 +01:00
Carles Fernandez
aae48af5d4 Warn about missing SignalSource.sampling_frequency parameter 2021-12-17 14:05:36 +01:00
Carles Fernandez
eb6d8da59a Fix repetition of satellites in conf with large number of channels
The maximum number of channels per signal is now limited to the number of available satellites per system
2021-12-17 13:24:24 +01:00
Marc Majoral
fba6e2eaf7 set the tolerance of the doppler error to Acquisition.doppler_step in the acquisition performance test 2021-12-17 11:45:02 +01:00
Carles Fernandez
18b6aaffd2 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into ssr 2021-12-15 02:49:56 +01:00