1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-27 05:27:40 +00:00
Commit Graph

3290 Commits

Author SHA1 Message Date
Carles Fernandez
511f3d4618 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-09-13 17:51:10 +02:00
Carles Fernandez
24068bdf11 Print RINEX files for GPS L1+L2+L5 receiver 2019-09-13 17:49:22 +02:00
Javier
cf3a0e4006 Use GNSS-SDR custom_year config parameter (if set) also in RINEX printers 2019-09-13 17:35:53 +02:00
Javier
ad51654fbf Adding global configuration option to specify a custom year in order to postprocess old GNSS captures and avoid wrong week rollover 2019-09-13 16:36:41 +02:00
Carles Fernandez
b674c0e243 Write RINEX files for triple-band, dual-system receiver 2019-09-13 16:30:00 +02:00
Carles Fernandez
d137fda820 Apply clang-tidy 2019-09-13 13:35:26 +02:00
Carles Fernandez
e80122f4ff Apply clang tidy checks and clang-format 2019-09-13 08:56:37 +02:00
Carles Fernandez
0520d400b3 Apply clang-tidy 2019-09-11 22:31:34 +00:00
Carles Fernandez
e2d4fab080 Fix const usage 2019-09-09 23:31:20 +02:00
Carles Fernandez
79291d04ca Make element acess in gnss_circular_deque const 2019-09-09 20:21:49 +02:00
Carles Fernandez
a1aaf8aff0 Remove bound checking when accessing elements 2019-09-09 19:08:15 +02:00
Carles Fernandez
c8cd925ba8 Remove bound checking when accessing elements 2019-09-09 16:00:17 +02:00
Carles Fernandez
5f7f6366b6 Get elements of the circular deque without expensive bound checking 2019-09-09 12:10:40 +02:00
Carles Fernandez
24872c02dc Uniformize header guards 2019-09-07 16:42:22 +02:00
Carles Fernandez
9eb294209a Allow packaging when gr-iio is not present 2019-09-07 16:41:27 +02:00
Carles Fernandez
38a987607e Make use of the new Boost::headers target introduced in CMake 3.15 2019-09-07 12:36:19 +02:00
Carles Fernandez
35063985cd Merge branch 'convolutional' into next 2019-09-07 11:16:51 +02:00
Carles Fernandez
7f18fce958 Fix typo 2019-09-07 10:08:29 +02:00
Carles Fernandez
d652903cb6 Apply formatting 2019-09-07 09:38:05 +02:00
Carles Fernandez
345646ad7d Clean file 2019-09-07 09:33:48 +02:00
Carles Fernandez
4248edc4f3 Fix for old compilers 2019-09-06 18:49:22 +02:00
Carles Fernandez
9cb1beffa4 Clean formatting 2019-09-06 18:39:03 +02:00
Javier Arribas
6fe7ec9d71 Fix last commit 2019-09-06 18:19:40 +02:00
Javier Arribas
889e7b9695 Adding configuration option to disable PVT observables clock correction 2019-09-06 18:02:40 +02:00
Carles Fernandez
589788d2e3 Modernize code for Viterbi decoder 2019-09-06 17:31:31 +02:00
Carles Fernandez
8b04de9462 Fix building with gr-iio 0.3-6 Debian package 2019-09-03 11:39:55 +02:00
Carles Fernandez
02318c0382 Give to global parameters more meaningful name 2019-08-31 11:37:29 +02:00
Marc Majoral
fa90bc4424 fixed cn0_and_tracking_lock_status 2019-08-30 17:02:17 +02:00
Javier
37616765ae Fix FPGA build (again) 2019-08-28 16:28:35 +02:00
Javier
1bba61a661 Fix FPGA build 2019-08-28 16:24:12 +02:00
Javier
a40f954cb9 Expose tracking lock detectors smoothers control parameters in config files 2019-08-28 16:19:36 +02:00
Javier
4bedcc7dae Add missing FLL configuration flag to tracking adapters 2019-08-28 12:42:55 +02:00
Marc Majoral
c2acada665 the device_base index is now a signed integer. 2019-08-26 17:59:16 +02:00
Carles Fernandez
5b83902d87 Trim snprintf maximum length 2019-08-25 14:59:17 +02:00
Carles Fernandez
85e30b4759 Fix conversion 2019-08-25 05:00:02 +02:00
Carles Fernandez
df05c7418e Fix bugprone-too-small-loop-variable clang-tidy check warnings 2019-08-24 17:34:12 +02:00
Carles Fernandez
d36e9e431c Avoid string truncation 2019-08-24 12:17:53 +02:00
Carles Fernandez
d9a655efce Avoid truncation or bad formatting in message header 2019-08-24 12:16:41 +02:00
Carles Fernandez
54e9b07699 Avoid Wformat-truncation warning 2019-08-24 11:07:10 +02:00
Carles Fernandez
09cbfed4ac Fix string truncation 2019-08-24 09:47:53 +02:00
Carles Fernandez
dac73c730a Import exceptions module 2019-08-23 22:44:01 +02:00
Carles Fernandez
f5cf32a142 Add additional argument to volk_get_config_path 2019-08-23 22:43:01 +02:00
Carles Fernandez
79b7233da0 Install constants.h alongside other headers 2019-08-23 22:41:13 +02:00
Carles Fernandez
e676346b65 Add -mavx2 and -mfma to clang compiler 2019-08-23 22:32:06 +02:00
Carles Fernandez
91ccc8589e Add NEON intrinsics 2019-08-23 22:29:30 +02:00
Carles Fernandez
11afe63ef3 Add toolchain for Raspberry Pi 2019-08-23 22:28:10 +02:00
Carles Fernandez
6dc32f6c72 Add tool to plot best kernel performance vs generic kernel 2019-08-23 22:26:45 +02:00
Carles Fernandez
fd8787c7a4 Modernize memory management 2019-08-23 21:59:44 +02:00
Carles Fernandez
95f688dcb0 Mark all constructors callable with one argument as explicit 2019-08-23 21:25:44 +02:00
Carles Fernandez
7e16077526 Remove all sprintf usages
Replaced by std::snprintf
2019-08-23 20:48:52 +02:00