1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-13 16:56:52 +00:00
gnss-sdr/src/algorithms/data_type_adapter/adapters
2019-02-21 09:59:06 +01:00
..
byte_to_short.cc Miscelaneous code improvements by clang-tidy 2018-12-08 18:49:31 +01:00
byte_to_short.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
CMakeLists.txt Deploy a new option -DENABLE_CLANG_TIDY to integrate clang-tidy checks and fixes into the compilation process, if found. It defaults to OFF 2019-02-21 09:59:06 +01:00
ibyte_to_cbyte.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
ibyte_to_cbyte.h Improve performance by using const and std::move() to avoid unnecessary copies 2018-12-03 19:01:47 +01:00
ibyte_to_complex.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
ibyte_to_complex.h Sort includes automatically with clang-format 2018-12-09 22:00:09 +01:00
ibyte_to_cshort.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
ibyte_to_cshort.h Sort includes automatically with clang-format 2018-12-09 22:00:09 +01:00
ishort_to_complex.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
ishort_to_complex.h Sort includes automatically with clang-format 2018-12-09 22:00:09 +01:00
ishort_to_cshort.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
ishort_to_cshort.h Improve performance by using const and std::move() to avoid unnecessary copies 2018-12-03 19:01:47 +01:00