- 09 Aug, 2018 1 commit
-
-
Simon Giesecke authored
-
- 15 Jun, 2018 1 commit
-
-
Simon Giesecke authored
Solution: use correct double quotes
-
- 30 May, 2018 2 commits
-
-
Simon Giesecke authored
Solution: disable cppcoreguidelines-pro-type-static-cast-downcast warning
-
Simon Giesecke authored
Problem: numerous hicpp-signed-bitwise warnings that cannot easily be solved because of externally defined types Solution: disable this warning for now
-
- 27 May, 2018 1 commit
-
-
Simon Giesecke authored
Problem: inconsistent naming style for private data members, conflicts with naming of local variables and member functions Solution: apply and check _lower_case naming style for private data members
-
- 26 May, 2018 2 commits
-
-
Simon Giesecke authored
Solution: configured clang-tidy check and applied fixes
-
Simon Giesecke authored
Solution: define and apply parameter naming style: lower_case_
-
- 24 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: add initial .clang-tidy config file
-