Carles Fernandez
79d516d4d4
Improve code visualization in some editors
2022-07-15 13:02:10 +02:00
Vladisslav P
59c9c6f8ab
RTKLIB: Switch to STL containers
...
...to prevent thread stack abuse.
And free up some stack space in Rtklib_Solver::get_PVT.
Signed-off-by: Vladisslav P <vladisslav2011@gmail.com>
2022-07-14 12:48:41 +03:00
Vladisslav P
1153544fca
Implement support of new GEO BeiDou satellites
...
Update tracking blocks to support PRN59...PRN63
Update telemetry decoder block to support PRN59...PRN63
Update RTKLIB to support PRN59...PRN63
Signed-off-by: Vladisslav P <vladisslav2011@gmail.com>
2022-07-14 12:48:41 +03:00
Vlad P
bcad6db988
Implement processing of BeiDou PRN34..PRN63
...
Signed-off-by: Vlad P <vladisslav2011@gmail.com>
2022-07-14 12:48:41 +03:00
Carles Fernandez
807c19b228
Convert E6 observables
2022-06-04 13:21:32 +02:00
Carles Fernandez
cfa7a4af48
Improve source code visualization in some code editors
2022-06-02 21:41:19 +02:00
Carles Fernandez
bba80cb920
Merge release0017 branch
2022-04-20 14:24:28 +02:00
Carles Fernandez
bc7dcccd93
Bump version number to 0.0.17
2022-04-20 14:02:56 +02:00
Carles Fernandez
a9f11692e0
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2022-04-15 10:45:41 +02:00
Carles Fernandez
7ac77f123f
Update URLs
2022-04-14 19:33:02 +02:00
Carles Fernandez
f38cfb7e43
Raise max CMake version to 3.23
2022-04-06 11:57:39 +02:00
Carles Fernandez
01ba6a1503
Remove alias
2022-04-06 08:19:13 +02:00
Carles Fernandez
d4b2e900cc
Fix building with XCode
2022-04-05 11:58:24 +02:00
Carles Fernandez
7f0a7b1e77
Improve detection of cpu_features, replace ENABLE_OWN_CPUFEATURES building option by ENABLE_CPUFEATURES, defaulting to OFF
2022-04-03 23:24:31 +02:00
Carles Fernandez
b8d3758308
Update cpu_features version to 0.7.0
2022-04-01 12:17:25 +02:00
Carles Fernandez
c479d9cf5e
Update cpu_features to commit 40e1c7158ddfbdae477751948750e0121aba55a1
2022-02-23 13:04:24 +01:00
Carles Fernandez
c61cd6180e
Merge branch 'next' into update-cpu-features
2022-02-23 12:52:19 +01:00
JM Friedt
f5b3e44b5f
correct name of SSE3 in Linux kernel for volk_profile SIMD detection
2022-02-22 17:29:09 +01:00
JM Friedt
0e4218de8b
correct name of SSE3 in Linux kernel for volk_profile SIMD detection
2022-02-22 12:32:15 +01:00
Carles Fernandez
70a4eda4d4
Bump release date
2022-02-15 12:07:35 +01:00
Carles Fernandez
aa5f9697b7
Bump version number to 0.0.16
2022-02-13 20:13:20 +01:00
Carles Fernandez
df1820e98e
Get PVT fixes from a standalone Galileo E5b receiver
2022-02-10 15:15:35 +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
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
e373a7c860
Update cpu_features code layout to 69d39934e8
2021-12-24 15:14:26 +01:00
Carles Fernandez
9a4bd51063
Fix reading of .repeat_satellite parameter
2021-12-19 17:30:26 +01:00
Carles Fernandez
d9a516e0b8
CI: make clang-tidy happy
2021-12-17 19:01:41 +01:00
Carles Fernandez
33366ef6df
Fix uninitialized scalar fields
2021-12-14 10:21:31 +01:00
Javier Arribas
80ce6273bc
Fix REUSE-compliance warnings
2021-12-05 21:52:21 +01:00
Javier Arribas
6f7668dcbf
code cleaning
2021-12-02 10:29:25 +01:00
Javier Arribas
c262d74e03
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime
2021-11-29 20:54:56 +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
ab8b1e2f82
Update gsl-lite to v0.40.0
2021-11-22 14:30:24 +01:00
Javier Arribas
fd57325bd4
Merge with next
2021-11-11 15:42:41 +01: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
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
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