Carles Fernandez
|
1743a773b5
|
Improve performance by using const and std::move() to avoid unnecessary copies
|
2018-12-03 19:01:47 +01:00 |
|
Carles Fernandez
|
2709dc5ec7
|
clang-tidy: apply performance-faster-string-find (see https://clang.llvm.org/extra/clang-tidy/checks/performance-faster-string-find.html)
|
2018-12-03 18:17:21 +01:00 |
|
Carles Fernandez
|
b994f466a7
|
clang-tidy: apply modernize-loop-convert fix (see https://clang.llvm.org/extra/clang-tidy/checks/modernize-loop-convert.html)
|
2018-12-03 18:03:25 +01:00 |
|
Javier Arribas
|
4b80451630
|
Adding initial functional changes for the smart acquisition resampler
|
2018-12-03 17:58:18 +01:00 |
|
Javier Arribas
|
ec94bcf43e
|
Fix set DLL/PLL filter BW at tracking initialization
|
2018-12-03 17:07:51 +01:00 |
|
Carles Fernandez
|
b5c0cc04e5
|
clang-tidy: apply modernize-raw-string-literal fix (see https://clang.llvm.org/extra/clang-tidy/checks/modernize-raw-string-literal.html)
|
2018-12-03 17:04:16 +01:00 |
|
Carles Fernandez
|
0d408a6024
|
clang-tidy: apply modernize-use-auto fix (see https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html)
|
2018-12-03 16:25:11 +01:00 |
|
Carles Fernandez
|
395f93aeff
|
clang-tidy: apply modernize-pass-by-value fix. See http://clang.llvm.org/extra/clang-tidy/checks/modernize-pass-by-value.html#modernize-pass-by-value
|
2018-12-03 15:43:43 +01:00 |
|
Carles Fernandez
|
8eec75c8ae
|
clang-tidy: apply readability-string-compare fix (see https://clang.llvm.org/extra/clang-tidy/checks/readability-string-compare.html)
|
2018-12-03 12:52:17 +01:00 |
|
Carles Fernandez
|
42d4c39995
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2018-12-03 11:31:16 +01:00 |
|
Carles Fernandez
|
8319c2d33a
|
Fix building
|
2018-12-03 11:19:24 +01:00 |
|
Carles Fernandez
|
96f34cabb1
|
clang-tidy: apply modernize-use-equals-default fix. See https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-equals-default.html
|
2018-12-03 11:12:10 +01:00 |
|
Carles Fernandez
|
9d94910e1b
|
Fix building
|
2018-12-03 10:12:38 +01:00 |
|
Carles Fernandez
|
8e79786218
|
Fix building
|
2018-12-03 10:12:03 +01:00 |
|
Carles Fernandez
|
0a46cb1fe1
|
Use nullptr
|
2018-12-03 10:05:47 +01:00 |
|
Carles Fernandez
|
c6ea7192b8
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2018-12-03 02:12:59 +01:00 |
|
Carles Fernandez
|
d4e12648b0
|
Fix warning (missing initializer for struct members)
|
2018-12-03 02:10:14 +01:00 |
|
Carles Fernandez
|
24d431f74e
|
Fix warning (missing initializer for struct members
|
2018-12-03 01:43:20 +01:00 |
|
Carles Fernandez
|
370d35ccca
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2018-12-03 00:58:58 +01:00 |
|
Carles Fernandez
|
482558aa27
|
Use std::move() to avoid unnecessary copies
|
2018-12-03 00:46:38 +01:00 |
|
Carles Fernandez
|
da069c5968
|
Change string comparison style
|
2018-12-02 23:54:27 +01:00 |
|
Carles Fernandez
|
0a51eabdab
|
Improve string comparisons
|
2018-12-02 22:53:05 +01:00 |
|
Carles Fernandez
|
2614509b29
|
Fix string comparisons, improve const correctness
|
2018-12-02 15:52:32 +01:00 |
|
Carles Fernandez
|
f7df714a7f
|
Fix string comparisons, improve const correctness
|
2018-12-02 15:42:38 +01:00 |
|
Carles Fernandez
|
cc58fbe30f
|
Improve data types and string comparisons
|
2018-12-02 14:32:22 +01:00 |
|
Carles Fernandez
|
5f01161af6
|
Fix building
|
2018-12-02 12:24:44 +01:00 |
|
Carles Fernandez
|
1ed73eb2f8
|
Fix building
|
2018-12-02 12:11:59 +01:00 |
|
Carles Fernandez
|
3bb47ff755
|
Improve const correctness, fix string comparisons
|
2018-12-02 05:29:11 +01:00 |
|
Carles Fernandez
|
ae5a52b6fa
|
Apply style rules to CMake scripts
|
2018-12-01 20:11:17 +01:00 |
|
Carles Fernandez
|
1014b19bad
|
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into release_0010
|
2018-12-01 19:45:05 +01:00 |
|
Carles Fernandez
|
961f8cee1f
|
Offer a <PACKAGENAME>_ROOT CMake and environment variable as a way to define a base path to find packages
|
2018-12-01 19:09:44 +01:00 |
|
Carles Fernandez
|
f306da8933
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into release_0010
|
2018-12-01 13:05:27 +01:00 |
|
Marc Majoral
|
bd90563925
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fpga
|
2018-11-30 11:10:38 +01:00 |
|
Marc Majoral
|
f48a91c413
|
Galileo E5a is now debugged and working. Acquisition is using interrupts again. Each acquisition process opens and closes the acquisition device when an acquisition is done instead of having the device opened all the time. In this way the acquisition interrupt should only be received by the process that is using the interrupt at that time.
|
2018-11-30 11:07:01 +01:00 |
|
Carles Fernandez
|
d567bbf0cd
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2018-11-29 21:31:43 +01:00 |
|
Javier Arribas
|
6dd4733606
|
Fix duplicated satellites observables test to not demand true observables file
|
2018-11-29 21:29:21 +01:00 |
|
Carles Fernandez
|
3ef93144ac
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2018-11-29 19:15:58 +01:00 |
|
Javier Arribas
|
1302614613
|
Improving SPIR GSS6450 signal source
|
2018-11-29 17:53:01 +01:00 |
|
Carles Fernandez
|
46ecbe46e2
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2018-11-29 17:13:24 +01:00 |
|
Javier Arribas
|
514b9dd35f
|
Improving tracking pull-in algorithm
|
2018-11-29 17:09:30 +01:00 |
|
Carles Fernandez
|
bffcc74290
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2018-11-27 07:58:01 +01:00 |
|
Carles Fernandez
|
c74b9527cd
|
Add UNAVCO FTP link for RINEX navigation data files
|
2018-11-26 23:08:05 +01:00 |
|
Carles Fernandez
|
6c4de4b144
|
Add link to rinex2assist
|
2018-11-26 22:39:27 +01:00 |
|
Carles Fernandez
|
d518b19ef1
|
Update changelog
|
2018-11-26 22:18:27 +01:00 |
|
Carles Fernandez
|
2c6e3e621d
|
Update changelog
|
2018-11-26 22:13:33 +01:00 |
|
Carles Fernandez
|
f416a06304
|
Update Galileo ephemeris schema
|
2018-11-26 21:18:45 +01:00 |
|
Carles Fernandez
|
880c6715c1
|
Reorder XML file and remove duplicated parameter
|
2018-11-26 21:00:47 +01:00 |
|
Carles Fernandez
|
ed3396905f
|
Improve documentation
|
2018-11-26 20:01:25 +01:00 |
|
Carles Fernandez
|
6fc0927385
|
Fix reading of Galileo ephemeris
|
2018-11-26 15:03:12 +01:00 |
|
Carles Fernandez
|
e71cbc9f24
|
Fix warning
|
2018-11-26 12:04:34 +01:00 |
|