Handle protobuf serialization return values in tests
Handle protobuf serialization return values in serdes helpers
Merge branch 'MathieuFavreau-refactor/remove-acquisition-adapters' into next
Remove references to old adapters
Update tests to new acquisition adapter interface
Merge branch 'next' into refactor/remove-acquisition-adapters
Remove acquisition adapters
Fix formatting
Merge branch 'MathieuFavreau-refactor/remove-telemetry-adapters' into next
Add Mathieu as author in file header
Merge branch 'refactor/remove-telemetry-adapters' of https://github.com/MathieuFavreau/gnss-sdr into MathieuFavreau-refactor/remove-telemetry-adapters
Fix lint
Remove telemetry decoder adapter classes
Remove InitializeDecoder function
Merge branch 'MathieuFavreau-refactor/remove-tracking-adapters' into next
Merge branch 'MathieuFavreau-refactor/remove-tracking-adapters' of github.com:carlesfernandez/gnss-sdr into MathieuFavreau-refactor/remove-tracking-adapters
Revert changes
Remove new line
Cleanup telemetry decoders
Remove leftovers of old Tracking adapters
Merge branch 'refactor/remove-tracking-adapters' of https://github.com/MathieuFavreau/gnss-sdr into MathieuFavreau-refactor/remove-tracking-adapters
Make sure no weird behavior
Remove tracking adapters
Merge branch 'MathieuFavreau-refactor/cleanup-telemetry-decoders' into next
Merge branch 'refactor/cleanup-telemetry-decoders' of https://github.com/MathieuFavreau/gnss-sdr into MathieuFavreau-refactor/cleanup-telemetry-decoders
Revert changes
Remove new line
Cleanup telemetry decoders
CMake: preserve VOLK GNSS-SDR install prefix when bundling cpu_features
CMake: move glogs and gflags setup to a macro
CMake: Improve architecture-aware search paths in CMake find modules
CMake: Improve usage of pkg_check_modules()
CMake: improve portability and robustness
Fix file config is_present
CI: Fix missing dependency
Merge branch 'MathieuFavreau-bug/fix-config-is-present' into next
Fix file config is_present
CI: Fix missing dependency
The action continues in the next branch
Update changelog for v0.0.21
Update release date
Fail early if GNU Radio is not found (Closes: #990)
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into release0021
Deactivate flaky tests
Add GCC 16 series in FindGFORTRAN.cmake module
Replace plain Unicode instead of emojis, fix rendering
Bump version to 0.0.21
Update dependency packages lists, order alphabetically for improved readability and maintainability
Remove namespace
Make clang-tidy happy
Fix GPS L1 decoding for some edge cases
Update dependency packages lists, order alphabetically for improved readability and maintainability
Update cpu_features: [Windows][AArch64] Use base introspection table implementation
Fix broken multi signal conditioner configurations
Merge branch 'MathieuFavreau-cleanup-gnss-block-factory' into next
Cleanup
Cleanup GNSS block factory
Fix for old GCC
Bump max version of CMake to 4.3
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into next
Bump jidicula/clang-format-action in the github-actions group
Bump local version of Protocol Buffers to v34.1
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into next
Bump jidicula/clang-format-action in the github-actions group
Make Coverity Scan happy
Update gsl-lite to v1.1.0
Merge branch 'iono-free' into next
Fix for triple-band receiver
Fix NAV/CNAV handling
Update QZSS constant
Bump actions/upload-artifact from 6 to 7 in the github-actions group
Merge branch 'qzss' into next
Fix L1/L5 combination with QSZZ/GPS
Fix health status reading in QZSS L1 signals
Improve naming consistency
Fix RINEX annotations when using QZSS L5 signals
Use glo_valid_obs consistently
Add computation of position with QZSS L5
Fix constant in QZSS CNAV message
Fix PRN in QZSS L5 ephemeris
Add QZSS L1 signals into rtklib positioning engine
Add QZSS telemetry blocks to the block factory
Add QZSS L5 decoding
Plug QZSS into rtklib
Add QZSS L1 telemetry decoder, make room in the RINEX printer
Denote QZSS as J, following RINEX standard
Test more PRNs in QZSS tests
Fix formatting
Fix clang-tidy modernize-use-auto and modernize-loop-convert
Improve block description in QZSS satellites
Fix formatting
Fix formatting
Make code more readable in small screens
Fix formatting
Add QZSS in flowgraph, satellite classes. Add empty telemetry decoder adapters
Add QZSS acquisition and tracking adapters to the block factory
Add code generation, acquisition and tracking adapters for QZSS L1 C/A and L5
Merge branch 'next' of github.com:carlesfernandez/gnss-sdr into qzss