Carles Fernandez
|
8b04de9462
|
Fix building with gr-iio 0.3-6 Debian package
|
2019-09-03 11:39:55 +02:00 |
|
Carles Fernandez
|
48b284d5fe
|
Fix formatting
|
2019-08-31 11:52:04 +02:00 |
|
Carles Fernandez
|
02318c0382
|
Give to global parameters more meaningful name
|
2019-08-31 11:37:29 +02:00 |
|
Marc Majoral
|
ea29914322
|
Merge branch 'next' of https://github.com/mmajoral/gnss-sdr into fix_fpga_cn0_and_tracking_lock_status
|
2019-08-30 17:04:31 +02:00 |
|
Marc Majoral
|
fa90bc4424
|
fixed cn0_and_tracking_lock_status
|
2019-08-30 17:02:17 +02:00 |
|
Javier
|
1dd1d826f8
|
Re-assign signal to channel in case of re-adquiring the same satellite
|
2019-08-30 17:00:12 +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
|
38ceb848f5
|
Fix memory leak
|
2019-08-25 11:47:49 +02:00 |
|
Carles Fernandez
|
85e30b4759
|
Fix conversion
|
2019-08-25 05:00:02 +02:00 |
|
Carles Fernandez
|
57de35d92e
|
Add missing move assignment operator
|
2019-08-25 02:20:51 +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 |
|
Carles Fernandez
|
05ec821998
|
Update GPSTK version to 2.12
Fix ENABLE_OWN_GPSTK option if GPSTK was already found
|
2019-08-20 23:02:48 +02:00 |
|
Carles Fernandez
|
6c3af29485
|
Fix API usage errors
|
2019-08-19 21:58:50 +02:00 |
|
Carles Fernandez
|
a754a070a1
|
Fix API usage errors
|
2019-08-19 16:13:23 +02:00 |
|
Carles Fernandez
|
730769d5f3
|
Fix API usage errors
|
2019-08-19 13:11:13 +02:00 |
|
Carles Fernandez
|
c579aed27c
|
Fix portability warnings
|
2019-08-19 12:21:43 +02:00 |
|
Carles Fernandez
|
c4db5476fb
|
Always have a space between // and comment
|
2019-08-19 10:49:37 +02:00 |
|
Carles Fernandez
|
9d0c00132d
|
Always have a space between // and comment
|
2019-08-19 01:29:04 +02:00 |
|
Carles Fernandez
|
d4bb6e5731
|
Always have a space between // and comment
|
2019-08-18 22:16:13 +02:00 |
|
Carles Fernandez
|
4dd8aa12b4
|
Replace C style casts by C++ casts
|
2019-08-18 12:54:16 +02:00 |
|
Carles Fernandez
|
591dd6cbb9
|
Fixes for 32-bit archs
|
2019-08-17 16:06:39 +02:00 |
|
Carles Fernandez
|
a0eaa67d7d
|
code cleaning
|
2019-08-17 15:47:20 +02:00 |
|
Carles Fernandez
|
e4c3ee7527
|
Remove redundant blank lines at the end of a code block
|
2019-08-17 15:29:31 +02:00 |
|
Carles Fernandez
|
03541bd88b
|
Fix wrong comment marks
|
2019-08-17 15:00:31 +02:00 |
|
Carles Fernandez
|
be912aeccf
|
Remove blank lines
|
2019-08-17 14:59:20 +02:00 |
|
Carles Fernandez
|
c5b3e7597a
|
Remove tabs
|
2019-08-17 14:41:32 +02:00 |
|
Carles Fernandez
|
b2045076bd
|
Fix typo
|
2019-08-17 14:26:11 +02:00 |
|
Carles Fernandez
|
afc7f1031c
|
Remove tabs
|
2019-08-17 14:23:35 +02:00 |
|
Carles Fernandez
|
c31d9dea40
|
Fix errors risen by include_what_you_use
|
2019-08-17 13:56:54 +02:00 |
|
Carles Fernandez
|
eef3eabbd3
|
Fix defects
|
2019-08-17 11:33:38 +02:00 |
|
Carles Fernandez
|
874c92351c
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2019-08-17 03:14:13 +02:00 |
|