1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-13 16:56:52 +00:00
gnss-sdr/src/algorithms/tracking/libs
Carles Fernandez 3e3af9de5a
Add new configuration option ENABLE_ARMA_NO_DEBUG
When enabled, defines the ARMA_NO_DEBUG macro in Armadillo, disabling bound checking.
Disabled by default, but it is set automatically to ON if ENABLE_PACKAGING is set to ON
2019-08-12 11:33:51 +02:00
..
bayesian_estimation.cc Update copyright year 2019-07-26 12:38:20 +02:00
bayesian_estimation.h No Armadillo bound checking if compiled in Release mode 2019-07-29 21:22:44 +02:00
CMakeLists.txt Add new configuration option ENABLE_ARMA_NO_DEBUG 2019-08-12 11:33:51 +02:00
cpu_multicorrelator_16sc.cc Update copyright year 2019-07-26 12:38:20 +02:00
cpu_multicorrelator_16sc.h Update copyright year 2019-07-26 12:38:20 +02:00
cpu_multicorrelator_real_codes.cc Update copyright year 2019-07-26 12:38:20 +02:00
cpu_multicorrelator_real_codes.h Update copyright year 2019-07-26 12:38:20 +02:00
cpu_multicorrelator.cc Update copyright year 2019-07-26 12:38:20 +02:00
cpu_multicorrelator.h Update copyright year 2019-07-26 12:38:20 +02:00
cuda_multicorrelator.cu Update copyright year 2019-07-26 12:38:20 +02:00
cuda_multicorrelator.h Update copyright year 2019-07-26 12:38:20 +02:00
dll_pll_conf_fpga.cc replaced #defines by static consts + removed unused tracking parameter + removed unnecessary comments 2019-07-22 19:58:37 +02:00
dll_pll_conf_fpga.h replaced #defines by static consts + removed unused tracking parameter + removed unnecessary comments 2019-07-22 19:58:37 +02:00
dll_pll_conf.cc Update copyright year 2019-07-26 12:38:20 +02:00
dll_pll_conf.h Update copyright year 2019-07-26 12:38:20 +02:00
exponential_smoother.cc Fix guard 2019-07-25 21:37:57 +02:00
exponential_smoother.h File cleaning 2019-07-07 21:44:58 +02:00
fpga_multicorrelator.cc updated doxygen comments 2019-07-23 19:05:43 +02:00
fpga_multicorrelator.h Fixes by clang-tidy, clang-format and codespell 2019-07-26 13:58:15 +02:00
lock_detectors.cc Update copyright year 2019-07-26 12:38:20 +02:00
lock_detectors.h Update copyright year 2019-07-26 12:38:20 +02:00
nonlinear_tracking.cc Move default destructor to header file, so compiler can make a better job 2019-07-21 19:32:52 +02:00
nonlinear_tracking.h No Armadillo bound checking if compiled in Release mode 2019-07-29 21:22:44 +02:00
tcp_communication.cc Enforce rule 15.1 of the High Integrity C++ Coding Standard 2019-07-30 12:51:36 +02:00
tcp_communication.h Update copyright year 2019-07-26 12:38:20 +02:00
tcp_packet_data.cc Update copyright year 2019-07-26 12:38:20 +02:00
tcp_packet_data.h Update copyright year 2019-07-26 12:38:20 +02:00
tracking_2nd_DLL_filter.cc Update copyright year 2019-07-26 12:38:20 +02:00
tracking_2nd_DLL_filter.h Update copyright year 2019-07-26 12:38:20 +02:00
tracking_2nd_PLL_filter.cc Update copyright year 2019-07-26 12:38:20 +02:00
tracking_2nd_PLL_filter.h Update copyright year 2019-07-26 12:38:20 +02:00
tracking_discriminators.cc Apply clang-tidy check readability-else-after-return 2019-08-04 13:15:03 +02:00
tracking_discriminators.h Update copyright year 2019-07-26 12:38:20 +02:00
tracking_FLL_PLL_filter.cc Update copyright year 2019-07-26 12:38:20 +02:00
tracking_FLL_PLL_filter.h Update copyright year 2019-07-26 12:38:20 +02:00
tracking_loop_filter.cc Update copyright year 2019-07-26 12:38:20 +02:00
tracking_loop_filter.h Update copyright year 2019-07-26 12:38:20 +02:00