summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testCMExtMemory.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-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 testCMExtMemoryBrad King2020-07-281-1/+1
|
* Memory management: cast functions for managed pointersMarc Chevrier2019-11-271-0/+65