1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-29 09:02:26 +00:00
Commit Graph

8315 Commits

Author SHA1 Message Date
Carles Fernandez
1ee5ce13ab Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into galileo-e6 2021-12-07 10:22:33 +01:00
Carles Fernandez
704c051156 Merge branch 'mmajoral-fix_acq_perf_test' into next 2021-12-07 10:20:41 +01:00
Marc Majoral
afc78ee0ff fix acquisition performance test 2021-12-04 18:07:25 +01:00
Carles Fernandez
54a618cf58 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into galileo-e6 2021-11-29 18:57:41 +01:00
Carles Fernandez
5f2f752421 Fix a bug that prevented from obtaining PVT fixes with Galileo E1 signals if frame 0 was the first to be decoded 2021-11-29 17:01:58 +01:00
Carles Fernandez
c4aca73e67 Update changelog 2021-11-29 16:50:43 +01:00
Carles Fernandez
8f5790d0a0 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into galileo-e6 2021-11-23 21:40:26 +01:00
Carles Fernandez
3ff534bb4c Fix selection of C++ standard 2021-11-23 18:53:56 +01:00
Carles Fernandez
6a625bdba6 Fix linking against GNU Radio master 2021-11-23 17:13:58 +01:00
Carles Fernandez
bcec8331e6 Fixes for building against GNU Radio master
Log4cpp has been replaced by spdlog and fmt
2021-11-23 16:38:50 +01:00
Carles Fernandez
cc38d6bc08 Fixes for building against GNU Radio master
Log4cpp has been replaced by spdlog
2021-11-23 13:30:48 +01:00
Carles Fernandez
da41c04c1d Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into galileo-e6 2021-11-22 19:51:28 +01:00
Carles Fernandez
c2a23dd372 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2021-11-22 19:48:52 +01:00
Carles Fernandez
b0fd24476d Fix formatting 2021-11-22 19:38:56 +01:00
Javier Arribas
ede805f9c3 Fix some build errors for Android cross-compiling 2021-11-22 17:47:00 +01:00
Carles Fernandez
ab8b1e2f82 Update gsl-lite to v0.40.0 2021-11-22 14:30:24 +01:00
Carles Fernandez
ec56450971 Forget data from too old MID messages
Do not process data if the MID was already printed (saves computation time and cluttering of repeated messages)
2021-11-20 14:36:29 +01:00
Carles Fernandez
617c1747b9 Add HAS message decoding test 2021-11-20 04:07:05 +01:00
Carles Fernandez
d4db8a82b7 Fix formatting, print HAS message decoding only when we already have the mask and can be read 2021-11-20 03:58:56 +01:00
Carles Fernandez
98a850053c Update to Galileo HAS ICD v1.4 2021-11-19 17:50:41 +01:00
Carles Fernandez
a4a5f777bc Merge branch 'mmajoral-init_dyn_bit_sel' into next 2021-11-17 14:35:39 +01:00
Carles Fernandez
0a1bbadbc1 Merge branch 'init_dyn_bit_sel' of https://github.com/mmajoral/gnss-sdr into mmajoral-init_dyn_bit_sel 2021-11-17 14:35:20 +01:00
Marc Majoral
740a2762bc Initialize the dynamic bit selection shift register 2021-11-15 12:47:33 +01:00
Carles Fernandez
991c1ed100 Update changelog 2021-11-12 18:04:12 +01:00
Carles Fernandez
314a01d64a Merge branch 'lenhart-nav_listener' into next 2021-11-12 17:41:54 +01:00
Lenhart
2270958343 changed error message to reflect error cause, renamed function
Signed-off-by: Lenhart <malte.lenhart@mailbox.org>
2021-11-01 21:34:39 +01:00
Lenhart
419fb3925c Changed example code for navigation message listener:
- old print_content() function hid blocking udp call (unintuitive, less modular)
- member variable nav_msg unnecessary (and confusing. Was previously assigned to itself in read_nav_msg fct after being passed in as fct argument)
- udp_listener class now can be used as library to integrate into custom projects

