Commit Graph

9295 Commits

Author SHA1 Message Date
Carles Fernandez 3c24b564c9
Better variable names 2023-11-28 11:05:18 +01:00
Carles Fernandez 2b708c2e4a
Fix wrong API usage 2023-11-28 09:50:11 +01:00
Carles Fernandez 9034ce44cb
Fix data race conditions detected by Coverity Scan 2023-11-28 09:48:59 +01:00
Carles Fernandez 15c6108fe4
Fix data race condition detected by Coverity Scan 2023-11-27 15:47:59 +01:00
Carles Fernandez f28ed4f45f
Fix data race condition detected by Coverity Scan 2023-11-27 15:28:02 +01:00
Carles Fernandez 1690563acd
Fix: bugprone-use-after-move 2023-11-27 14:44:45 +01:00
Carles Fernandez cfb6f283d4
Fix some performance inefficiencies detected by Coverity Scan 2023-11-27 13:41:55 +01:00
Carles Fernandez 0f42dbdea4
Revert "CI: improve python version handling"
This reverts commit 5ef12c8244.
2023-11-26 10:55:48 +01:00
Carles Fernandez 7c9118a33f
Fix building with latest GNU Radio 2023-11-26 10:18:58 +01:00
Carles Fernandez 132f85079a
Pass msg by reference isntead of by value 2023-11-26 08:57:35 +01:00
Carles Fernandez 5ef12c8244
CI: improve python version handling 2023-11-25 14:21:28 +01:00
Carles Fernandez caef6acdd4
Adjust number of decimal places displayed in terminal 2023-11-24 22:05:52 +01:00
Carles Fernandez 49eb161d90
Add -fsanitize=undefined to ASAN build 2023-11-24 22:05:10 +01:00
Carles Fernandez 0a438ec726 Avoid shadowed variables 2023-11-15 16:08:56 +01:00
Carles Fernandez b751b4b8a1 Remove useless casts 2023-11-15 14:23:30 +01:00
Carles Fernandez dd4478135a Remove useless casts 2023-11-15 14:21:07 +01:00
Carles Fernandez 5842f72f52
This cast is required in some environments 2023-11-14 15:12:16 +01:00
Carles Fernandez ce14845bbb
Fix validation of GPS navigation data (fix due to @tractoan). Closes: #737 2023-11-14 14:32:19 +01:00
Carles Fernandez 7cfdcd3ae1
Fix compiler warning, avoid using std::strncat 2023-11-14 14:29:41 +01:00
Carles Fernandez f739eb698c
Reset color when printing GPS CNAV messages in the terminal 2023-11-14 13:44:41 +01:00
Carles Fernandez 7132ee720a
Remove useless casts 2023-11-14 13:42:44 +01:00
Carles Fernandez 8f13192aa6
Update local version of matio to 1.5.26 2023-11-13 08:04:42 +01:00
Carles Fernandez 526d414789
Update local version of matio to 1.5.25 and Protocol Buffers to 25.0 2023-11-11 00:14:32 +01:00
Carles Fernandez fcfc851aa5
Write HAS data file at PVT.output_path 2023-11-09 08:53:29 +01:00
Carles Fernandez f0c6a7184a
Generate RINEX and HAS outputs for GPS L1 C/A + Galileo E1B + GPS L5 + Galileo E5a + Galileo E6B receiver 2023-11-08 16:33:26 +01:00
Carles Fernandez fe3d704c9d
Fix defects detected by Coverity Scan 2023-11-08 11:57:15 +01:00
Carles Fernandez 3ddfdb9167
CI: set python-version in volk-gnsssdr-windows job 2023-11-07 13:41:54 +01:00
Carles Fernandez bf84a659a8
Rinex_Printer: fixes after last change, some improvements 2023-11-07 13:21:51 +01:00
Carles Fernandez 79b6312e3c
Fix API usage error reported by Coverity Scan 2023-11-07 13:19:57 +01:00
Carles Fernandez b7378e4fd8
Add guard to avoid division by zero 2023-11-07 11:58:42 +01:00
Carles Fernandez 419172ae3b
Rinex_Printer: Better usage of unordered_map 2023-11-07 11:40:47 +01:00
Carles Fernandez ab4cc295e8
volk_gnsssdr: Fix syntax for Python 3.12
Without breaking older versions, including 2.7
2023-11-06 14:01:42 +01:00
Carles Fernandez 7d9d090a21
Make clang-tidy happy 2023-11-05 17:59:55 +01:00
Carles Fernandez 4ec232fe2d
Fix defects detected by Coverity Scan 2023-11-05 12:53:47 +01:00
Carles Fernandez f6a1777a21
Fix defect detected by Coverity Scan 2023-11-05 10:16:26 +01:00
Carles Fernandez 2dfd79d45c
Avoid potential undefined behaviour detected by Coverity Scan 2023-11-05 10:14:36 +01:00
Carles Fernandez 955770eb11
Fix performance inefficiency detected by Coverity Scan 2023-11-05 10:13:11 +01:00
Carles Fernandez 392b557a0a
four_bit_cpx_file_signal_source: initialize all variables 2023-11-04 15:42:05 +01:00
Carles Fernandez db5d218f06
pvt_conf.h: initialize all variables 2023-11-04 15:41:21 +01:00
Carles Fernandez 2d2dc9af84
Merge branch 'update_cpu_features' into next 2023-11-04 12:38:46 +01:00
Carles Fernandez 710f85dc03
Update local version of cpu_features to 0.9.0 2023-11-04 11:54:16 +01:00
Carles Fernandez a897e56e05
Fox for C++11 2023-11-04 00:32:00 +01:00
Carles Fernandez c004232518 Do not search for Python six if not required 2023-11-02 14:53:38 +01:00
Carles Fernandez a4ea1f5571
Galileo telemetry: restore default precision as soon as possible 2023-11-01 23:04:04 +01:00
Carles Fernandez 3ecf1c4ef4
volk_gnsssdr: improve random integer generation 2023-11-01 09:17:11 +01:00
Carles Fernandez 84b5cfe004
Bump local version of Matio to 1.5.24 2023-10-28 20:11:52 +02:00
Carles Fernandez b116c17937
Print estimated CN0 on the terminal when navigation data is decoded 2023-10-26 18:57:24 +02:00
Carles Fernandez f965f4921d
Improve Python detection 2023-10-26 13:23:05 +02:00
Carles Fernandez a46f9f77fe
Fix CMake error 2023-10-26 10:25:39 +02:00
Carles Fernandez 4416e20077
Bump local versions of Google Benchmarks and Protocol Buffers 2023-10-26 09:51:10 +02:00