1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-16 13:10:35 +00:00
gnss-sdr/src/algorithms
Jim Melton c67f23c913
fix clang-tidy complaints
some of these are ridiculous and so have been silenced. I'm a huge fan
of static code analysis but I have a hard time believing that writing
"0U" is a qualitative improvement over "0u".
2021-02-15 21:30:50 -07:00
..
acquisition Fix warning Wstringop-overread raised by GCC 11 2021-01-28 13:56:30 +01:00
channel Remove wrong error message 2021-02-09 11:34:07 +01:00
conditioner Avoid segmentation faults if the SignalConditioner is not well defined in the configuration 2021-01-26 23:11:06 +01:00
data_type_adapter Apply more concise file header format 2020-12-30 13:35:06 +01:00
input_filter Avoid segmentation faults if the SignalConditioner is not well defined in the configuration 2021-01-26 23:11:06 +01:00
libs Fix linking for std::filesystem in GCC 8 2021-01-31 14:13:25 +01:00
observables Fix warning Wstringop-overread raised by GCC 11 2021-01-28 13:56:30 +01:00
PVT Fix warning Wstringop-overread raised by GCC 11 2021-01-28 13:56:30 +01:00
resampler Apply more concise file header format 2020-12-30 13:35:06 +01:00
signal_generator Apply more concise file header format 2020-12-30 13:35:06 +01:00
signal_source fix clang-tidy complaints 2021-02-15 21:30:50 -07:00
telemetry_decoder Improve handling of the filesystem library 2021-01-16 14:37:19 +01:00
tracking Fix -Wsign-compare warning 2021-02-11 13:45:55 +01:00
CMakeLists.txt Apply more concise file header format 2020-12-30 13:35:06 +01:00