1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-05 23:10:34 +00:00
Commit Graph

9800 Commits

Author SHA1 Message Date
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
a48e0fee23
CI: Use Python 3.13 2024-12-26 20:50:57 +01:00
Carles Fernandez
35404c91b0
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into more_ci 2024-12-26 11:49:33 +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
dc55847aee
Bump local version of Armadillo and Protocol Buffers 2024-12-22 02:12:39 +01:00
Carles Fernandez
e805a08ff5
Modernize .clang-format 2024-12-22 02:02:53 +01:00
Carles Fernandez
21a8e8fee0
CI: try clang-format 19 2024-12-22 01:14:18 +01:00
Carles Fernandez
e90fef3e6b
CI: try clang-format 19 2024-12-22 01:08:58 +01:00
Carles Fernandez
09bec373bd
CI: apply clang-format also to tests and utils folders 2024-12-22 01:04:14 +01:00
Carles Fernandez
094a0adfbe
CI: apply clang-format also to tests and utils folders 2024-12-22 00:58:44 +01:00
Carles Fernandez
fb13f33f65
CI: apply clang-format also to tests and utils folders 2024-12-22 00:57:13 +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
381cf4fb3c
Fix termination of TTFF test 2024-12-21 15:24:46 +01:00
Carles Fernandez
cfb56d35d6
Replace the System V queues by boost::interprocess 2024-12-21 13:20:00 +01:00
Carles Fernandez
47e3cab802
Fixes when using Abseil 2024-12-20 22:18:49 +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
84e85111c5
Tests should fail, not die 2024-12-19 09:26:19 +01:00
Carles Fernandez
0db72cad96
Fix warning raised by GCC 14 (-Wfree-nonheap-object) 2024-11-29 13:04:26 +01:00
Carles Fernandez
aaa838baec
Bump local version of Google Benchmark to 1.9.1 2024-11-28 20:09:55 +01:00
Carles Fernandez
9f0172db4f
Bump local version of Protocol Buffers to 29.0 2024-11-27 21:32:33 +01:00
Carles Fernandez
2a7df20a2c
Report root path and version of Abseil if found 2024-11-11 22:35:00 +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
c9d55949dc
CI: update uraimo/run-on-arch-action 2024-10-31 18:09:45 +01:00
Carles Fernandez
b9567faad2
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2024-10-31 11:51:53 +01:00
Carles Fernandez
6a5f80d223
Remove references to the data folder 2024-10-31 10:49:22 +01:00
Carles Fernandez
882b2271e4
Bump version of local Matio to 1.5.28 2024-10-31 07:48:47 +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
Carles Fernandez
ff11347a0d
Merge branch 'mmajoral-optional_zero_padding' into next 2024-10-10 18:50:35 +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
ef4bf2cf4f
Fix for cpplint 2.0 2024-10-07 18:59:55 +02:00
Carles Fernandez
506d2eefe1
Fix for cpplint 2.0 2024-10-07 17:58:37 +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
a5c792f689
Workaround for Clang 18 2024-10-07 15:05:32 +02:00
Carles Fernandez
0a0154e1af
Fix warnings when building benchmarks 2024-10-06 08:14:46 +02:00
Carles Fernandez
5108f0aa60
Avoid building failure if the user forgot -DENABLE_FPGA=ON when it was required 2024-10-06 07:52:26 +02:00
Carles Fernandez
15e052030b
Remove tests leftovers 2024-10-05 09:00:03 +02:00
Carles Fernandez
2a98217f25
Remove references to the data folder 2024-10-04 19:43:07 +02:00
Carles Fernandez
bb3456f749
Fix issues in some IDEs 2024-10-04 17:19:28 +02:00
Carles Fernandez
b5a5b9a298
Fix issues in some IDEs 2024-10-04 17:09:19 +02:00
Carles Fernandez
58ded939ad
Fix end of line format 2024-10-04 11:55:42 +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