Signed-off-by: Lenhart <malte.lenhart@mailbox.org>
2021-10-31 16:47:33 +01:00
Carles Fernandez
dc87113279 Fix building of FPGA test 2021-10-30 21:51:23 +02:00
Carles Fernandez
a7a140862b Fix building against latest GNU Radio
Replace boost::any by std::any
2021-10-30 05:43:22 +02:00
Carles Fernandez
2fc172c0f0 Fix clang-format and cpplint CI jobs 2021-10-29 15:26:51 +02:00
Carles Fernandez
f9911cbc3f Fix lintian warning very-long-line-length-in-source-file (raised by Lintian v2.110.0)
Rationale:
The source file includes a line length that is well beyond the normally human made code line length.
This very long line length does not allow Lintian to do correctly some source file checks.
This line could also be the result of some text injected by a computer program, and thus could lead to FTBFS bugs.
Last but not least, long line in source code could be used to obfuscate the source code and to hide stuff like backdoors or security problems.
2021-10-29 14:26:55 +02:00
Carles Fernandez
0c988c5be3 Avoid very-long-line-length-in-source-file lintian warning 2021-10-29 10:21:19 +02:00
Carles Fernandez
bf5edf32cc Fix building against UHD 3.15.0.0-5 2021-10-29 01:36:55 +02:00
Carles Fernandez
de2c19804d Remove unused member 2021-10-27 21:35:26 +02:00
Carles Fernandez
9fc1ec401a Update changelog 2021-10-27 21:05:59 +02:00
Carles Fernandez
5ec8fba831 Input filter: Prefer initialization to assignment in constructors 2021-10-27 21:01:28 +02:00
Carles Fernandez
9df6767461 Improve source code readability 2021-10-27 19:46:54 +02:00
Carles Fernandez
272db9ce59 Fix building against GNU Radio master (currently 3.10.0.git), since it breaks when the C++ standard is C++20 2021-10-27 18:58:55 +02:00
Carles Fernandez
51ecf9998d cpu_features: Update README.md 2021-10-27 18:34:23 +02:00
Carles Fernandez
82a0e3ec0f cpu_features: Fix enabling ndk_compat 2021-10-27 18:28:50 +02:00
Carles Fernandez
caa5aa6c34 cpu_features: Override CacheInfo only if new data is available via Deterministic Cache Parameters Leaf 2021-10-27 18:17:10 +02:00
Carles Fernandez
3986c330bd Define CMAKE_POSITION_INDEPENDENT_CODE when building cpu_features 2021-10-25 18:10:09 +02:00
Carles Fernandez
8e8dac91da Update local version of google/benchmark to 1.6.0 2021-10-25 17:47:06 +02:00
Carles Fernandez
8849f78eb0 Merge branch 'update-cpufeatures' into next 2021-10-25 17:45:38 +02:00
Carles Fernandez
6604f1a555 cpufeatures: Prefer CMAKE_POSITION_INDEPENDENT_CODE over BUILD_PIC 2021-10-25 17:04:46 +02:00
Carles Fernandez
aaa54927fa cpufeatures: fix reimplementation of FillX86BrandString 2021-10-25 16:55:58 +02:00
Carles Fernandez
54347faff8 cpufeatures: Change implementation of FillX86BrandString, fix missing header 2021-10-25 16:45:38 +02:00
Carles Fernandez
3db583ff24 cpufeatures: Fixes wrong cache detection of old processors 2021-10-25 16:37:23 +02:00
Carles Fernandez
1c67ca1627 cpufeatures: encapsulate fake cpu instance in x86 test 2021-10-25 16:27:12 +02:00
Carles Fernandez
545cc90320 cpufeatures: Fix if CPU_FEATURES_OS_DARWIN is not defined 2021-10-25 16:24:50 +02:00