Carles Fernandez
e686c38353
Code formatting, adapt overflow fix to new variable name
2019-08-01 20:09:35 +02:00
Carles Fernandez
a204278490
Merge branch 'obs_jump_fix' of https://github.com/gnss-sdr/gnss-sdr into raspi
2019-08-01 19:24:00 +02:00
Carles Fernandez
850c93798e
Avoid stack overflow in rtklib_solver
2019-08-01 19:23:38 +02:00
Carles Fernandez
89169f9f2e
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into raspi
2019-08-01 19:05:34 +02:00
Javier Arribas
8b3c87dcfa
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into obs_jump_fix
2019-08-01 18:14:21 +02:00
Javier Arribas
f2becaa7b9
Final bug fix for the observables clock correction jumps
2019-08-01 18:11:36 +02:00
Marc Majoral
dae5b715cd
removed unnecessary calculations
2019-08-01 18:08:01 +02:00
Javier Arribas
12aae85f3c
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into obs_jump_fix
2019-08-01 17:25:15 +02:00
Carles Fernandez
86f40ae4eb
Fix comparison sign
2019-08-01 12:31:12 +02:00
Javier Arribas
9eac73630a
Add clock correction + interpolation to annotated observables
2019-07-31 18:16:09 +02:00
Carles Fernandez
b5aa59561b
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2019-07-31 10:22:27 +02:00
Carles Fernandez
cdfe4c43d9
Revert "Remove unused public member"
...
This reverts commit 1f476957e3
.
2019-07-31 10:21:32 +02:00
Carles Fernandez
d83083a655
Fix exception catch
2019-07-30 20:03:02 +02:00
Carles Fernandez
f44d845a72
Merge branch 'next' of https://gitlab.com/gnss-sdr/gnss-sdr into next
2019-07-30 19:16:04 +02:00
Carles Fernandez
4c57fe6dc0
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
2019-07-30 19:15:34 +02:00
Carles Fernandez
5e5c68c2f9
Add more performance and high integrity checks
2019-07-30 19:07:36 +02:00
Carles Fernandez
8ce0358de6
Clang-tidy fixes
2019-07-30 19:00:23 +02:00
Carles Fernandez
4d0e1f6577
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
2019-07-30 12:52:15 +02:00
Carles Fernandez
5cf188444a
Merge branch 'next' of https://gitlab.com/gnss-sdr/gnss-sdr into next
2019-07-30 12:52:00 +02:00
Carles Fernandez
cc54b4a122
Enforce rule 15.1 of the High Integrity C++ Coding Standard
...
See https://www.perforce.com/resources/qac/high-integrity-c-coding-standard-exception-handling
2019-07-30 12:51:36 +02:00
Carles Fernandez
9b4597572c
Cleaning
2019-07-30 12:38:03 +02:00
Carles Fernandez
16a75304a9
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2019-07-30 09:51:05 +02:00
Carles Fernandez
2fe38e937a
Fix wrong assignment
2019-07-30 08:06:53 +02:00
Carles Fernandez
1f476957e3
Remove unused public member
2019-07-30 08:06:05 +02:00
Carles Fernandez
2482f14bd8
Apply code formatting
2019-07-30 07:40:23 +02:00
Carles Fernandez
759f4cadac
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2019-07-30 07:36:47 +02:00
Carles Fernandez
1cf74fa685
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
2019-07-29 22:10:27 +02:00
Carles Fernandez
449afd7029
Fix typo
2019-07-29 22:03:57 +02:00
Carles Fernandez
a60a18e97b
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
2019-07-29 21:52:46 +02:00
Carles Fernandez
89632374a0
Fix runtime error in ARM architectures
2019-07-29 21:51:47 +02:00
Carles Fernandez
2ec6ed6ec6
Clean usage of Guidelines Support Library
2019-07-29 21:47:46 +02:00
Carles Fernandez
4933ae3e0d
No Armadillo bound checking if compiled in Release mode
2019-07-29 21:22:44 +02:00
Carles Fernandez
45c15e2d5f
Return to known state
2019-07-29 21:06:08 +02:00
Carles Fernandez
e627db32eb
Remove include
2019-07-29 20:33:51 +02:00
Carles Fernandez
75aa6a3c5d
Fix for ARM
2019-07-29 20:14:31 +02:00
Carles Fernandez
ecf98fc159
Another test for ARM
2019-07-29 19:40:36 +02:00
Carles Fernandez
2223a66f64
Implementation of dynamic memory for RTKLIB
2019-07-29 18:46:29 +02:00
Carles Fernandez
68410f81d0
Fix runtime error in arm: RTKLIB wants dynamic memory
2019-07-29 18:43:49 +02:00
Javier Arribas
605128e5e0
Improving HW reset for FPGA-accelerated receiver
2019-07-29 15:57:18 +02:00
Carles Fernandez
9094f4b4f5
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
2019-07-28 14:00:20 +02:00
Carles Fernandez
271399fc22
Fix bug: avoid RTKLIB memory corruption
...
Avoid alloc-dealloc-mismatch caused by uniqnav
Reserve memory for get_PVT as std::arrays in header file, so we do not have to ask for new memory each time we execute get_PVT
Remove unused public member count_valid_position
2019-07-28 13:59:29 +02:00
Carles Fernandez
9f8f9e8af9
Apply code cleaning before release
2019-07-28 12:01:11 +02:00
Carles Fernandez
f349d7c29b
Bump version to 0.0.11
2019-07-27 13:31:12 +02:00
Carles Fernandez
9772f8ef07
Replace raw pointers by smart pointers
2019-07-27 11:24:39 +02:00
Carles Fernandez
8aaf6019e9
Better usage of the GSL, other minor cleaning
2019-07-27 11:22:08 +02:00
Carles Fernandez
2aa98994b4
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2019-07-26 16:18:17 +02:00
Carles Fernandez
08c57e2c72
Update changelog
2019-07-26 16:09:02 +02:00
Carles Fernandez
712d9ff06b
Code uniformization
2019-07-26 15:48:29 +02:00
Carles Fernandez
7017132b8f
Merge branch 'mmajoral-fpga_extended_coherent_integration' into next
2019-07-26 13:59:28 +02:00
Carles Fernandez
822185ff93
Fixes by clang-tidy, clang-format and codespell
2019-07-26 13:58:15 +02:00