| .. |
|
BundleTest
|
9dffe62736
ENH: Improve the test to create a bundle in the subdirectory
|
19 years ago |
|
CMakeTests
|
ed1ea24cef
ENH: Fix INSERT to allow inserting to empty list
|
19 years ago |
|
COnly
|
1794836ee3
ENH: fix build c stuff with c and c++ with c++
|
19 years ago |
|
CTestTest
|
53549a6426
ENH: more coverage
|
19 years ago |
|
CTestTest2
|
3206db15b3
ENH: Properly propagate config type to test
|
19 years ago |
|
CTestTest3
|
69ef2513d1
ENH: do not use svn until it is working again
|
19 years ago |
|
CommandLineTest
|
de8080c76f
ENH: Added test for IF(DEFINED ENV{var})(.
|
20 years ago |
|
Complex
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
|
ComplexOneConfig
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
|
ComplexRelativePaths
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
|
CustComDepend
|
113231d182
ENH: try to fix test on watcom
|
19 years ago |
|
CustomCommand
|
9b8f479e01
ENH: Re-enabling # escape test now that it is implemented everywhere.
|
19 years ago |
|
CustomCommandWorkingDirectory
|
aacd51034a
ENH: fix test to work with in source build
|
20 years ago |
|
CxxOnly
|
673e3f8964
ENH: Adding C++-only test.
|
19 years ago |
|
Dependency
|
2e4258efc1
ENH: shift to using ADD_SUBDIRECTORY
|
20 years ago |
|
ExternalOBJ
|
f7c1723135
ENH: add support for universal binaries
|
19 years ago |
|
FindPackageTest
|
62d5138ca3
ENH: Added FindPackageTest to improve coverage.
|
22 years ago |
|
Fortran
|
1c4337d778
ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is never used.
|
20 years ago |
|
Java
|
bff279c615
ENH: create the correct jar name
|
19 years ago |
|
Jump
|
2e4258efc1
ENH: shift to using ADD_SUBDIRECTORY
|
20 years ago |
|
LibName
|
5ff037e894
BUG: better fix for .dll.lib problem
|
19 years ago |
|
LinkLine
|
0e6b39e52f
BUG: Correct some of the dependency analysis code.
|
23 years ago |
|
LinkLineOrder
|
ee9f925509
ENH: remove warnings in tests
|
21 years ago |
|
LoadCommand
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
|
LoadCommandOneConfig
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
|
MacroTest
|
9e29a742a9
BUG: EQUAL -> STREQUAL for string comparison.
|
19 years ago |
|
MakeClean
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
|
MathTest
|
8a5bb25614
ENH: More tests
|
20 years ago |
|
ObjC++
|
f778ae3fed
Add missing library. The test should be linked to framework Cocoa
|
23 years ago |
|
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 years ago |
|
OutOfSource
|
30235517f8
BUG: Need to collapse path argument to get_directory_property. This addresses bug#3847.
|
19 years ago |
|
PreOrder
|
2e4258efc1
ENH: shift to using ADD_SUBDIRECTORY
|
20 years ago |
|
SameName
|
0fa7565407
ENH: add same name test
|
20 years ago |
|
Simple
|
f2e8fd06c2
ENH: make sure things do not depend on optimized libraries if they are debug, and the other way around as well
|
19 years ago |
|
SimpleInstall
|
df1ff57498
ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX
|
19 years ago |
|
SimpleInstallS2
|
df1ff57498
ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX
|
19 years ago |
|
StringFileTest
|
b25629efc4
ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway.
|
19 years ago |
|
SubDir
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 years ago |
|
SwigTest
|
b691517eeb
ENH: Cleanup example a bit
|
21 years ago |
|
SystemInformation
|
1d0502927c
ENH: Adding support to link specifically to an archive or a shared library based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified.
|
19 years ago |
|
TarTest
|
2166bdfeac
ENH: Simplified ln command to use relative path in symlink.
|
20 years ago |
|
TargetName
|
31a576abe6
ENH: add a test for a target name with the same name as the output of a custom command
|
19 years ago |
|
TestDriver
|
836a280a6a
minor fix for c tests
|
23 years ago |
|
Testing
|
2e4258efc1
ENH: shift to using ADD_SUBDIRECTORY
|
20 years ago |
|
TryCompile
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
|
Tutorial
|
fed6dae8e9
ENH: some fixes
|
20 years ago |
|
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 years ago |
|
VSExternalInclude
|
cf7893b934
BUG: fix VSExternal for visual studio 6
|
21 years ago |
|
Wrapping
|
62b368f3d5
ENH: removed old VTK tests
|
19 years ago |
|
X11
|
f7c1723135
ENH: add support for universal binaries
|
19 years ago |
|
.NoDartCoverage
|
fa73553a59
clean up coverage some
|
23 years ago |
|
TestInstall.sh.in
|
26fce5a402
ENH: Added Install test. It is enabled when the CMAKE_INSTALL_PREFIX is CMake_BINARY_DIR/InstallTest.
|
22 years ago |