Commit Graph
9916 Commits
Author SHA1 Message Date
Carles Fernandez d36bf449e3 Bump local version of Protocol Buffers to 31.1 2025-05-29 09:25:19 +02:00
Carles Fernandez 6109bc89f6 Update changelog 2025-05-29 09:11:39 +02:00
Marc MajoralandCarles Fernandez 80e5280434 Ensure correct file length and sample skip calculations on 32-bit systems by using uint64_t
On 32-bit architectures, size_t may not be large enough to represent large file
sizes or sample counts. This commit updates the file length computation and the
return type of samplesToSkip() to use uint64_t, allowing accurate handling of
large files and ensuring consistency across platforms.
2025-05-28 19:40:58 +02:00
Carles Fernandez 0fa695a825 Fix offset in sampled PRN codes 2025-05-27 22:20:02 +02:00
Carles Fernandez 77dccae34e Merge branch 'gsl-lite' into next 2025-05-20 09:23:35 +02:00
Carles Fernandez f8b03fb5ad Update changelog 2025-05-20 09:11:40 +02:00
Carles Fernandez e6af3fedf2 Update gsl-lite to v1.0.1 2025-05-20 09:06:51 +02:00
Carles Fernandez 27c4ec508a Bump local version of google benchmark to 1.9.4 2025-05-20 08:51:44 +02:00
Carles Fernandez f2a5a0f534 Update gsl-lite to v1.0.0 2025-05-15 10:20:27 +02:00
Carles Fernandez 94006cad34 Bump local version of Protocol Buffers to v31.0 2025-05-15 07:46:38 +02:00
Carles Fernandez b3899295e4 Make clang-tidy happy (fix performance-inefficient-string-concatenation warning) 2025-05-14 12:42:45 +02:00
Carles Fernandez 8652e65677 Fix REUSE job 2025-05-13 08:15:36 +02:00
Carles Fernandez 117dda94fa Add Mathieu Favreau to the list of contributors 2025-05-13 07:37:30 +02:00
Carles Fernandez ee0b2ab93f Merge branch 'MathieuFavreau-refactor/cleanup-receiver-type' into next 2025-05-13 07:35:53 +02:00
Carles Fernandez d2d9abf26a Move receiver_type from PVT/adapters to PVT/libs, make it buildable with pre C++17 2025-05-13 07:30:22 +02:00
Carles Fernandez e8af596bce Merge branch 'refactor/cleanup-receiver-type' of https://github.com/MathieuFavreau/gnss-sdr into MathieuFavreau-refactor/cleanup-receiver-type 2025-05-11 10:02:59 +02:00
Carles Fernandez 658645c2c1 Update changelog 2025-05-10 17:36:34 +02:00
Carles Fernandez 928e6a1297 Merge branch 'MathieuFavreau-refactor/cleanup-gnss-block-factory' into next 2025-05-10 17:34:27 +02:00
Carles Fernandez 9a57b9936e Remove ugly and now unused function in GNSSBlockFactory 2025-05-10 17:20:55 +02:00
Carles Fernandez bfc263fbcf Merge branch 'refactor/cleanup-gnss-block-factory' of https://github.com/MathieuFavreau/gnss-sdr into MathieuFavreau-refactor/cleanup-gnss-block-factory 2025-05-10 13:41:04 +02:00
Carles Fernandez fb1a6ac8bd Fix flowgraph for Beidou 2025-05-10 13:36:49 +02:00
Mathieu Favreau 718efb6a66 Update definition 2025-05-08 13:59:38 +00:00
Mathieu Favreau 00ee67a854 New line 2025-05-08 13:09:43 +00:00
Mathieu Favreau 7ec78710b4 Cleanup receiver type 2025-05-08 13:07:46 +00:00
Mathieu Favreau 7773507bd6 Fix tests 2025-05-07 19:45:49 +00:00
Mathieu Favreau 54f677ff60 Cleanup gnss block factory 2025-05-07 18:42:54 +00:00
Carles Fernandez e3364a6f12 Fix building of google benchmarks in old compilers 2025-05-07 20:24:56 +02:00
Carles Fernandez 4ba35e3d97 Bump Google benchmarks to 1.9.3 2025-05-07 17:27:24 +02:00
Carles Fernandez eebe18bfe6 Merge branch 'MathieuFavreau-refactor/cleanup-available-prns' into next 2025-05-07 17:10:52 +02:00
Carles Fernandez a38e39e8d2 Fix building for C++ standard older than 17 2025-05-07 17:08:01 +02:00
Mathieu Favreau c449bbfb37 Cleanup 2025-05-06 14:22:29 +00:00
Mathieu Favreau 8a18b6e209 Unvoluntary change 2025-05-06 14:14:43 +00:00
Mathieu Favreau 4cdbca5471 Fix tiddy 2025-05-06 14:03:09 +00:00
Mathieu Favreau 11006eb965 Fix bug 2025-05-05 22:02:14 +00:00
Mathieu Favreau b8d2d6a79e Fix lint 2025-05-05 21:42:22 +00:00
Mathieu Favreau b2c13f612c Cleanup gnss flowgrath available prns 2025-05-05 21:40:38 +00:00
Carles Fernandez 6f8510f72f Update gsl-lite to 0.43.0 2025-05-05 07:40:13 +02:00
Carles Fernandez 7e87e6bd14 CI: fix clang-tidy job 2025-05-02 20:22:43 +02:00
Carles Fernandez 6051650b91 Bump cpu_features version to 0.10.0 2025-05-02 19:06:31 +02:00
Carles Fernandez 0b490d80f9 Skyplot: accept RINEX files in another path 2025-05-02 19:05:24 +02:00
Carles Fernandez 2157cb3814 Skyplot: improve GLONASS satellite positions 2025-05-01 17:02:06 +02:00
Carles Fernandez fedcef31cc Skyplot: improve final arrow appearance 2025-05-01 12:49:22 +02:00
Carles Fernandez 42ae89c25c Skyplot: add arrow 2025-05-01 12:06:02 +02:00
Carles Fernandez 616fd5aeb1 Skyplot: fix reading and handling of GLONASS ephemeris 2025-05-01 11:25:28 +02:00
Carles Fernandez 18410fc476 Skyplot: make legend adaptive 2025-05-01 10:04:15 +02:00
Carles Fernandez 42d9ff9abb Bump Googletest version to 1.17.0 2025-05-01 08:23:24 +02:00
Carles Fernandez 3f55d99529 Formatting fixes 2025-04-30 15:30:53 +02:00
Carles Fernandez 50512645c6 Sort imports with isort 2025-04-30 15:19:32 +02:00
Carles Fernandez e74c5708d7 Add a python script that generates a skyplot from a RINEX navigation file 2025-04-30 10:36:46 +02:00
Carles Fernandez 4a2f6bc562 Fixed asimd detection on OS X 15.3 2025-04-24 17:01:09 +02:00