gnss-sdr/src/algorithms/libs
Carles Fernandez f351615ef9
Apply clang-tidy fix modernize-use-bool-literals
2018-12-11 12:08:54 +01:00
..
opencl Apply fixes by clang-tidy 2018-12-11 01:56:25 +01:00
rtklib Apply clang-tidy fix modernize-use-bool-literals 2018-12-11 12:08:54 +01:00
volk_gnsssdr_module/volk_gnsssdr Sort includes automatically with clang-format 2018-12-09 22:00:09 +01:00
CMakeLists.txt Apply fixes by clang-tidy 2018-12-11 01:56:25 +01:00
byte_x2_to_complex_byte.cc clang-tidy: apply modernize-use-auto fix (see https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html) 2018-12-03 16:25:11 +01:00
byte_x2_to_complex_byte.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
complex_byte_to_float_x2.cc clang-tidy: apply modernize-use-auto fix (see https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html) 2018-12-03 16:25:11 +01:00
complex_byte_to_float_x2.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
complex_float_to_complex_byte.cc clang-tidy: apply modernize-use-auto fix (see https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html) 2018-12-03 16:25:11 +01:00
complex_float_to_complex_byte.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
conjugate_cc.cc clang-tidy: apply modernize-use-auto fix (see https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html) 2018-12-03 16:25:11 +01:00
conjugate_cc.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
conjugate_ic.cc clang-tidy: apply modernize-use-auto fix (see https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html) 2018-12-03 16:25:11 +01:00
conjugate_ic.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
conjugate_sc.cc clang-tidy: apply modernize-use-auto fix (see https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html) 2018-12-03 16:25:11 +01:00
conjugate_sc.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
cshort_to_float_x2.cc clang-tidy: apply modernize-use-auto fix (see https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html) 2018-12-03 16:25:11 +01:00
cshort_to_float_x2.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
galileo_e1_signal_processing.cc Sort includes automatically with clang-format 2018-12-09 22:00:09 +01:00
galileo_e1_signal_processing.h Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
galileo_e5_signal_processing.cc Miscelaneous code improvements by clang-tidy 2018-12-08 18:49:31 +01:00
galileo_e5_signal_processing.h Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
geofunctions.cc Fix defects detected by Coverity Scan 2018-11-08 15:34:58 +01:00
geofunctions.h Adding the Hotstart telecommand implementation to predict visible satellites for GPS and Galileo constellations 2018-11-05 17:53:53 +01:00
glonass_l1_signal_processing.cc Apply clang-tidy fix modernize-use-bool-literals 2018-12-11 12:08:54 +01:00
glonass_l1_signal_processing.h Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
glonass_l2_signal_processing.cc Apply clang-tidy fix modernize-use-bool-literals 2018-12-11 12:08:54 +01:00
glonass_l2_signal_processing.h Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
gnss_circular_deque.h Sort includes automatically with clang-format 2018-12-09 22:00:09 +01:00
gnss_sdr_create_directory.cc clang-tidy: apply readability-else-after-return fix (see https://clang.llvm.org/extra/clang-tidy/checks/readability-else-after-return.html) 2018-12-03 22:08:19 +01:00
gnss_sdr_create_directory.h Improve tracking dump saving 2018-10-30 00:47:12 +01:00
gnss_sdr_flags.cc Miscelaneous code improvements 2018-12-04 13:20:49 +01:00
gnss_sdr_flags.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
gnss_sdr_fpga_sample_counter.cc Apply fixes by clang-tidy 2018-12-10 19:05:12 +01:00
gnss_sdr_fpga_sample_counter.h Sort includes automatically with clang-format 2018-12-09 22:00:09 +01:00
gnss_sdr_sample_counter.cc Sort includes automatically with clang-format 2018-12-09 22:00:09 +01:00
gnss_sdr_sample_counter.h Sort includes automatically with clang-format 2018-12-09 22:00:09 +01:00
gnss_sdr_time_counter.cc Apply fixes by clang-tidy 2018-12-10 19:05:12 +01:00
gnss_sdr_time_counter.h Sort includes automatically with clang-format 2018-12-09 22:00:09 +01:00
gnss_sdr_valve.cc Miscelaneous code improvements by clang-tidy 2018-12-08 18:49:31 +01:00
gnss_sdr_valve.h Sort includes automatically with clang-format 2018-12-09 22:00:09 +01:00
gnss_signal_processing.cc Avoid variable length arrays and other minor fixes 2018-08-16 14:16:43 +02:00
gnss_signal_processing.h Avoid variable length arrays and other minor fixes 2018-08-16 14:16:43 +02:00
gps_l2c_signal.cc clang-tidy: apply modernize-use-auto fix (see https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html) 2018-12-03 16:25:11 +01:00
gps_l2c_signal.h Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
gps_l5_signal.cc Apply clang-tidy fix modernize-use-bool-literals 2018-12-11 12:08:54 +01:00
gps_l5_signal.h Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
gps_sdr_signal_processing.cc Apply clang-tidy fix modernize-use-bool-literals 2018-12-11 12:08:54 +01:00
gps_sdr_signal_processing.h Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
pass_through.cc Miscelaneous code improvements by clang-tidy 2018-12-08 18:49:31 +01:00
pass_through.h Sort includes automatically with clang-format 2018-12-09 22:00:09 +01:00
short_x2_to_cshort.cc Miscelaneous code improvements by clang-tidy 2018-12-08 18:49:31 +01:00
short_x2_to_cshort.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00