alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.89k stars 807 forks source link

Clean-up `.clang-tidy` and apply `camelBack` case on functions and variables for some modules #1637

Closed cbentejac closed 5 months ago

cbentejac commented 6 months ago

Description

This PR updates the .clang-tidy file to detect instances where the case used for a variable/function/class/structure differs from the following:

Using that file, the following modules have been updated to respect these rules:

The modifications are not exhaustive and do not fix all the warnings generated by clang-tidy but intend to start harmonizing globally the code.

This pull request presents no functional change.

This relates to https://github.com/alicevision/QtAliceVision/pull/66.