1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-28 15:08:51 +00:00
gnss-sdr/src/algorithms/acquisition/gnuradio_blocks
Carles Fernandez 946d3dae9f Replace memset by std::fill_n. This fix warnings in GCC 8.0.1 (Fedora
Rawhide). The warnings were:

 warning: 'void* memset(void*, int, size_t)' clearing an object of
non-trivial type 'struct std::complex<float>'; use assignment or
value-initialization instead [-Wclass-memaccess]
2018-02-25 13:27:27 +01:00
..
CMakeLists.txt Fix building in ArchLinux 2018-02-23 17:57:53 +01:00
galileo_e5a_noncoherent_iq_acquisition_caf_cc.cc Fix Galileo E5a deadlock 2017-11-16 16:33:24 +01:00
galileo_e5a_noncoherent_iq_acquisition_caf_cc.h Make use of the inline keyword where appropriate 2017-08-21 11:45:12 +02:00
galileo_pcps_8ms_acquisition_cc.cc Replace some C-style casts by C++ casts 2017-08-19 09:16:10 +02:00
galileo_pcps_8ms_acquisition_cc.h Make use of the inline keyword where appropriate 2017-08-21 11:45:12 +02:00
gps_pcps_acquisition_fpga_sc.cc Replace some C-style cast by static_cast<>() 2017-08-18 12:45:47 +02:00
gps_pcps_acquisition_fpga_sc.h Make use of the inline keyword where appropriate 2017-08-21 11:45:12 +02:00
pcps_acquisition_fine_doppler_cc.cc Replace memset by std::fill_n. This fix warnings in GCC 8.0.1 (Fedora 2018-02-25 13:27:27 +01:00
pcps_acquisition_fine_doppler_cc.h Make use of the inline keyword where appropriate 2017-08-21 11:45:12 +02:00
pcps_acquisition.cc Fix memory leak 2018-02-12 03:04:27 -02:00
pcps_acquisition.h Rename pcps_acquisition_cc to pcps_acquisition 2018-02-07 08:43:44 +01:00
pcps_assisted_acquisition_cc.cc Replace some C-style casts by C++ casts 2017-08-19 09:16:10 +02:00
pcps_assisted_acquisition_cc.h Make use of the inline keyword where appropriate 2017-08-21 11:45:12 +02:00
pcps_cccwsr_acquisition_cc.cc Replace some C-style casts by C++ casts 2017-08-19 09:16:10 +02:00
pcps_cccwsr_acquisition_cc.h Make use of the inline keyword where appropriate 2017-08-21 11:45:12 +02:00
pcps_opencl_acquisition_cc.cc Replace C-style casts by C++ casts 2017-08-19 11:27:22 +02:00
pcps_opencl_acquisition_cc.h Make use of the inline keyword where appropriate 2017-08-21 11:45:12 +02:00
pcps_quicksync_acquisition_cc.cc Replace some C-style casts by C++ casts 2017-08-19 09:16:10 +02:00
pcps_quicksync_acquisition_cc.h Make use of the inline keyword where appropriate 2017-08-21 11:45:12 +02:00
pcps_tong_acquisition_cc.cc Replace some C-style casts by C++ casts 2017-08-19 09:16:10 +02:00
pcps_tong_acquisition_cc.h Make use of the inline keyword where appropriate 2017-08-21 11:45:12 +02:00