1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-29 09:02:26 +00:00
Commit Graph

6415 Commits

Author SHA1 Message Date
Carles Fernandez
6796a73820 Avoid pointer arithmetics 2019-07-23 19:04:01 +02:00
Carles Fernandez
bf1ac2cb50 Simplify GSL usage 2019-07-23 19:01:18 +02:00
Carles Fernandez
05faf97b70 Switch to automatically managed static memory 2019-07-23 18:54:32 +02:00
Javier Arribas
27b1baf0b7 completing the acquisition assistance option from primary frequencies (e.g. L1, E1) to secondary frequencies (e.g. L5, E5) 2019-07-23 17:56:02 +02:00
Marc Majoral
6ee9fedd76 moved #defines to static consts + used clang-format + removed code that was commented out 2019-07-23 15:20:59 +02:00
Marc Majoral
00993d9719 replaced #defines by static consts + removed unused tracking parameter + removed unnecessary comments 2019-07-22 19:58:37 +02:00
Marc Majoral
d9d3696880 Merge branch 'next' of https://github.com/mmajoral/gnss-sdr into fpga_extended_coherent_integration 2019-07-22 17:53:26 +02:00
Carles Fernandez
31b6f9defd Explicitly set CMake policy CMP0093 to NEW 2019-07-22 14:46:36 +02:00
Carles Fernandez
cc474881f2 Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-07-22 14:14:28 +02:00
Carles Fernandez
09b6b2305e Handle redefinition of Boost_VERSION variable in CMake 3.15
See Policy CMP0093 https://cmake.org/cmake/help/v3.15/policy/CMP0093.html#policy:CMP0093
CMake 3.15 policies enabled by default (see https://cmake.org/cmake/help/v3.15/manual/cmake-policies.7.html#manual:cmake-policies(7) )
2019-07-22 14:13:57 +02:00
Marc Majoral
8d813f05d1 updated the calculation of the FPGA integration length variable 2019-07-22 11:47:33 +02:00
Carles Fernandez
5ba04708a9 Remove unused variable 2019-07-21 20:36:41 +02:00
Carles Fernandez
41fa456b8b Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-07-21 19:37:24 +02:00
Carles Fernandez
a172b755f7 Fix typo 2019-07-21 19:37:13 +02:00
Carles Fernandez
cf56482cea Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-07-21 19:33:12 +02:00
Carles Fernandez
be86771ede Move default destructor to header file, so compiler can make a better job 2019-07-21 19:32:52 +02:00
Carles Fernandez
05fae053eb Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-07-21 13:13:01 +02:00
Carles Fernandez
6e5c79d144 Fix compiler ambiguity 2019-07-21 13:12:46 +02:00
Carles Fernandez
1149a22ba0 Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-07-21 12:56:37 +02:00
Carles Fernandez
37fdfca5ec Miscellaneous improvements
Improve modularity of CMake design
Improve building speed in multicore processors
Files command_event.* moved to core/libs
Remove Armadillo from public core_receiver interface
Uniformize name format for classes
Apply some fixes by clang-tidy
Improve documentation
2019-07-21 12:55:59 +02:00
Carles Fernandez
82c4643ffb Remove unused file 2019-07-20 13:37:09 +02:00
Carles Fernandez
6264a3cbd6 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-07-20 13:23:01 +02:00
Carles Fernandez
71d8be3192 Update changelog 2019-07-20 13:14:20 +02:00
Carles Fernandez
08ea611aef Merge branch 'newsatdispatcher' into next 2019-07-20 13:12:03 +02:00
Carles Fernandez
471428f867 Fix typos detected by codespell 2019-07-20 12:55:46 +02:00
Carles Fernandez
f440a0e9f1 Avoid passing big parameters by value
clang-tidy check: performance-unnecessary-value-param
See https://clang.llvm.org/extra/clang-tidy/checks/performance-unnecessary-value-param.html
2019-07-20 11:39:08 +02:00
Carles Fernandez
49e64f94f6 Code cleaning, initializations 2019-07-20 11:13:28 +02:00
Carles Fernandez
03a77b06ea Format file 2019-07-20 03:02:43 +02:00
Carles Fernandez
ef9c02bac2 Miscellaneous changes: fix typos, warnings 2019-07-20 02:53:31 +02:00
Carles Fernandez
0e583f5c39 Fix test 2019-07-19 23:26:26 +02:00
Carles Fernandez
739c008f49 Merge branch 'newsatdispatcher' of https://github.com/gnss-sdr/gnss-sdr into telemetry 2019-07-19 23:12:38 +02:00
Javier Arribas
504a22d6bb Introducing the new satellite dispatcher with optional assistance from primary frequencies to secondary frequencies 2019-07-19 18:49:42 +02:00
Carles Fernandez
0ddb063784 Modernize code
Automatize memory management
De-clutter clan-tidy warnings by fixing obvious issues
2019-07-19 18:23:36 +02:00
Marc Majoral
851d36cb9b minor code optimizations + replaced #defines by constants in the tracking adapters 2019-07-19 17:23:00 +02:00
Marc Majoral
f426294385 removed unnecessary messages 2019-07-19 13:04:39 +02:00
Marc Majoral
3225d92f1b removed unused variable 2019-07-19 12:24:25 +02:00
Javier Arribas
0035cd06dd Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into newsatdispatcher 2019-07-19 12:01:51 +02:00
Marc Majoral
becd3c4a3d Merge branch 'next' of https://github.com/mmajoral/gnss-sdr into fpga_extended_coherent_integration 2019-07-19 12:00:14 +02:00
Marc Majoral
8b0e170a56 applied clang-format 2019-07-19 11:55:53 +02:00
Carles Fernandez
7fa7f5f6dc Update Matio local version 2019-07-18 23:57:12 +02:00
Carles Fernandez
fcab3215a8 Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-07-18 22:58:05 +02:00
Carles Fernandez
35852c7efb clang-tidy fixes
Reduce number of hicpp-signed-bitwise warnings
See https://rules.sonarsource.com/c/RSPEC-854
2019-07-18 22:57:45 +02:00
Carles Fernandez
931cdef622 Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-07-18 22:04:58 +02:00
Carles Fernandez
6a15b84687 Simplify code 2019-07-18 22:03:56 +02:00
Carles Fernandez
9f90384375 Unify operator name for exclusive or, use bitset instead of array for bools 2019-07-18 20:01:54 +02:00
Carles Fernandez
4628011e9e Unify operator name for exclusive or 2019-07-18 19:47:27 +02:00
Carles Fernandez
b8fb52fe3c Remove not needed moves 2019-07-18 19:43:08 +02:00
Carles Fernandez
e83f9ad551 Update Armadillo version 2019-07-18 19:36:08 +02:00
Javier Arribas
601230ce37 Completing the migration to the new receiver channels and commands events queue. Fix unit test execution 2019-07-18 19:29:14 +02:00
Marc Majoral
8c84702f27 implemented the stop_tracking() function 2019-07-18 19:12:17 +02:00