Brad King b9850a614e Log implicit link information parsing actions 16 лет назад
..
Assembler ce8810c4e7 ENH: preclean some warnings 18 лет назад
BuildDepends 819a4f2e57 ENH: make sure multiple archs are only tested when the work 17 лет назад
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 лет назад
CMakeTests b9850a614e Log implicit link information parsing actions 16 лет назад
COnly ce8810c4e7 ENH: preclean some warnings 18 лет назад
CPackComponents 03c940aeb3 BUG: Fix for issue #7470. Allow spaces in the path names of installed files with the NSIS CPack generator and component-based installs. Add an installed file to the CPackComponents test: it failed before the fix; now it passes. 17 лет назад
CTestScriptMode 7048373296 STYLE: don't load CMakeDetermineSystem and CMakeSystemSpecific directly from 16 лет назад
CTestTest ce8810c4e7 ENH: preclean some warnings 18 лет назад
CTestTest2 d66c25c2f0 ENH: Teach ctest_submit about parts 17 лет назад
CTestTest3 659171d1f7 ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS option to set_tests_properties (implementation to come). 16 лет назад
CTestTestCrash 205855bf56 Make sure CTestTest scripts honor the CMAKE_TEST_GENERATOR so that if the generator to build cmake is different than the one used for tests (watcom) is used. 16 лет назад
CTestTestFailure 8c4f69c45b Use CTEST_TEST_GENERATOR 16 лет назад
CTestTestParallel bcb127d494 Remove ctest_submit from CTestTestParallel 16 лет назад
CTestTestTimeout cc8c4a3f4f Improved safety and removed busy waiting from the CTestTestTimeout test. 16 лет назад
CommandLineTest ce8810c4e7 ENH: preclean some warnings 18 лет назад
Complex 5c4208f50e ENH: only 5 failing tests for VS 10 16 лет назад
ComplexOneConfig 5c4208f50e ENH: only 5 failing tests for VS 10 16 лет назад
ComplexRelativePaths 5c4208f50e ENH: only 5 failing tests for VS 10 16 лет назад
ConvLibrary ce8810c4e7 ENH: preclean some warnings 18 лет назад
CustComDepend ce8810c4e7 ENH: preclean some warnings 18 лет назад
CustomCommand 8562f5400d Oops. Last commit did not create subdir before doing a touch on a file in it. So it fails on some platforms. This fixes that. 16 лет назад
CustomCommandWorkingDirectory ce8810c4e7 ENH: preclean some warnings 18 лет назад
CxxOnly 2208231aac ENH: some more CMakeList cleanups 18 лет назад
Dependency 0cfd8c411f Test link multiplicity 16 лет назад
DocTest ce8810c4e7 ENH: preclean some warnings 18 лет назад
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 002ae925c3 Use more verbose/descriptive names for the "public API" functions in the ExternalProject.cmake module. Follow the cmake function naming convention, using a ModuleFileName_ prefix. Locate stamp files under a CMAKE_CFG_INTDIR subdir of the stamp dir so that debug and release builds have separate stamp files for Visual Studio builds. If no CMAKE_GENERATOR argument is given to ExternalProject_Add, default to using the parent project's cmake generator. 16 лет назад
FindModulesExecuteAll ee086dd028 ENH: add a project name 17 лет назад
FindPackageTest 07f029d6ef Test the user package registry 16 лет назад
Fortran d4342e8ae7 Fortran test: Match config for external project 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 33207a9a87 Test add_subdirectory inside function 16 лет назад
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 лет назад
LibName 5ff037e894 BUG: better fix for .dll.lib problem 19 лет назад
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 18 лет назад
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 лет назад
ModuleDefinition f1b7e620f7 Fix ModuleDefinition test for Intel on Windows 16 лет назад
NewlineArgs ce8810c4e7 ENH: preclean some warnings 18 лет назад
ObjC++ 2208231aac ENH: some more CMakeList cleanups 18 лет назад
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 18 лет назад
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 18 лет назад
SimpleCOnly ae47302529 18 лет назад
SimpleExclude ce8810c4e7 ENH: preclean some warnings 18 лет назад
SimpleInstall 2740db5ede ENH: Allow more specification of target file names 16 лет назад
SimpleInstallS2 2740db5ede ENH: Allow more specification of target file names 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 e55bbab88b Teach Xcode generator to set XCODE_VERSION 16 лет назад
TarTest ce8810c4e7 ENH: preclean some warnings 18 лет назад
TargetName ce8810c4e7 ENH: preclean some warnings 18 лет назад
TestDriver ce8810c4e7 ENH: preclean some warnings 18 лет назад
Testing 875c478b64 Test add_test() generator expressions 16 лет назад
TryCompile 997ae66cbb Fix CHECK_(C|CXX)_COMPILER_FLAG macro 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 16 лет назад
.NoDartCoverage fa73553a59 clean up coverage some 23 лет назад
CMakeBuildTest.cmake.in 170febac52 ENH: Cleanup cmake --build interface. 17 лет назад
CMakeLists.txt d8efcfc787 Increase coverage. Add test of class cmakewizard. (cmake -i 'mode') 16 лет назад
CMakeWizardTest.cmake d8efcfc787 Increase coverage. Add test of class cmakewizard. (cmake -i 'mode') 16 лет назад
CTestUpdateBZR.cmake.in a524e07152 ENH: Teach CTest to handle Bazaar repositories 16 лет назад
CTestUpdateCVS.cmake.in db024f444e ENH: Auto-enable CTest.UpdateCVS test on Windows 16 лет назад
CTestUpdateCommon.cmake b7e3146275 Output command that failed, if it fails. 16 лет назад
CTestUpdateGIT.cmake.in 06332c883f Make CTest.UpdateGIT robust to user git config 16 лет назад
CTestUpdateHG.cmake.in d4d467dbd5 ENH: Teach CTest to handle Mercurial repositories 16 лет назад
CTestUpdateSVN.cmake.in d49978a948 ENH: Teach Update* tests to report local mod step 17 лет назад
EnforceConfig.cmake.in b5f3d4be61 ENH: Re-enable new 'testing' test mode 17 лет назад
TestInstall.sh.in 26fce5a402 ENH: Added Install test. It is enabled when the CMAKE_INSTALL_PREFIX is CMake_BINARY_DIR/InstallTest. 22 лет назад
test_clean.cmake.in 181c1eeede ENH: Add test_clean target to wipe out tests 17 лет назад