summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/PseudoMemcheck
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix clang -Wstrict-prototypes warningsBrad King2023-10-261-1/+1
|
* Build: Simplify `configure_file()` callsAlex Turbov2022-09-221-1/+1
|
* Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS`Alex Turbov2022-09-221-2/+2
|
* Tests: Add cases for CTest cuda-memcheck parserTobias Ribizel2020-07-092-2/+35
|
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-211-3/+3
| | | | Enable the check in .clang-tidy and fix all warnings.
* Xcode: Drop support for Xcode versions below 3Brad King2017-04-222-23/+0
|
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
| | | | | | | | | | | | | Automate with: git grep -l '#include <cm_' -- Source \ | xargs sed -i 's/#include <\(cm_.*\)>/#include "\1"/g' git grep -l '#include <cmsys/' -- Source \ | xargs sed -i 's/#include <\(cmsys\/.*\)>/#include "\1"/g' git grep -l '#include <cm[A-Z]' -- Source \ | xargs sed -i 's/#include <\(cm[A-Z].*\)>/#include "\1"/g'
* Add missing braces around statements.Daniel Pfeifer2016-06-101-5/+7
| | | | | Apply fixits of clang-tidy's readability-braces-around-statements checker.
* PseudoMemcheck: revise style with clang-format.Daniel Pfeifer2016-06-101-14/+8
| | | | | | Rename memtester.cxx.in to memtester.cxx, run clang-format, then restore the original name. Fix the @_retval@ placeholder that was broken by clang-format.
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-1/+1
| | | | | Run clang-tidy's readability-redundant-string-cstr checker. Ignore findings in kwsys.
* Merge branch 'backport-no-global-setlocale' into no-global-setlocaleBrad King2015-02-061-2/+0
| | | | Resolve conflict in Source/CMakeLists.txt by taking both changes.
* Tests: Move CTestTestMemcheck tools into Tests/CMakeLibBrad King2014-12-183-0/+123
The dummy memcheck tools we build for the RunCMake.CTestMemcheck tests require CMakeLib, so put them in a Tests/CMakeLib/PseudoMemcheck directory.