Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise C++ coding style using clang-format-15 | Kitware Robot | 2023-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 15. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit. Fixes: #24315 | ||||
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -2/+2 |
| | | | | | CMake uses explicit 'this->' style. Using custom clang-tidy check we can detect and fix places where 'this->' was missed. | ||||
* | Tests: Fix -Wsuggest-destructor-override warning in testCMExtMemory | Brad King | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Memory management: cast functions for managed pointers | Marc Chevrier | 2019-11-27 | 1 | -0/+65 |