David Cole be358c68c3 Merge topic 'test-Complex-cleanup' %!s(int64=14) %!d(string=hai) anos
..
Architecture 1a53fb7537 Use correct default multiple architecture values in test %!s(int64=14) %!d(string=hai) anos
ArgumentExpansion 729db484ef Fix ArgumentExpansion test expected results %!s(int64=15) %!d(string=hai) anos
Assembler b3ce4200dc Do not bother enabling C++ in Assembler test %!s(int64=15) %!d(string=hai) anos
BuildDepends 5f7acc8d75 Base architecture choice logic on Xcode version %!s(int64=14) %!d(string=hai) anos
BundleGeneratorTest 36c228814b BUG: Fix issue #7523: Analyze output of 'hdiutil attach' to get the name of the volume that was mounted. Eliminates the need to use the -mountpoint arg of hdiutil which has a silly 90 character limit on the name of the mount point. Also add a custom volume icon to the BundleGeneratorTest to cover this code. %!s(int64=17) %!d(string=hai) anos
BundleTest 0037dcb6af Removed most usage of Carbon in favour of CoreFoundation %!s(int64=15) %!d(string=hai) anos
BundleUtilities e17135e882 BundleUtilities: Add rpath to loadable modules in test. %!s(int64=14) %!d(string=hai) anos
CFBundleTest a27edd8a05 Fix XCode -> Xcode typos, notably in man page (#12231) %!s(int64=14) %!d(string=hai) anos
CMakeCommands 914382224d target_link_libraries: Add LINK_(PUBLIC|PRIVATE) options %!s(int64=14) %!d(string=hai) anos
CMakeLib 569cee1d9e complex: Move cmSystemTools::UpperCase test to CMakeLibTests %!s(int64=14) %!d(string=hai) anos
CMakeTestAllGenerators 0baf5659c6 Ensure libgmp-10.dll is in the PATH for CMakeTestAllGenerators %!s(int64=14) %!d(string=hai) anos
CMakeTestBadCommandLines ae1e9900fa Add test CMakeTestBadCommandLines. Also add --graphviz arg to cmake invoked during the CPackComponents test. The purpose of each is to increase coverage of cmake.cxx. %!s(int64=16) %!d(string=hai) anos
CMakeTestMultipleConfigures 20fe27cda1 Add test to enable detecting differences between generation N and N+1 of a cmake generated build tree. Theoretically, each generation run with exactly the same arguments should be identical to the previous generation... Practically, there are differences. This is a tool to help us measure those differences. For now, the test always succeeds. Eventually, we may add the code to make it fail when there are differences. %!s(int64=16) %!d(string=hai) anos
CMakeTests 97142c7603 Merge topic 'newline-style' %!s(int64=14) %!d(string=hai) anos
COnly ce8810c4e7 ENH: preclean some warnings %!s(int64=18) %!d(string=hai) anos
CPackComponents 5a9e8e701e CPack: Add CPACK_NSIS_INSTALL_ROOT variable (#9148) %!s(int64=15) %!d(string=hai) anos
CPackComponentsForAll e20c59ae50 CPackRPM support component specific variables for spec files %!s(int64=14) %!d(string=hai) anos
CPackTestAllGenerators 8d94703cc2 Fix failing test. Forgot to double quote last arg to STRING. %!s(int64=16) %!d(string=hai) anos
CTestConfig 0b38bb4c53 Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts. %!s(int64=16) %!d(string=hai) anos
CTestScriptMode 7048373296 STYLE: don't load CMakeDetermineSystem and CMakeSystemSpecific directly from %!s(int64=16) %!d(string=hai) anos
CTestTest ed55b1b8d2 Remove unused code from CTest test suite %!s(int64=16) %!d(string=hai) anos
CTestTest2 2b082aa353 CTestTest2: Avoid running purify unless requested %!s(int64=15) %!d(string=hai) anos
CTestTestBadExe a6a21c85ed Tests: Eliminate unnecessary files and variables. %!s(int64=15) %!d(string=hai) anos
CTestTestChecksum a6a21c85ed Tests: Eliminate unnecessary files and variables. %!s(int64=15) %!d(string=hai) anos
CTestTestConfigFileInBuildDir 76ecdd8d16 CTest: Look for CTestConfig.cmake in build dir first, then source dir %!s(int64=14) %!d(string=hai) anos
CTestTestCostSerial a6a21c85ed Tests: Eliminate unnecessary files and variables. %!s(int64=15) %!d(string=hai) anos
CTestTestCrash a6a21c85ed Tests: Eliminate unnecessary files and variables. %!s(int64=15) %!d(string=hai) anos
CTestTestCycle a6a21c85ed Tests: Eliminate unnecessary files and variables. %!s(int64=15) %!d(string=hai) anos
CTestTestDepends a6a21c85ed Tests: Eliminate unnecessary files and variables. %!s(int64=15) %!d(string=hai) anos
CTestTestFailedSubmits a6a21c85ed Tests: Eliminate unnecessary files and variables. %!s(int64=15) %!d(string=hai) anos
CTestTestFailure a6a21c85ed Tests: Eliminate unnecessary files and variables. %!s(int64=15) %!d(string=hai) anos
CTestTestParallel a6a21c85ed Tests: Eliminate unnecessary files and variables. %!s(int64=15) %!d(string=hai) anos
CTestTestResourceLock a6a21c85ed Tests: Eliminate unnecessary files and variables. %!s(int64=15) %!d(string=hai) anos
CTestTestRunScript ec5a70dc91 Increase ctest RunScript line coverage. (Note: NEW_PROCESS argument is currently causing the test to fail, still investigating the reason for this, will add coverage for it later) %!s(int64=16) %!d(string=hai) anos
CTestTestScheduler a6a21c85ed Tests: Eliminate unnecessary files and variables. %!s(int64=15) %!d(string=hai) anos
CTestTestStopTime a6a21c85ed Tests: Eliminate unnecessary files and variables. %!s(int64=15) %!d(string=hai) anos
CTestTestSubdir a6a21c85ed Tests: Eliminate unnecessary files and variables. %!s(int64=15) %!d(string=hai) anos
CTestTestTimeout a6a21c85ed Tests: Eliminate unnecessary files and variables. %!s(int64=15) %!d(string=hai) anos
CTestTestUpload 6b6f309c5f Add the FILES keyword to ctest_upload command %!s(int64=15) %!d(string=hai) anos
CTestTestZeroTimeout a6a21c85ed Tests: Eliminate unnecessary files and variables. %!s(int64=15) %!d(string=hai) anos
CheckCompilerRelatedVariables 3b5256e19e Teach our tests about special cases for VS 11 %!s(int64=14) %!d(string=hai) anos
CommandLineTest 1d91bc64aa Remove unused DumpDocumentation code %!s(int64=16) %!d(string=hai) anos
CompileCommandOutput cdc2b41cc2 Fix CompileCommandOutput test build on Windows %!s(int64=14) %!d(string=hai) anos
Complex 53d31c2426 complex: Remove unused option to test CMakeLib %!s(int64=14) %!d(string=hai) anos
ComplexOneConfig 53d31c2426 complex: Remove unused option to test CMakeLib %!s(int64=14) %!d(string=hai) anos
Contracts 81136214f3 Establish pass criteria for the Trilinos contract test. %!s(int64=15) %!d(string=hai) anos
ConvLibrary ce8810c4e7 ENH: preclean some warnings %!s(int64=18) %!d(string=hai) anos
CrossCompile 8658fcbe24 Fix TRY_RUN cross compile test to pass consistently %!s(int64=16) %!d(string=hai) anos
CustComDepend ce8810c4e7 ENH: preclean some warnings %!s(int64=18) %!d(string=hai) anos
CustomCommand 128605054a Normalize slashes of add_custom_(command|target) DEPENDS (#11973) %!s(int64=15) %!d(string=hai) anos
CustomCommandWorkingDirectory 88548a45fb Handle relative WORKING_DIRECTORY in add_custom_(command|target) %!s(int64=15) %!d(string=hai) anos
CxxOnly eccc7d5d26 Merge branch 'allow_upper_case_cpp_and_others' into resolve/fix_target_name_with_dot_vs10/allow_upper_case_cpp_and_others %!s(int64=15) %!d(string=hai) anos
Dependency adb58d5e36 Honor strong intra-component target dependencies %!s(int64=15) %!d(string=hai) anos
DocTest ce8810c4e7 ENH: preclean some warnings %!s(int64=18) %!d(string=hai) anos
DoubleProject 5badf5f734 Fix the case where cmake --build failed with two project cmds in one file. %!s(int64=14) %!d(string=hai) anos
EmptyLibrary 220c5dc45a Add test that CMake errors with empty libs %!s(int64=15) %!d(string=hai) anos
Environment ceaef94ccc ENH: Implement feature request from issue 7885. Allow setting environment variables on a per-test basis for ctest using set_test_properties ENVIRONMENT. %!s(int64=17) %!d(string=hai) anos
ExportImport 183b95098e Follow all dependencies of shared library private dependencies %!s(int64=14) %!d(string=hai) anos
ExternalOBJ 9a6ff95072 Fix for bug where VS2010 did not use .obj files as part of the build. %!s(int64=15) %!d(string=hai) anos
ExternalProject f529ddcea0 Tests: ExternalProject: Remove unnecessary 'svn --version' call %!s(int64=14) %!d(string=hai) anos
FindModulesExecuteAll ee086dd028 ENH: add a project name %!s(int64=17) %!d(string=hai) anos
FindPackageModeMakefileTest 0d44ce2bf4 Silence make on OpenBSD in FindPackageModeTest(#12508) %!s(int64=14) %!d(string=hai) anos
FindPackageTest 208bb9009b Set UNSUITABLE instead of not COMPATIBLE %!s(int64=14) %!d(string=hai) anos
ForceInclude b29eadd8f3 Map multiple /FI flags for VS < 10 (#11649) %!s(int64=15) %!d(string=hai) anos
Fortran fcb2a27982 Fix and simplify Fortran test compiler compatibility check %!s(int64=14) %!d(string=hai) anos
FortranC 1ac1058272 Honor real language flags in FortranC.Flags test %!s(int64=16) %!d(string=hai) anos
FortranOnly 5c0c635a09 Fortran: Add support for free- and fixed-form flags %!s(int64=14) %!d(string=hai) anos
Framework 58be1b005f BUG: Fix issue #7046 - make sure extensionless headers and resource files work with the Xcode generator. Also fix incorrect mappings in the lastKnownFileType code. Add some extensionless files to the Framework test. %!s(int64=17) %!d(string=hai) anos
FunctionTest e79e412e70 VS2010: Honor PROJECT_LABEL target property (#10611) %!s(int64=15) %!d(string=hai) anos
IPO b4ace1cca0 Test INTERPROCEDURAL_OPTIMIZATION build feature %!s(int64=16) %!d(string=hai) anos
IncludeDirectories 27aa446352 One more try. Use full path by default, and relative on broken compilers. %!s(int64=14) %!d(string=hai) anos
JCTest 36ce9651db ENH: make it take longer %!s(int64=17) %!d(string=hai) anos
Java c177c8e6b8 Tests: Java tests should test UseJava.cmake %!s(int64=15) %!d(string=hai) anos
Jump d89e238e6c Cygwin: Fix tests to check CYGWIN instead of WIN32 %!s(int64=15) %!d(string=hai) anos
KDE4StableBranchTest 7e53bcc115 add a test which checks that cmake can build the latest stable KDE4 (kdelibs) release %!s(int64=16) %!d(string=hai) anos
LibName 5ff037e894 BUG: better fix for .dll.lib problem %!s(int64=19) %!d(string=hai) anos
LinkDirectory bb18790397 Test CMP0015 OLD and NEW link_directories behavior %!s(int64=16) %!d(string=hai) anos
LinkFlags c8b13ecc38 Intel-specific workaround for LinkFlags tests %!s(int64=15) %!d(string=hai) anos
LinkLanguage 750eb105c2 Test target link information invalidation %!s(int64=16) %!d(string=hai) anos
LinkLine df1a77c225 ENH: some cleanup, condensing some tests, removing arguments that were not needed but rather were cut and paste copies etc %!s(int64=18) %!d(string=hai) anos
LinkLineOrder ee9f925509 ENH: remove warnings in tests %!s(int64=22) %!d(string=hai) anos
LinkStatic 077954d4cb Test static linking with LINK_SEARCH_START_STATIC %!s(int64=15) %!d(string=hai) anos
LoadCommand d1aa17a7b0 ENH: Remove CMAKE_ANSI_CFLAGS from tests %!s(int64=16) %!d(string=hai) anos
LoadCommandOneConfig d1aa17a7b0 ENH: Remove CMAKE_ANSI_CFLAGS from tests %!s(int64=16) %!d(string=hai) anos
MFC 0e598b7bcd Tests: Only really run MFC test if we can build MFC apps (#11213) %!s(int64=14) %!d(string=hai) anos
MacroTest d1aa17a7b0 ENH: Remove CMAKE_ANSI_CFLAGS from tests %!s(int64=16) %!d(string=hai) anos
MakeClean d1aa17a7b0 ENH: Remove CMAKE_ANSI_CFLAGS from tests %!s(int64=16) %!d(string=hai) anos
MathTest ce8810c4e7 ENH: preclean some warnings %!s(int64=18) %!d(string=hai) anos
MissingSourceFile 7af41c3492 Test that missing source mentions directory (#11677) %!s(int64=15) %!d(string=hai) anos
Module 08271ec7d3 Build each library only once instead of once for each test. %!s(int64=14) %!d(string=hai) anos
ModuleDefinition f1b7e620f7 Fix ModuleDefinition test for Intel on Windows %!s(int64=16) %!d(string=hai) anos
NewlineArgs ce8810c4e7 ENH: preclean some warnings %!s(int64=18) %!d(string=hai) anos
ObjC++ 2208231aac ENH: some more CMakeList cleanups %!s(int64=19) %!d(string=hai) anos
OutDir 6eff237c56 Fix OutDir test on HP, MinGW, and Cygwin %!s(int64=16) %!d(string=hai) anos
OutOfBinary 0fe0523810 BUG: Fixed out-of-source subdirectories to work when they are also out-of-binary. Updated the OutOfSource test to test this feature. %!s(int64=19) %!d(string=hai) anos
OutOfSource dccbbe0a99 Visual Studio 10 has the same bug as 8 so make the path shorter %!s(int64=16) %!d(string=hai) anos
PerConfig bc92c84231 Merge topic 'resolve/tests-if-CYGWIN' %!s(int64=15) %!d(string=hai) anos
Plugin d1aa17a7b0 ENH: Remove CMAKE_ANSI_CFLAGS from tests %!s(int64=16) %!d(string=hai) anos
Policy0002 65a78ec5b8 Test support for OLD behavior of policy CMP0002 %!s(int64=16) %!d(string=hai) anos
PolicyScope a364daf1fd Allow users to specify defaults for unset policies %!s(int64=15) %!d(string=hai) anos
PreOrder 2208231aac ENH: some more CMakeList cleanups %!s(int64=19) %!d(string=hai) anos
PrecompiledHeader 667f0724a8 Fix PrecompiledHeader test for Intel on Windows %!s(int64=16) %!d(string=hai) anos
Preprocess 3b5256e19e Teach our tests about special cases for VS 11 %!s(int64=14) %!d(string=hai) anos
Properties 9dbba1b464 Fix #12342: Add APPEND_STRING option to set_property() %!s(int64=14) %!d(string=hai) anos
QtAutomoc 96fc5d5d07 automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODE %!s(int64=14) %!d(string=hai) anos
ReturnTest d1aa17a7b0 ENH: Remove CMAKE_ANSI_CFLAGS from tests %!s(int64=16) %!d(string=hai) anos
RuntimePath d1aa17a7b0 ENH: Remove CMAKE_ANSI_CFLAGS from tests %!s(int64=16) %!d(string=hai) anos
SameName ce8810c4e7 ENH: preclean some warnings %!s(int64=18) %!d(string=hai) anos
SetLang ce8810c4e7 ENH: preclean some warnings %!s(int64=18) %!d(string=hai) anos
Simple 2208231aac ENH: some more CMakeList cleanups %!s(int64=19) %!d(string=hai) anos
SimpleCOnly ae47302529 %!s(int64=18) %!d(string=hai) anos
SimpleExclude ce8810c4e7 ENH: preclean some warnings %!s(int64=18) %!d(string=hai) anos
SimpleInstall fea3e84ee3 export(): Document undefined behavior of location properties %!s(int64=14) %!d(string=hai) anos
SimpleInstallS2 fea3e84ee3 export(): Document undefined behavior of location properties %!s(int64=14) %!d(string=hai) anos
SourceGroups a27edd8a05 Fix XCode -> Xcode typos, notably in man page (#12231) %!s(int64=14) %!d(string=hai) anos
StringFileTest 36cb701690 allow STRING(SUBSTRING) work with length -1 as "rest of the string" %!s(int64=15) %!d(string=hai) anos
SubDir ce8810c4e7 ENH: preclean some warnings %!s(int64=18) %!d(string=hai) anos
SubDirSpaces 19cb2ca47f Disable SubDirSpaces parens with GNU Make 3.82 (#11654) %!s(int64=15) %!d(string=hai) anos
SubProject ce8810c4e7 ENH: preclean some warnings %!s(int64=18) %!d(string=hai) anos
SwigTest ce8810c4e7 ENH: preclean some warnings %!s(int64=18) %!d(string=hai) anos
SystemInformation 9daa4a6c3f Remove CMAKE_SHARED_MODULE_RUNTIME_${lang}_FLAG %!s(int64=16) %!d(string=hai) anos
TarTest d1513e0f0b Allow test to work on machines with umasks that do not allow files to be overwritten. %!s(int64=16) %!d(string=hai) anos
TargetName ce8810c4e7 ENH: preclean some warnings %!s(int64=18) %!d(string=hai) anos
TestDriver ce8810c4e7 ENH: preclean some warnings %!s(int64=18) %!d(string=hai) anos
Testing 31b0657e7d Merge topic 'custom-command-generator-expressions' %!s(int64=15) %!d(string=hai) anos
TestsWorkingDirectory a27edd8a05 Fix XCode -> Xcode typos, notably in man page (#12231) %!s(int64=14) %!d(string=hai) anos
TryCompile 93c56a7040 Tests: Added test for check_prototype_definition. %!s(int64=15) %!d(string=hai) anos
Tutorial 1bc355b711 Use new style header generation and get rid of OBJECT_DEPENDS in tutorial %!s(int64=16) %!d(string=hai) anos
Unset f8bc0492e1 ENH: Create $CACHE{VAR} syntax %!s(int64=17) %!d(string=hai) anos
VSExternalInclude 3b5256e19e Teach our tests about special cases for VS 11 %!s(int64=14) %!d(string=hai) anos
VSMidl e33cbda5c4 VSMidl Test: Use correct include_directories with VS6 (#11461) %!s(int64=15) %!d(string=hai) anos
VSResource df9577259c Add support for Visual Studio project-specific globals (#8707) %!s(int64=14) %!d(string=hai) anos
VariableUnusedViaSet f7438ca7ac Add test for unused detection via setting it %!s(int64=15) %!d(string=hai) anos
VariableUnusedViaUnset dee19760a7 Fix typo in VariableUnusedViaUnset test %!s(int64=15) %!d(string=hai) anos
VariableUsage 75bda3864e Add tests for unused command line variables %!s(int64=15) %!d(string=hai) anos
Wrapping ce8810c4e7 ENH: preclean some warnings %!s(int64=18) %!d(string=hai) anos
X11 3ca9bf797c ENH: make sure tests for cpack are run correctly %!s(int64=17) %!d(string=hai) anos
iOSNavApp 64c9b318bf Xcode: Add test to demonstrate iOS project in Xcode %!s(int64=14) %!d(string=hai) anos
.NoDartCoverage fa73553a59 clean up coverage some %!s(int64=23) %!d(string=hai) anos
CMakeBuildTest.cmake.in 5badf5f734 Fix the case where cmake --build failed with two project cmds in one file. %!s(int64=14) %!d(string=hai) anos
CMakeInstall.cmake bce24e14b8 Avoid running CMake.Install test simultaneously with other tests %!s(int64=15) %!d(string=hai) anos
CMakeLists.txt be358c68c3 Merge topic 'test-Complex-cleanup' %!s(int64=14) %!d(string=hai) anos
CMakeWizardTest.cmake d8efcfc787 Increase coverage. Add test of class cmakewizard. (cmake -i 'mode') %!s(int64=16) %!d(string=hai) anos
CTestUpdateBZR.cmake.in 11bdc2b1a1 Generalize CTest.Update* test dashboard script helpers %!s(int64=15) %!d(string=hai) anos
CTestUpdateCVS.cmake.in 11bdc2b1a1 Generalize CTest.Update* test dashboard script helpers %!s(int64=15) %!d(string=hai) anos
CTestUpdateCommon.cmake 0375865a4e Fix machine-specific UpdateGIT test failures %!s(int64=14) %!d(string=hai) anos
CTestUpdateGIT.cmake.in e6067ca969 Merge topic 'ctest-git-flexibility' %!s(int64=15) %!d(string=hai) anos
CTestUpdateGIT.sh.in c3781efb28 ctest_update: Support Git upstream branch rewrites %!s(int64=15) %!d(string=hai) anos
CTestUpdateHG.cmake.in 11bdc2b1a1 Generalize CTest.Update* test dashboard script helpers %!s(int64=15) %!d(string=hai) anos
CTestUpdateSVN.cmake.in 6d79b50518 Teach CTest.UpdateSVN to detect svn add --depth before using it %!s(int64=14) %!d(string=hai) anos
CheckFortran.cmake 2cde67a781 Modules: Fix spelling 'To distributed' -> 'To distribute' %!s(int64=15) %!d(string=hai) anos
EnforceConfig.cmake.in faf6d82bd6 Always use a configuration for CMake tests %!s(int64=16) %!d(string=hai) anos
TestInstall.sh.in 26fce5a402 ENH: Added Install test. It is enabled when the CMAKE_INSTALL_PREFIX is CMake_BINARY_DIR/InstallTest. %!s(int64=22) %!d(string=hai) anos
bootstrap.bat.in 5e102d5e01 Enable BootstrapTest on MSYS %!s(int64=15) %!d(string=hai) anos
test_clean.cmake.in 181c1eeede ENH: Add test_clean target to wipe out tests %!s(int64=17) %!d(string=hai) anos