Carles Fernandez
|
1d703b4b48
|
Fix for using std::span when available, and gsl::span as a fallback
|
2020-05-07 23:11:11 +02:00 |
|
Carles Fernandez
|
eaee82280a
|
Make use of std::span when available
|
2020-05-07 21:47:45 +02:00 |
|
Carles Fernandez
|
af993e907b
|
Make clang-tidy happy (readability-identifier-naming filter)
|
2020-05-07 12:13:49 +02:00 |
|
Carles Fernandez
|
1726880898
|
Make lambda function of internal-linkage only, so it is only visible in its own translation unit. This fixes building with gcc 10.0.1, which complains about multiple definitions of the same lambda.
|
2020-05-07 09:31:39 +02:00 |
|
Carles Fernandez
|
552b438245
|
Fixes for old GCC
|
2020-04-26 12:38:01 +02:00 |
|
Carles Fernandez
|
0164d8b37c
|
Fixes for old GCC
|
2020-04-26 12:35:08 +02:00 |
|
Carles Fernandez
|
c27622a738
|
Fixes for old GCC
|
2020-04-26 12:28:24 +02:00 |
|
Carles Fernandez
|
6de4d28ab1
|
Ignore modernize-avoid-bind clang-tidy fix
|
2020-04-26 11:07:19 +02:00 |
|
Carles Fernandez
|
5bde93f08c
|
Fix issues with boost::condition
|
2020-04-26 10:20:03 +02:00 |
|
Carles Fernandez
|
f5fc4d4119
|
Use lambda instead of boost::bind
|
2020-04-26 09:10:53 +02:00 |
|
Carles Fernandez
|
4e5149a69e
|
Use lambda instead of boost::build in tests
|
2020-04-26 08:41:49 +02:00 |
|
Carles Fernandez
|
a75526d780
|
Use lambda instead of boost::build when genenic lambdas are available in the compiler
|
2020-04-25 23:03:44 +02:00 |
|
Carles Fernandez
|
9c9a7b5bc6
|
Use lambda instead of boost::build when genenic lambdas are available in the compiler
|
2020-04-25 22:17:15 +02:00 |
|
Carles Fernandez
|
fdb0f35116
|
Use lambda instead of boost::build when genenic lambdas are available in the compiler
|
2020-04-25 21:41:04 +02:00 |
|
Carles Fernandez
|
b9c84a451e
|
Improve internal handling of Gnss_Synchro objects
Added noexcept move constructor and move assignment operator.
Small refactor of includes
|
2020-04-25 16:08:33 +02:00 |
|
Carles Fernandez
|
ec3c868625
|
Fixes a bug in GLONASS GNAV CRC computation (Fixes: #349)
|
2020-04-10 13:44:45 +02:00 |
|
Carles Fernandez
|
a49df87704
|
Robustify cross-compilation
|
2020-04-08 10:51:46 +02:00 |
|
Carles Fernandez
|
16f45254a3
|
Fix building of OpenCL and CUDA blocks
|
2020-04-04 12:52:39 +02:00 |
|
Carles Fernandez
|
27f6b0c290
|
Fixes for GNU Radio 3.9
|
2020-04-03 00:41:51 +02:00 |
|
Carles Fernandez
|
865a54ddff
|
Apply clang-format
|
2020-04-03 00:17:22 +02:00 |
|
Carles Fernandez
|
3519107131
|
Add compatibility with the new GNU Radio 3.9 API that uses C++11 standard smart pointers instead of Boost smart pointers
|
2020-04-02 23:59:35 +02:00 |
|
Carles Fernandez
|
5f974a8f17
|
Replace boost::shared_ptr by std::shared_ptr
|
2020-04-02 13:23:20 +02:00 |
|
Carles Fernandez
|
7a5907eaf7
|
Drop compile-time CPU detection
|
2020-04-02 11:10:20 +02:00 |
|
Marc Majoral
|
c0796eb983
|
added a script that reads a signal stored using the ibyte format, quantizes the signal using the specified number of bits, and writes the signal to an output file.
|
2020-04-02 11:04:49 +02:00 |
|
Carles Fernandez
|
2df45a2d06
|
Remove tabs
|
2020-03-31 00:34:26 +02:00 |
|
Marc Majoral
|
0a14a1aa42
|
fixed DMA input file configuration options
|
2020-03-30 17:43:09 +02:00 |
|
Carles Fernandez
|
b8f5da341b
|
Fix redundant comparison
Use std::llabs instead of abs
|
2020-03-16 11:51:50 +01:00 |
|
Carles Fernandez
|
1a2f7c7d9d
|
Bump version to 0.0.12
Add REUSE badge to README file
|
2020-03-12 20:13:49 +01:00 |
|
Carles Fernandez
|
52b2b8b9d8
|
Use variable instead of function in constructor
|
2020-03-12 19:15:11 +01:00 |
|
Carles Fernandez
|
f752e790eb
|
Fix typos, get better names for .ps files (no blank spaces, no parentheses)
|
2020-03-11 12:01:02 +01:00 |
|
Carles Fernandez
|
f233184a31
|
Fix receiver if the System V message queue is not available (Fixes: #361)
|
2020-03-10 19:56:47 +01:00 |
|
Javier
|
f73a4ac950
|
Correct Carrier Phase observable for inverted PLL lock in L2,L5 E1, and E5
|
2020-03-09 11:38:48 +01:00 |
|
Carles Fernandez
|
4a9dcff5b9
|
Add missing definition
|
2020-03-09 10:05:22 +01:00 |
|
Carles Fernandez
|
b4017f7aab
|
Fix carrier phase observable initialization in the FPGA side
|
2020-03-08 12:00:03 +01:00 |
|
Carles Fernandez
|
e58264bb0e
|
Remove unused parameter
|
2020-03-07 14:41:17 +01:00 |
|
Javier
|
e4dd4349c6
|
Fixed Carrier phase observable initialization. GNSS-SDR Observables quality verified with RTK positioning modes using RINEX files
|
2020-03-07 12:57:48 +01:00 |
|
Javier
|
79a47a8a49
|
Revert "Remove unuseful accumulated carrier 180 degres phase shift in GPS CA telemetry decoder"
This reverts commit ea15b54a888c8659bedc015c20eec45b7525c2e9.
|
2020-03-07 11:36:47 +01:00 |
|
Carles Fernandez
|
8051f75a54
|
Code formatting: fix whitespace
|
2020-03-05 19:11:52 +01:00 |
|
Carles Fernandez
|
fddb3a8bd0
|
Fix markdown
|
2020-03-05 17:16:05 +01:00 |
|
Carles Fernandez
|
aaa17fc218
|
Document signal and system flags
|
2020-03-05 09:58:12 +01:00 |
|
Carles Fernandez
|
2e23ba3489
|
Fix prettier-markdown CI job by running prettier --parser markdown --print-width 80 --prose-wrap always --write ./src/utils/rinex-tools/README.md
|
2020-03-04 22:56:01 +01:00 |
|
Javier
|
8082935ae0
|
Upgrading obsdiff tool features. Test and ref observables nomenclature changed to rover and base observables
|
2020-03-04 10:48:55 +01:00 |
|
Javier
|
d4df7f9fe7
|
Enable Galileo E1 in obsdiff tool
|
2020-03-02 12:16:14 +01:00 |
|
Carles Fernandez
|
b5efbf275d
|
Fix clang-tidy warning bugprone-string-literal-with-embedded-nul
See https://clang.llvm.org/extra/clang-tidy/checks/bugprone-string-literal-with-embedded-nul.html
|
2020-03-01 13:57:23 +01:00 |
|
Carles Fernandez
|
4b3f777425
|
Add cmake modules to cmakelint job and fix errors
|
2020-03-01 12:29:21 +01:00 |
|
Carles Fernandez
|
e638019d93
|
Fix formatting errors detected by cmakelint
|
2020-03-01 11:53:01 +01:00 |
|
Carles Fernandez
|
299cb1a2ee
|
Remove usage of uninitialized variables in CMake scripts
Remove all warnings emitted by cmake --warn-uninitialized ..
|
2020-02-29 14:33:09 +01:00 |
|
Carles Fernandez
|
581ba96904
|
Use cmake -E rm instead of -E remove if CMake >= 3.17
|
2020-02-28 20:57:28 +01:00 |
|
Carles Fernandez
|
2bf7d887a1
|
Fix reading exceptions and some typos
|
2020-02-28 12:11:21 +01:00 |
|
Javier
|
ea15b54a88
|
Remove unuseful accumulated carrier 180 degres phase shift in GPS CA telemetry decoder
|
2020-02-28 10:32:59 +01:00 |
|