Brad King dacc47853d Merge topic 'vs-project-groups' 15 лет назад
..
Architecture e4897a78b9 Test OSX_ARCHITECTURES target property 16 лет назад
Assembler ce8810c4e7 ENH: preclean some warnings 18 лет назад
BuildDepends 2e48fe0eec Avoid Intel linker crash in BuildDepends test 16 лет назад
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. 17 лет назад
BundleTest a54e97cf94 ENH: Add indirect dependency to Carbon and call a Carbon function from executable. This will allow detecting broken dependency chaining for '-framework blah' style lib dependencies. 17 лет назад
CMakeCommands 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. 16 лет назад
CMakeLib 9478ad0945 Create CMakeLibTests output dir for Xcode 16 лет назад
CMakeTestAllGenerators 57214662ae Add test of all cmake -G generators. Ignore any errors from this as not all generators are expected to be usable on all machines. Help to increase coverage of the various generators and cmake.cxx itself. 16 лет назад
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. 16 лет назад
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. 16 лет назад
CMakeTests c088e7a341 ModuleNoticesTest: Do not require "Kitware" copyright 15 лет назад
COnly ce8810c4e7 ENH: preclean some warnings 18 лет назад
CPackComponents 640389f3a4 Avoid failure of CPackComponents test on dash16 and dash17 since makensis was installed on those machines to increase coverage. Do not add install rules with absolute paths when makensis is going to be used to build an installer. 16 лет назад
CPackTestAllGenerators 8d94703cc2 Fix failing test. Forgot to double quote last arg to STRING. 16 лет назад
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. 16 лет назад
CTestScriptMode 7048373296 STYLE: don't load CMakeDetermineSystem and CMakeSystemSpecific directly from 16 лет назад
CTestTest ed55b1b8d2 Remove unused code from CTest test suite 16 лет назад
CTestTest2 aa30bd3f2a Disable purify on unix, as it works differently and ctest can't use it. 16 лет назад
CTestTest3 aa30bd3f2a Disable purify on unix, as it works differently and ctest can't use it. 16 лет назад
CTestTestBadExe a8ab3005ae Cosmetic changes to previous commit, for consistency. 16 лет назад
CTestTestChecksum 87054972a7 Checksum test should use CMAKE_TESTS_CDASH_SERVER 15 лет назад
CTestTestCrash f30c82f370 Added a unit test for running a test command which exists but is not an executable, because it previously caused the outer ctest process to fail. 16 лет назад
CTestTestCycle 3e52000a07 Fix cycle detection for test dependencies 15 лет назад
CTestTestDepends 3e52000a07 Fix cycle detection for test dependencies 15 лет назад
CTestTestFailedSubmits aad15c3abf Fix issue #10060 - add APPEND arg to ctest_start command. 16 лет назад
CTestTestFailure f3cd66577f Remove unnecessary configure time operations from CTestTest* tests 16 лет назад
CTestTestParallel 1a4c0c55c7 Parallel CTest hangs if serial test has depends 15 лет назад
CTestTestResourceLock 9d7e08de48 Remove empty_binary_dir command in new unit test 16 лет назад
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) 16 лет назад
CTestTestScheduler d80323bccd Fix CTestTestScheduler sporadic failure. 16 лет назад
CTestTestStopTime 9676c52c3e Fix for StopTime for cases when gmtime is a day ahead of localtime 16 лет назад
CTestTestSubdir f3cd66577f Remove unnecessary configure time operations from CTestTest* tests 16 лет назад
CTestTestTimeout 5cf77136cb Longer CTestTestTimeout default time on Cygwin 16 лет назад
CheckCompilerRelatedVariables 5253206798 Add a new line to the end of the generated main.cxx for the hpux compiler. 15 лет назад
CommandLineTest 1d91bc64aa Remove unused DumpDocumentation code 16 лет назад
Complex fb51d98562 Switch to using libarchive from libtar for cpack and cmake -E tar 16 лет назад
ComplexOneConfig fb51d98562 Switch to using libarchive from libtar for cpack and cmake -E tar 16 лет назад
ComplexRelativePaths fb51d98562 Switch to using libarchive from libtar for cpack and cmake -E tar 16 лет назад
ConvLibrary ce8810c4e7 ENH: preclean some warnings 18 лет назад
CrossCompile 8658fcbe24 Fix TRY_RUN cross compile test to pass consistently 16 лет назад
CustComDepend ce8810c4e7 ENH: preclean some warnings 18 лет назад
CustomCommand a798bb7074 Avoid CustomCommand test failure on VS71 (#9963) 15 лет назад
CustomCommandWorkingDirectory ce8810c4e7 ENH: preclean some warnings 18 лет назад
CxxOnly eccc7d5d26 Merge branch 'allow_upper_case_cpp_and_others' into resolve/fix_target_name_with_dot_vs10/allow_upper_case_cpp_and_others 15 лет назад
Dependency adb58d5e36 Honor strong intra-component target dependencies 15 лет назад
DocTest ce8810c4e7 ENH: preclean some warnings 18 лет назад
EmptyLibrary 220c5dc45a Add test that CMake errors with empty libs 15 лет назад
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. 17 лет назад
ExportImport d259128894 Test link multiplicity export/import 16 лет назад
ExternalOBJ ff90b5efbf BUG: make test more robust 18 лет назад
ExternalProject dacc47853d Merge topic 'vs-project-groups' 15 лет назад
FindModulesExecuteAll ee086dd028 ENH: add a project name 17 лет назад
FindPackageTest 1221581aa8 Teach find_* commands to ignore some paths 15 лет назад
Fortran 4d1351e8d3 Skip Fortran module mangling test on PathScale 16 лет назад
FortranC 1ac1058272 Honor real language flags in FortranC.Flags test 16 лет назад
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. 17 лет назад
FunctionTest e79e412e70 VS2010: Honor PROJECT_LABEL target property (#10611) 15 лет назад
IPO b4ace1cca0 Test INTERPROCEDURAL_OPTIMIZATION build feature 16 лет назад
JCTest 36ce9651db ENH: make it take longer 17 лет назад
Java ce8810c4e7 ENH: preclean some warnings 18 лет назад
Jump ce8810c4e7 ENH: preclean some warnings 18 лет назад
KDE4StableBranchTest 7e53bcc115 add a test which checks that cmake can build the latest stable KDE4 (kdelibs) release 16 лет назад
LibName 5ff037e894 BUG: better fix for .dll.lib problem 19 лет назад
LinkDirectory bb18790397 Test CMP0015 OLD and NEW link_directories behavior 16 лет назад
LinkFlags c8b13ecc38 Intel-specific workaround for LinkFlags tests 15 лет назад
LinkLanguage 750eb105c2 Test target link information invalidation 16 лет назад
LinkLine df1a77c225 ENH: some cleanup, condensing some tests, removing arguments that were not needed but rather were cut and paste copies etc 19 лет назад
LinkLineOrder ee9f925509 ENH: remove warnings in tests 22 лет назад
LoadCommand d1aa17a7b0 ENH: Remove CMAKE_ANSI_CFLAGS from tests 16 лет назад
LoadCommandOneConfig d1aa17a7b0 ENH: Remove CMAKE_ANSI_CFLAGS from tests 16 лет назад
MacroTest d1aa17a7b0 ENH: Remove CMAKE_ANSI_CFLAGS from tests 16 лет назад
MakeClean d1aa17a7b0 ENH: Remove CMAKE_ANSI_CFLAGS from tests 16 лет назад
MathTest ce8810c4e7 ENH: preclean some warnings 18 лет назад
MissingSourceFile a6b5ead62f Report missing source files with context of target 15 лет назад
Module 11e6b513c2 Test the CheckTypeSize module 16 лет назад
ModuleDefinition f1b7e620f7 Fix ModuleDefinition test for Intel on Windows 16 лет назад
NewlineArgs ce8810c4e7 ENH: preclean some warnings 18 лет назад
ObjC++ 2208231aac ENH: some more CMakeList cleanups 19 лет назад
OutDir 6eff237c56 Fix OutDir test on HP, MinGW, and Cygwin 16 лет назад
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. 19 лет назад
OutOfSource dccbbe0a99 Visual Studio 10 has the same bug as 8 so make the path shorter 16 лет назад
Plugin d1aa17a7b0 ENH: Remove CMAKE_ANSI_CFLAGS from tests 16 лет назад
Policy0002 65a78ec5b8 Test support for OLD behavior of policy CMP0002 16 лет назад
PolicyScope c332e0bf3c ENH: Isolate policy changes in included scripts 17 лет назад
PreOrder 2208231aac ENH: some more CMakeList cleanups 19 лет назад
PrecompiledHeader 667f0724a8 Fix PrecompiledHeader test for Intel on Windows 16 лет назад
Preprocess 58a616dea3 Fix Preprocess test for Intel on Windows 16 лет назад
Properties 819b0742c6 Test cache entry property "STRINGS" 16 лет назад
ReturnTest d1aa17a7b0 ENH: Remove CMAKE_ANSI_CFLAGS from tests 16 лет назад
RuntimePath d1aa17a7b0 ENH: Remove CMAKE_ANSI_CFLAGS from tests 16 лет назад
SameName ce8810c4e7 ENH: preclean some warnings 18 лет назад
SetLang ce8810c4e7 ENH: preclean some warnings 18 лет назад
Simple 2208231aac ENH: some more CMakeList cleanups 19 лет назад
SimpleCOnly ae47302529 18 лет назад
SimpleExclude ce8810c4e7 ENH: preclean some warnings 18 лет назад
SimpleInstall 1412cc442e SimpleInstall test now builds an installer package if CTEST_TEST_CPACK is ON at the Tests/CMakeLists.txt level. 16 лет назад
SimpleInstallS2 1412cc442e SimpleInstall test now builds an installer package if CTEST_TEST_CPACK is ON at the Tests/CMakeLists.txt level. 16 лет назад
SourceGroups 28b1912aa3 ENH: add group support and fix borland error 16 лет назад
StringFileTest f5bcc82b13 Add a test for FILE(READ ... HEX) together with a tiny binary file. 16 лет назад
SubDir ce8810c4e7 ENH: preclean some warnings 18 лет назад
SubDirSpaces ce8810c4e7 ENH: preclean some warnings 18 лет назад
SubProject ce8810c4e7 ENH: preclean some warnings 18 лет назад
SwigTest ce8810c4e7 ENH: preclean some warnings 18 лет назад
SystemInformation 9daa4a6c3f Remove CMAKE_SHARED_MODULE_RUNTIME_${lang}_FLAG 16 лет назад
TarTest d1513e0f0b Allow test to work on machines with umasks that do not allow files to be overwritten. 16 лет назад
TargetName ce8810c4e7 ENH: preclean some warnings 18 лет назад
TestDriver ce8810c4e7 ENH: preclean some warnings 18 лет назад
Testing 875c478b64 Test add_test() generator expressions 16 лет назад
TryCompile 2b3eee4646 Avoid PathScale cmd-line bug in TryCompile test 16 лет назад
Tutorial 1bc355b711 Use new style header generation and get rid of OBJECT_DEPENDS in tutorial 16 лет назад
Unset f8bc0492e1 ENH: Create $CACHE{VAR} syntax 17 лет назад
VSExternalInclude 3d1c12b802 ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties instead, fix VXExternalInclude test for VS10 16 лет назад
Wrapping ce8810c4e7 ENH: preclean some warnings 18 лет назад
X11 3ca9bf797c ENH: make sure tests for cpack are run correctly 17 лет назад
.NoDartCoverage fa73553a59 clean up coverage some 23 лет назад
CMakeBuildTest.cmake.in 170febac52 ENH: Cleanup cmake --build interface. 17 лет назад
CMakeInstall.cmake df1e00ff82 Refer to self with CMake_(SOURCE|BINARY)_DIR (#10046) 15 лет назад
CMakeLists.txt d3a89432fd Fix which string is checked for in the test 15 лет назад
CMakeWizardTest.cmake d8efcfc787 Increase coverage. Add test of class cmakewizard. (cmake -i 'mode') 16 лет назад
CTestUpdateBZR.cmake.in 11bdc2b1a1 Generalize CTest.Update* test dashboard script helpers 15 лет назад
CTestUpdateCVS.cmake.in 11bdc2b1a1 Generalize CTest.Update* test dashboard script helpers 15 лет назад
CTestUpdateCommon.cmake c3781efb28 ctest_update: Support Git upstream branch rewrites 15 лет назад
CTestUpdateGIT.cmake.in e6067ca969 Merge topic 'ctest-git-flexibility' 15 лет назад
CTestUpdateGIT.sh.in c3781efb28 ctest_update: Support Git upstream branch rewrites 15 лет назад
CTestUpdateHG.cmake.in 11bdc2b1a1 Generalize CTest.Update* test dashboard script helpers 15 лет назад
CTestUpdateSVN.cmake.in 11bdc2b1a1 Generalize CTest.Update* test dashboard script helpers 15 лет назад
CheckFortran.cmake 2cde67a781 Modules: Fix spelling 'To distributed' -> 'To distribute' 15 лет назад
EnforceConfig.cmake.in faf6d82bd6 Always use a configuration for CMake tests 16 лет назад
TestInstall.sh.in 26fce5a402 ENH: Added Install test. It is enabled when the CMAKE_INSTALL_PREFIX is CMake_BINARY_DIR/InstallTest. 22 лет назад
bootstrap.bat.in 5e102d5e01 Enable BootstrapTest on MSYS 15 лет назад
test_clean.cmake.in 181c1eeede ENH: Add test_clean target to wipe out tests 17 лет назад