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 |
|
Carles Fernandez
|
73fd1e28ad
|
Make the changelog file a markdown .md file
|
2020-02-27 21:05:29 +01:00 |
|
Carles Fernandez
|
716fa970c4
|
More markdown fixes
|
2020-02-27 19:50:08 +01:00 |
|
Carles Fernandez
|
17a7044add
|
Wrap README text into 80 character-length lines, so they are easier to read from the terminal.
Formatted by https://prettier.io/, options: --parser markdown --print-width 80 --prose-wrap always
|
2020-02-27 18:42:43 +01:00 |
|
Carles Fernandez
|
f275091ba4
|
Fix clang-tidy readability-inconsistent-declaration-parameter-name check
|
2020-02-27 08:19:24 +01:00 |
|
Carles Fernandez
|
c470d43432
|
Fix shadowed variables
See MISRA C++:2008, 2-10-2 - Identifiers declared in an inner scope shall not hide an identifier declared in an outer scope
and https://rules.sonarsource.com/cpp/RSPEC-1117\?search\=shadow
|
2020-02-26 22:40:00 +01:00 |
|
Carles Fernandez
|
538c1e6182
|
Fix shadowed variables
|
2020-02-26 18:16:04 +01:00 |
|
Carles Fernandez
|
57517b44dd
|
Apply clang-tidy
|
2020-02-25 18:31:44 +01:00 |
|
Carles Fernandez
|
5a71e59450
|
Fixes for cpplint job
|
2020-02-25 18:27:04 +01:00 |
|
Javier
|
38a0777946
|
Adding code rate vs. carrier phase rate single difference test to obsdiff utility
|
2020-02-25 16:56:16 +01:00 |
|
Carles Fernandez
|
86a1dc5ca3
|
Add new conf parameter PVT.rinex_name to specify a custom name for generated RINEX files.
A command-line flag --RINEX_name, which overrides the configuration if defined, is also available
|
2020-02-25 14:43:15 +01:00 |
|
Carles Fernandez
|
d3f4b1d5a0
|
Apply clang-tidy, document new flags
|
2020-02-25 08:25:19 +01:00 |
|
Carles Fernandez
|
be8ea389b5
|
Fix multi-line comment warning
|
2020-02-24 21:01:59 +01:00 |
|
Carles Fernandez
|
a5b5c0c5ca
|
Update GSL implementation
|
2020-02-24 20:48:55 +01:00 |
|
Carles Fernandez
|
2c5e286747
|
Set default value for early_late_space_narrow_chips parameter to 0.15
|
2020-02-24 20:24:20 +01:00 |
|
Carles Fernandez
|
ba7a938304
|
Add option to enable/disable carrier aiding in the code loop (enabled by default)
|
2020-02-24 20:18:28 +01:00 |
|
Carles Fernandez
|
0986e4a66e
|
cpplint: Should have a space between // and comment [whitespace/comments]
|
2020-02-24 15:11:08 +01:00 |
|
Carles Fernandez
|
5fd7f8f8f6
|
Fix building: Remove non-existent include
cpplint: Should have a space between // and comment [whitespace/comments]
|
2020-02-24 15:06:48 +01:00 |
|
Carles Fernandez
|
29c1971c24
|
cpplint: Should have a space between // and comment [whitespace/comments]
|
2020-02-24 15:05:32 +01:00 |
|
Javier
|
736cd93b01
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2020-02-24 13:04:59 +01:00 |
|
Javier
|
b8853afd94
|
Upgrading obsdiff RINEX utility to account for the receiver's clock error
|
2020-02-24 13:04:39 +01:00 |
|
Carles Fernandez
|
e0b54cf8fe
|
Rearrange attributes to simplify macros
|
2020-02-24 11:39:15 +01:00 |
|
Carles Fernandez
|
5698c9c2ea
|
Disable complex math NaN/INFO range checking for performance
|
2020-02-24 11:38:18 +01:00 |
|
Carles Fernandez
|
ce16b0e1a4
|
Fix initialization
|
2020-02-23 13:45:57 +01:00 |
|
Carles Fernandez
|
649a1d7be6
|
cpplint: Do not use variable-length arrays [runtime/arrays]
|
2020-02-23 13:39:31 +01:00 |
|
Carles Fernandez
|
b251061495
|
cpplint: Should have a space between // and comment [whitespace/comments]
|
2020-02-23 11:12:11 +01:00 |
|
Carles Fernandez
|
299608c4fc
|
cpplint: fix readability/utf8
|
2020-02-23 02:47:21 +01:00 |
|
Carles Fernandez
|
3c4ec48d43
|
cpplint: fix whitespace/semicolon
|
2020-02-23 02:45:51 +01:00 |
|
Carles Fernandez
|
2a3786b0a5
|
cpplint: fix whitespace/blank_line
|
2020-02-23 02:43:17 +01:00 |
|
Carles Fernandez
|
a77142b8ca
|
cpplint: fix build/include_what_you_use, runtime/explicit filters
|
2020-02-22 16:36:31 +01:00 |
|
Carles Fernandez
|
ce4817b679
|
Fix header
|
2020-02-22 14:23:53 +01:00 |
|
Carles Fernandez
|
252c693eb6
|
Fix fypo
|
2020-02-22 13:57:47 +01:00 |
|
Carles Fernandez
|
a2076418d8
|
Improve information provided to the user
|
2020-02-22 13:52:34 +01:00 |
|
Carles Fernandez
|
f193d5afb2
|
Shut down warnings raised by GPSTk in GCC
|
2020-02-22 12:28:35 +01:00 |
|
Carles Fernandez
|
580ddfdff0
|
Inform user whether utility tools will be built or not. Shut down warnings raised by GPSTk
|
2020-02-22 10:41:18 +01:00 |
|
Carles Fernandez
|
39c4b85abf
|
Apply clang-format
|
2020-02-20 16:32:59 +01:00 |
|
Carles Fernandez
|
a7511326b3
|
Merge remote-tracking branch 'cf/refactor' into next
|
2020-02-20 15:24:42 +01:00 |
|
Carles Fernandez
|
1b093794c9
|
More consistent data types
|
2020-02-20 11:25:29 +01:00 |
|
Carles Fernandez
|
c315767008
|
Add warning if Armadillo version is older than 9.800, since the obsdiff tool will not be built
|
2020-02-20 10:53:22 +01:00 |
|
Carles Fernandez
|
c6fc6eb020
|
Apply performance-type-promotion-in-math-fn fix.
Remove unused include, reorder header
|
2020-02-20 10:50:12 +01:00 |
|
Carles Fernandez
|
b6c2911f39
|
Fix instantiation of tracking blocks with empty configuration
|
2020-02-20 08:23:57 +01:00 |
|
Carles Fernandez
|
3b965654d6
|
Refactor of tracking adapters
Avoid code duplication
Based on @odrisci suggestion at #336
|
2020-02-20 00:07:03 +01:00 |
|
Carles Fernandez
|
0a8c8d18a2
|
Fix building of GPSTk in OpenSUSE
|
2020-02-19 15:44:40 +01:00 |
|
Carles Fernandez
|
6bd48860b2
|
Fix includes
|
2020-02-19 08:29:36 +01:00 |
|
Carles Fernandez
|
3fd648e659
|
Update GPSTk to v3.0.0
|
2020-02-19 07:55:57 +01:00 |
|
Carles Fernandez
|
444023b25c
|
Remove unused variable
|
2020-02-18 22:55:23 +01:00 |
|
Carles Fernandez
|
924f59fad0
|
Remove unused includes, improve README
|
2020-02-18 22:46:22 +01:00 |
|
Carles Fernandez
|
2215e627b4
|
Document dependencies
|
2020-02-18 22:16:31 +01:00 |
|
Carles Fernandez
|
054ca06917
|
Fix for Armadillo older than 9.800
|
2020-02-18 21:21:46 +01:00 |
|
Carles Fernandez
|
61557a8c2c
|
Improve README
|
2020-02-18 20:21:31 +01:00 |
|
Carles Fernandez
|
17d6034e72
|
Improve README
|
2020-02-18 20:21:01 +01:00 |
|
Carles Fernandez
|
96889b5b74
|
Improve README
|
2020-02-18 20:00:30 +01:00 |
|
Carles Fernandez
|
9f4e5e9f44
|
Improve README
|
2020-02-18 19:56:55 +01:00 |
|
Carles Fernandez
|
48678668a9
|
Improve README
|
2020-02-18 19:54:53 +01:00 |
|
Carles Fernandez
|
08fed1de15
|
Improve README
|
2020-02-18 19:49:52 +01:00 |
|
Carles Fernandez
|
c993ebac60
|
Improve README, remove unused files
|
2020-02-18 19:43:42 +01:00 |
|
Carles Fernandez
|
d9525f5334
|
Fix building of obsdiff tool, add README file
|
2020-02-18 19:39:53 +01:00 |
|
Javier
|
b66d8066c3
|
Adding a new RINEX observables testing tool to command line utilities set
|
2020-02-18 16:45:56 +01:00 |
|
Carles Fernandez
|
9b0460fb3f
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into normalize-discriminator
|
2020-02-17 08:43:14 +01:00 |
|
Carles Fernandez
|
ac7a77fd47
|
Minor fixes
|
2020-02-17 08:02:59 +01:00 |
|
Carles Fernandez
|
448995f8b0
|
Improve documentation
|
2020-02-17 08:00:52 +01:00 |
|
Carles Fernandez
|
d477c8ee28
|
Document change in discriminator implementation
|
2020-02-14 19:00:42 +01:00 |
|
Carles Fernandez
|
0f4bd21805
|
Use Use C11 aligned_alloc
See https://github.com/gnuradio/volk/pull/334
|
2020-02-13 19:44:24 +01:00 |
|
Carles Fernandez
|
0914ba5d8c
|
Merge branch 'normalize-discriminator' of https://github.com/carlesfernandez/gnss-sdr into normalize-discriminator
|
2020-02-13 18:46:25 +01:00 |
|
Carles Fernandez
|
52b9dfb8c0
|
Do not add extra work for nothing
|
2020-02-13 18:45:57 +01:00 |
|
Carles Fernandez
|
b8f2182a01
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into normalize-discriminator
|
2020-02-13 11:09:16 +01:00 |
|
Carles Fernandez
|
10fc3fc48e
|
Add missing dependency
|
2020-02-12 08:30:25 +01:00 |
|
Carles Fernandez
|
c155a5074d
|
Add missing dependency
|
2020-02-12 07:58:32 +01:00 |
|
Carles Fernandez
|
2ded19342f
|
Improve headers
|
2020-02-12 00:04:29 +01:00 |
|
Carles Fernandez
|
cb95c65d19
|
Remove Gflags as a public dependency of algorithms_libs
|
2020-02-11 22:02:22 +01:00 |
|
Carles Fernandez
|
d65daac971
|
Code formatting (cpplint.py --filter=-,+whitespace/tab,+whitespace/comments)
|
2020-02-11 21:47:13 +01:00 |
|
Carles Fernandez
|
207b01a6c0
|
Make the carrier smoothing parameter an integer
|
2020-02-11 19:34:21 +01:00 |
|
Carles Fernandez
|
dfc02b2e5c
|
Sort dependencies, remove unused ones
|
2020-02-11 17:27:54 +01:00 |
|
Carles Fernandez
|
0545369941
|
Remove unused dependency
|
2020-02-11 16:48:35 +01:00 |
|
Carles Fernandez
|
349cb431d6
|
Remove unused includes and dependencies
|
2020-02-11 16:28:58 +01:00 |
|
Carles Fernandez
|
17e27ace25
|
Move Matio dependency to private
|
2020-02-11 15:36:57 +01:00 |
|
Carles Fernandez
|
68388bd6c5
|
Sort out dependencies
|
2020-02-11 13:20:03 +01:00 |
|
Carles Fernandez
|
39f4adb058
|
Remove unused dependencies
|
2020-02-11 12:56:33 +01:00 |
|
Carles Fernandez
|
8c16ceca14
|
Move gnss_sdr_flags dependency to private
|
2020-02-11 12:19:48 +01:00 |
|
Carles Fernandez
|
d88cd25f03
|
Add new carrier_smoothing_factor flag
Fix some public/private dependency issues
Add enable_carrier_smoothing flag to position_test
|
2020-02-10 19:51:33 +01:00 |
|
Carles Fernandez
|
ce9d4b48e9
|
Fix CMakeLists files, clean dependencies relationships
|
2020-02-10 12:17:10 +01:00 |
|
Carles Fernandez
|
edc6444e5b
|
Add SPDX license identifier in header
|
2020-02-10 11:13:15 +01:00 |
|
Javier
|
b2a17b23c5
|
Move debug acquisition messages from LOG(INFO) to DLOG(INFO)
|
2020-02-10 11:00:03 +01:00 |
|
Javier
|
b1c0e86751
|
New receiver feature: optional carrier smoothing of code range observables
|
2020-02-10 10:59:10 +01:00 |
|
Carles Fernandez
|
aeaf68fe47
|
Fix detection of Volk version if pkg-config is not present
|
2020-02-10 01:16:58 +01:00 |
|
Carles Fernandez
|
bdc8c71e31
|
Add SPDX license id in header
|
2020-02-08 18:39:21 +01:00 |
|
Carles Fernandez
|
d1cb49b127
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into normalize-discriminator
|
2020-02-08 18:18:15 +01:00 |
|
Carles Fernandez
|
a713f8c646
|
Fix license in mdl files, remove wrong file
|
2020-02-08 12:33:24 +01:00 |
|