1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-16 05:00:35 +00:00
gnss-sdr/src/core/libs
Carles Fernandez 62a7e54359
Introduce readability-identifier-naming check
This commit enforces naming style for Classes and global constants:
Camel_Snake_Case for Classes
UPPER_CASE for global constants
CamelCase for abstract classes
2019-02-22 10:47:24 +01:00
..
supl Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01: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
gnss_sdr_supl_client.cc Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
gnss_sdr_supl_client.h Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
ini.cc clang-tidy: apply readability-braces-around-statements plus code formatting 2019-02-11 21:13:02 +01:00
ini.h Apply automated code formatting 2018-03-03 02:03:39 +01:00
INIReader.cc Revert "clang-tidy: apply performance-unnecessary-value-param check" 2019-02-12 12:07:40 +01:00
INIReader.h Revert "clang-tidy: apply performance-unnecessary-value-param check" 2019-02-12 12:07:40 +01:00
string_converter.cc Miscelaneous code improvements by clang-tidy 2018-12-08 18:49:31 +01:00
string_converter.h Improve const correctness, fix string comparisons 2018-12-02 05:29:11 +01:00