| .. |
|
Assembler
|
1f7eaa1c6a
COMP: hopefully fix test, finally
|
18 tahun lalu |
|
BuildDepends
|
423cdb561c
ENH: Adding test for ADD_CUSTOM_COMMAND's new IMPLICIT_DEPENDS feature.
|
18 tahun lalu |
|
BundleTest
|
9a4e7ea742
ENH: Add InstallNameFixupPath to support installing built frameworks on the Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572.
|
18 tahun lalu |
|
CMakeTests
|
2f23ecdb8a
|
18 tahun lalu |
|
COnly
|
2208231aac
ENH: some more CMakeList cleanups
|
18 tahun lalu |
|
CTestTest
|
53549a6426
ENH: more coverage
|
19 tahun lalu |
|
CTestTest2
|
3206db15b3
ENH: Properly propagate config type to test
|
19 tahun lalu |
|
CTestTest3
|
69ef2513d1
ENH: do not use svn until it is working again
|
19 tahun lalu |
|
CommandLineTest
|
8d32d229a3
ENH: make commands lower case by default
|
18 tahun lalu |
|
Complex
|
88b31bd007
ENH: Adding test for using HEADER_FILE_ONLY to avoid building a .cxx file.
|
18 tahun lalu |
|
ComplexOneConfig
|
88b31bd007
ENH: Adding test for using HEADER_FILE_ONLY to avoid building a .cxx file.
|
18 tahun lalu |
|
ComplexRelativePaths
|
88b31bd007
ENH: Adding test for using HEADER_FILE_ONLY to avoid building a .cxx file.
|
18 tahun lalu |
|
ConvLibrary
|
303048d3dc
ENH: add test for conv libraries
|
19 tahun lalu |
|
CustComDepend
|
113231d182
ENH: try to fix test on watcom
|
19 tahun lalu |
|
CustomCommand
|
0f4ad19ef8
ENH: Re-arranged code to test adding a custom command to generate a source file after the file has been added to a target. This is supported by the current implementation because of the use of source lists in the target implementation. When we later convert to creating cmSourceFile instances immediately for the target we need to make sure the mentioned case still works.
|
18 tahun lalu |
|
CustomCommandWorkingDirectory
|
aacd51034a
ENH: fix test to work with in source build
|
20 tahun lalu |
|
CxxOnly
|
2208231aac
ENH: some more CMakeList cleanups
|
18 tahun lalu |
|
Dependency
|
438a7e2fce
BUG: Fix utility dependencies for static libraries in VS generators. This addresses bug#4789.
|
19 tahun lalu |
|
DocTest
|
ba9b508478
ENH: add a etst to verify props are documented
|
18 tahun lalu |
|
ExternalOBJ
|
df1a77c225
ENH: some cleanup, condensing some tests, removing arguments that were not needed but rather were cut and paste copies etc
|
18 tahun lalu |
|
FindPackageTest
|
0398d8ad38
ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad.
|
18 tahun lalu |
|
Fortran
|
aa9ba5c3ef
ENH: Added test for 'use' keyword in a comment. Patch from Maik Beckmann. See bug#5809.
|
18 tahun lalu |
|
Framework
|
8e4c7b99e1
ENH: Finish up the Framework creation code restructuring. Frameworks build and install now. More work needed on the packaging step. See Tests/Framework for example use.
|
18 tahun lalu |
|
Java
|
04525424af
BUG: For in-source version do not use a custom command output and custom target with the same name. This accidentally worked before but with a circular dependency.
|
18 tahun lalu |
|
Jump
|
2e4258efc1
ENH: shift to using ADD_SUBDIRECTORY
|
20 tahun lalu |
|
LibName
|
5ff037e894
BUG: better fix for .dll.lib problem
|
19 tahun lalu |
|
LinkLine
|
df1a77c225
ENH: some cleanup, condensing some tests, removing arguments that were not needed but rather were cut and paste copies etc
|
18 tahun lalu |
|
LinkLineOrder
|
ee9f925509
ENH: remove warnings in tests
|
21 tahun lalu |
|
LoadCommand
|
5e45ca6fbf
BUG: Finish fixing test for new name.
|
18 tahun lalu |
|
LoadCommandOneConfig
|
5e45ca6fbf
BUG: Finish fixing test for new name.
|
18 tahun lalu |
|
MacroTest
|
df1a77c225
ENH: some cleanup, condensing some tests, removing arguments that were not needed but rather were cut and paste copies etc
|
18 tahun lalu |
|
MakeClean
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 tahun lalu |
|
MathTest
|
2208231aac
ENH: some more CMakeList cleanups
|
18 tahun lalu |
|
NewlineArgs
|
2208231aac
ENH: some more CMakeList cleanups
|
18 tahun lalu |
|
ObjC++
|
2208231aac
ENH: some more CMakeList cleanups
|
18 tahun lalu |
|
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 tahun lalu |
|
OutOfSource
|
edb0a70d1f
|
18 tahun lalu |
|
Plugin
|
226993c970
ENH: fix memory leak
|
18 tahun lalu |
|
PreOrder
|
2208231aac
ENH: some more CMakeList cleanups
|
18 tahun lalu |
|
PrecompiledHeader
|
9f542f4ef7
ENH: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader test to use it (making the test simpler).
|
18 tahun lalu |
|
Properties
|
509f1fb9cb
ENH: some property cleanup and added GetProperty
|
18 tahun lalu |
|
SameName
|
0fa7565407
ENH: add same name test
|
20 tahun lalu |
|
SetLang
|
2208231aac
ENH: some more CMakeList cleanups
|
18 tahun lalu |
|
Simple
|
2208231aac
ENH: some more CMakeList cleanups
|
18 tahun lalu |
|
SimpleCOnly
|
ae47302529
|
18 tahun lalu |
|
SimpleExclude
|
1125b942b9
ENH: Try to fix spaces in the path problem
|
19 tahun lalu |
|
SimpleInstall
|
6767a658fc
BUG: Need extra regex to parse sw_vers output on Mac OSX 10.2 (and presumably earlier) to avoid running PackageMaker during the SimpleInstall* tests. See comment in CMake/Tests/SimpleInstall/CMakeLists.txt for more info.
|
18 tahun lalu |
|
SimpleInstallS2
|
6767a658fc
BUG: Need extra regex to parse sw_vers output on Mac OSX 10.2 (and presumably earlier) to avoid running PackageMaker during the SimpleInstall* tests. See comment in CMake/Tests/SimpleInstall/CMakeLists.txt for more info.
|
18 tahun lalu |
|
SourceGroups
|
5615d47198
|
18 tahun lalu |
|
StringFileTest
|
ef13337c1f
|
18 tahun lalu |
|
SubDir
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 tahun lalu |
|
SubDirSpaces
|
73818126f3
ENH: watcom wmake can not handle () in the path with cd command
|
19 tahun lalu |
|
SwigTest
|
b691517eeb
ENH: Cleanup example a bit
|
21 tahun lalu |
|
SystemInformation
|
2208231aac
ENH: some more CMakeList cleanups
|
18 tahun lalu |
|
TarTest
|
2208231aac
ENH: some more CMakeList cleanups
|
18 tahun lalu |
|
TargetName
|
31a576abe6
ENH: add a test for a target name with the same name as the output of a custom command
|
19 tahun lalu |
|
TestDriver
|
836a280a6a
minor fix for c tests
|
23 tahun lalu |
|
Testing
|
2e4258efc1
ENH: shift to using ADD_SUBDIRECTORY
|
20 tahun lalu |
|
TryCompile
|
67672b814a
|
18 tahun lalu |
|
Tutorial
|
0516f8af36
ENH: switch to new install commands to match book text
|
18 tahun lalu |
|
UseWX
|
3c9744f406
ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. It also updates the UseWX test and WXDialog sources to use the new find script.
|
19 tahun lalu |
|
VSExternalInclude
|
cf7893b934
BUG: fix VSExternal for visual studio 6
|
21 tahun lalu |
|
Wrapping
|
17c8e898ab
BUG: Fixed fake generation of files to behave more like fluid.
|
18 tahun lalu |
|
X11
|
f7c1723135
ENH: add support for universal binaries
|
20 tahun lalu |
|
.NoDartCoverage
|
fa73553a59
clean up coverage some
|
23 tahun lalu |
|
CMakeLists.txt
|
4e752dee91
ENH: Add new Tutorial steps. Diff between Step5 and Step6 shows how to add a cpack driven installer to your project. Diff between Step6 and Step7 shows how to add ctest dashboard scripting capability.
|
18 tahun lalu |
|
TestInstall.sh.in
|
26fce5a402
ENH: Added Install test. It is enabled when the CMAKE_INSTALL_PREFIX is CMake_BINARY_DIR/InstallTest.
|
22 tahun lalu |