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
Carles Fernandez
1e19fd9aff
Add IGM01, IGM02, IGM03 and IGM05 messages to the Rtcm_Printer
2021-11-12 17:01:29 +01:00
Carles Fernandez
c49e7184e6
Add IGM05 messages (bias correction)
2021-11-12 16:56:25 +01:00
Carles Fernandez
797462fd01
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into ssr
2021-11-12 12:02:00 +01:00
Carles Fernandez
2d05d41063
Add IGM03 messages (combined orbit and clock correction)
2021-11-12 11:55:38 +01:00
Carles Fernandez
3ae17828ea
Add IGM02 messages (clock correction)
2021-11-12 11:30:57 +01:00
Javier Arribas
fd57325bd4
Merge with next
2021-11-11 15:42:41 +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
Carles Fernandez
50bb95812d
cpufeatures: Add cache info for new AMD CPUs (0x8000001D)
2021-10-25 16:01:44 +02:00
Carles Fernandez
47838a025b
cpufeatures: add BUNDLE DESTINATION
2021-10-25 15:06:16 +02:00
Carles Fernandez
80fc676995
cpufeatures: Add separator to CpuFeatures_StringView_HasWord
2021-10-25 15:04:14 +02:00
Javier Arribas
0c49a44946
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime
2021-10-25 12:03:52 +02:00
Carles Fernandez
4121efa0d2
Fix clang format
2021-10-23 14:19:36 +02:00
Carles Fernandez
c0cc458b7d
Move VOLK detection before GNU Radio's.
...
Update local version of Protocol Buffers to 3.19.0
2021-10-23 14:16:54 +02:00
Carles Fernandez
2f7263d7a3
Fix for new API for gr-iio component in GNU Radio master
2021-10-23 14:11:20 +02:00
Carles Fernandez
69c4f9f7fc
Remove redundant fields in an_packet_t
2021-10-22 15:51:38 +02:00
Carles Fernandez
7f45739cf0
Add option to force the Observables block to always output Gnss_Synchro objects, not only when there is at least one valid observation
2021-10-22 15:40:17 +02:00
Carles Fernandez
d4a1bb1147
Improve ANP printer
...
Provide output since the first synchronized satellite
Field microseconds in system time
2021-10-22 13:54:48 +02:00
Javier Arribas
becc3426af
Update gr.limesdr adapter to support gr3.8
2021-10-20 11:23:58 +02:00
Javier Arribas
c9d6688f1b
Merge with next
2021-10-20 09:47:33 +02:00
Carles Fernandez
753aea1c55
Merge branch 'next' into ssr
2021-10-18 18:31:42 +02:00
Carles Fernandez
835e799770
Fixes for clang-format 13
2021-10-18 18:24:07 +02:00
Carles Fernandez
c93fb481bc
Merge branch 'next' into ssr
2021-10-18 18:19:14 +02:00
Carles Fernandez
a805940bd7
Fixes for clang-format 13
2021-10-18 18:18:57 +02:00
Carles Fernandez
fc2b8033b9
Add missing include
2021-10-18 17:41:33 +02:00