CMake/Tests/CTestTestMemcheck
Brad King 87be2e1427 Do not call setlocale() globally in CMake applications (#15377)
Revert the changes made by commit v3.1.0-rc1~406^2~1 (Encoding: Add
setlocale() to applications, 2014-05-30) and commit v3.1.0-rc1~406^2
(Encoding: Change to only set LC_CTYPE, 2014-06-11), and other setlocale
calls added later in their spirit.  CMake has not been taught how to
deal with non-C locales everywhere.  We do not define any functionality
for character conversions for non-ASCII strings.  Another solution will
be needed to address the original problem motivating addition of
setlocale() calls.
2015-02-06 13:32:26 -05:00
..
NoLogDummyChecker Tests/CTestTestMemcheck: Help Xcode 2.x create output dirs 2014-03-26 15:09:56 -04:00
CMakeLists.txt tests: Add a test for ctest_memcheck MemorySanitizer 2014-10-07 15:27:34 -04:00
CMakeLists.txt.in CTestTestMemcheck: do not search for compilers 2014-07-01 22:14:51 +02:00
CTestConfig.cmake.in Update CDash server URL 2014-06-24 13:54:52 -04:00
memtester.cxx.in Do not call setlocale() globally in CMake applications (#15377) 2015-02-06 13:32:26 -05:00
test.cmake.in Tests: Add generator platform support 2014-09-10 11:21:50 -04:00
testAddressSanitizer.cmake tests: fix copy/paste from tsan -> asan comments 2014-10-06 15:28:45 -04:00
testLeakSanitizer.cmake Handle more than one process with sanitizer errors. 2014-07-24 11:25:59 -04:00
testMemorySanitizer.cmake tests: Add a test for ctest_memcheck MemorySanitizer 2014-10-07 15:27:34 -04:00
testThreadSanitizer.cmake ctest_memcheck: Add support for ThreadSanitizer 2014-07-09 09:48:35 -04:00
testUndefinedBehaviorSanitizer.cmake tests: add a test for ctest_memcheck UndefinedBehaviorSanitizer 2014-10-07 15:27:34 -04:00