1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-04-23 19:23:13 +00:00

6732 Commits

Author SHA1 Message Date
Carles Fernandez
7615ac48ab
Fix CMake formatting 2025-02-13 08:49:42 +01:00
Carles Fernandez
dca58720f9
volk_gnsssdr: improve 64 bit host CPU detection 2025-02-12 22:21:22 +01:00
Carles Fernandez
b4f373df57
volk_gnsssdr: improve install path detection
Re-enable usage of own cpu_features if volk >= 3.1 and not found
Add toolchain file for riscv64 RVV and CI tests
2025-02-11 19:07:14 +01:00
Carles Fernandez
32e7dc03ae
Fix typos detected by codespell 2025-02-10 13:20:14 +01:00
Carles Fernandez
8e4dcd08be
Make lighter comparisons 2025-02-08 09:03:52 +01:00
Carles Fernandez
11a77ee918
Improve zero detection 2025-01-29 00:00:07 +01:00
Carles Fernandez
777a987b5f
Make clang-tidy happy 2025-01-27 18:14:05 +01:00
Carles Fernandez
5f1eea4d08
Avoid potential division by zero 2025-01-27 16:53:37 +01:00
Carles Fernandez
19324814e2
Avoid potential division by zero 2025-01-27 16:40:26 +01:00
Carles Fernandez
e1fc5b49df
Avoid potential division by zero 2025-01-27 15:19:44 +01:00
Carles Fernandez
003bb82765
Avoid potential division by zero 2025-01-27 14:56:52 +01:00
Carles Fernandez
8adc2b26c2
Avoid potential division by zero 2025-01-27 14:31:46 +01:00
Carles Fernandez
8109588220
volk_gnsssdr: add RISC-V vector extension detection 2025-01-27 14:30:19 +01:00
Carles Fernandez
da85c91605
Add missing include 2025-01-24 12:23:26 +01:00
Carles Fernandez
c29b85a82a
Update cpu_features to Dec24 2025-01-24 12:18:45 +01:00
Carles Fernandez
b9c834acba
Revert unnecessary moves 2025-01-24 00:41:06 +01:00
Carles Fernandez
4c99d1c605
Fix volk_gnsssdr_profile 2025-01-23 23:16:08 +01:00
Carles Fernandez
bd0d19a24b
Fix low-impact performance inefficiency defects detected by Coverity Scan 2024.6
Reduce defect noise so other defects are easier spotted
2025-01-23 22:32:35 +01:00
joebre
b82332cd33 clang-tiday fix
Signed-off-by: joebre <joel.brenner@saphyrion.ch>
2025-01-22 15:25:17 +01:00
joebre
4b2e5661cf clang-formt
Signed-off-by: joebre <joel.brenner@saphyrion.ch>
2025-01-22 15:25:17 +01:00
joebre
acae99cb5c gps almanac decoding
Signed-off-by: joebre <joel.brenner@saphyrion.ch>
2025-01-22 15:25:17 +01:00
Carles Fernandez
deb127e177
Pass big parameter by reference 2024-12-29 23:59:27 +01:00
Carles Fernandez
6757adf8d5
Safer copy constructor and copy assignment operator for Gnss_Satellite
Fix clang-tidy bugprone-exception-escape warnings
2024-12-29 22:38:55 +01:00
Carles Fernandez
6d00641896
Transition to clang-format 19 2024-12-26 11:38:07 +01:00
Carles Fernandez
700d4403d5
Transition to clang-format 19 2024-12-26 11:18:41 +01:00
Carles Fernandez
c93f07176a
Fix building in some environments
Boost::interprocess seems to need linking against librt.so in some systems
2024-12-22 00:21:11 +01:00
Carles Fernandez
cfb56d35d6
Replace the System V queues by boost::interprocess 2024-12-21 13:20:00 +01:00
Carles Fernandez
9158447892
Fix linking against Boost 1.87
CI: add boost in homebrew dependencies
2024-12-20 22:09:52 +01:00
Carles Fernandez
0db72cad96
Fix warning raised by GCC 14 (-Wfree-nonheap-object) 2024-11-29 13:04:26 +01:00
Carles Fernandez
912ca14bb6
Merge branch 'next' of github.com:carlesfernandez/gnss-sdr into next 2024-11-11 21:29:42 +01:00
Carles Fernandez
61fa9ac3f1
Bump max CMake version to 3.31 2024-11-11 21:28:30 +01:00
Carles Fernandez
7cd99e4b2b
Print IODref in clock correction HAS message 2024-11-07 13:02:00 +01:00
Carles Fernandez
36b30093e7
In HAS data printer, provide validity intervals in seconds 2024-11-05 11:56:26 +01:00
Carles Fernandez
3b513752b3
In HAS data printer, only print Cell Mask when there are bias data 2024-11-05 11:19:30 +01:00
Carles Fernandez
3df1237dda
Update gsl-lite to 0.42.0 2024-11-02 08:18:00 +01:00
Carles Fernandez
6a5f80d223
Remove references to the data folder 2024-10-31 10:49:22 +01:00
Carles Fernandez
949cdde2ea
Remove temporary file generated at /tmp/file.xxxxxx 2024-10-29 11:44:10 +01:00
Carles Fernandez
f27eb85af6
Add new configuration parameters iq_balance_mode and dc_offset_mode to the Osmosdr_Signal_Source 2024-10-17 21:38:13 +02:00
Marc Majoral
601b2ee6f2
Make zero padding optional in acquisition when using the FPGA 2024-10-10 11:42:19 +02:00
Carles Fernandez
4c07b71c37
Storage-class specifier should be at the beginning of the declaration 2024-10-07 17:40:16 +02:00
Carles Fernandez
2a98217f25
Remove references to the data folder 2024-10-04 19:43:07 +02:00
Carles Fernandez
b5a5b9a298
Fix issues in some IDEs 2024-10-04 17:09:19 +02:00
Carles Fernandez
825037592a
Remove build and data folders, move tests and utils to the base of the source tree 2024-10-04 11:55:09 +02:00
Carles Fernandez
5be2971c9b
Do not write empty files if downloading fails while running CMake 2024-10-01 10:09:24 +02:00
Carles Fernandez
98ee81f3ac
Add Cshort_To_Gr_Complex Data Type Adapter implementation 2024-09-30 15:34:50 +02:00
Carles Fernandez
d74bceee6e
Make clang-tidy job happy 2024-09-25 21:17:45 +02:00
Carles Fernandez
f91f37261d
Fix merging conflict 2024-09-25 20:49:44 +02:00
Carles Fernandez
12a095920f
Fix merge conflict 2024-09-25 20:34:26 +02:00
Carles Fernandez
98705b3ff7
Merge branch 'next' of github.com:carlesfernandez/gnss-sdr into ism 2024-09-25 20:12:45 +02:00
Carles Fernandez
d0a6264754
Make clang-tidy CI job happy 2024-09-25 20:08:02 +02:00