1
0
Brad King d5719f22c1 ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds. 20 жил өмнө
..
BundleTest 4fd3292d04 ENH: add a test for find framework stuff in find_library, and fix the framework search stuff 20 жил өмнө
CMakeTests f87271d0ea ENH: Add initial implementation of the list command 20 жил өмнө
COnly 6b466654dc COMP: converted to lowercase commands 21 жил өмнө
CTestTest 8d62804b3a COMP: Try to fix test by taking arg1 into acount 20 жил өмнө
CTestTest2 e3d4eb3715 COMP: Fix for proxy test 20 жил өмнө
CTestTest3 386900bfdd ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 20 жил өмнө
CommandLineTest de8080c76f ENH: Added test for IF(DEFINED ENV{var})(. 20 жил өмнө
Complex 57a9e26c15 BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are found properly. Also taking libraries that will be built but may not yet exist into account. The per-configuration subdirectories that are included by generators in the link path are checked for conflicting libraries also. Potentially conflicting libraries that are actually symlinks back to the desired library are no longer considered conflicting, which avoids bogus impossible ordering warnings. 20 жил өмнө
ComplexOneConfig 57a9e26c15 BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are found properly. Also taking libraries that will be built but may not yet exist into account. The per-configuration subdirectories that are included by generators in the link path are checked for conflicting libraries also. Potentially conflicting libraries that are actually symlinks back to the desired library are no longer considered conflicting, which avoids bogus impossible ordering warnings. 20 жил өмнө
ComplexRelativePaths 57a9e26c15 BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are found properly. Also taking libraries that will be built but may not yet exist into account. The per-configuration subdirectories that are included by generators in the link path are checked for conflicting libraries also. Potentially conflicting libraries that are actually symlinks back to the desired library are no longer considered conflicting, which avoids bogus impossible ordering warnings. 20 жил өмнө
CustomCommand d5719f22c1 ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds. 20 жил өмнө
CustomCommandWorkingDirectory aacd51034a ENH: fix test to work with in source build 20 жил өмнө
Dependency 2e4258efc1 ENH: shift to using ADD_SUBDIRECTORY 21 жил өмнө
ExternalOBJ f7c1723135 ENH: add support for universal binaries 20 жил өмнө
FindPackageTest 62d5138ca3 ENH: Added FindPackageTest to improve coverage. 22 жил өмнө
Fortran 1c4337d778 ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is never used. 21 жил өмнө
Java 74b3924edd try and get this java test to work 21 жил өмнө
Jump 2e4258efc1 ENH: shift to using ADD_SUBDIRECTORY 21 жил өмнө
LinkLine 0e6b39e52f BUG: Correct some of the dependency analysis code. 24 жил өмнө
LinkLineOrder ee9f925509 ENH: remove warnings in tests 22 жил өмнө
LoadCommand 9891260a6d ENH: add support for watcom wmake and wcl386 20 жил өмнө
LoadCommandOneConfig 9891260a6d ENH: add support for watcom wmake and wcl386 20 жил өмнө
MacroTest 10b6e2a621 ENH: Add C++ test too 20 жил өмнө
MakeClean c6b011e35e ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree 20 жил өмнө
MathTest 8a5bb25614 ENH: More tests 20 жил өмнө
ObjC++ f778ae3fed Add missing library. The test should be linked to framework Cocoa 23 жил өмнө
OutOfSource fd26d148d8 ENH: test get directory properties ability to get props from subdirs 20 жил өмнө
PreOrder 2e4258efc1 ENH: shift to using ADD_SUBDIRECTORY 21 жил өмнө
SameName 0fa7565407 ENH: add same name test 21 жил өмнө
Simple f65b3b0971 BUG: minor fix to project name to match ADD_TEST call 20 жил өмнө
SimpleInstall 3df8a59374 ENH: add test for mfc 20 жил өмнө
SimpleInstallS2 3df8a59374 ENH: add test for mfc 20 жил өмнө
StringFileTest d41f97a5e6 ENH: Add relative tag and add test for relative tag 20 жил өмнө
SubDir 9891260a6d ENH: add support for watcom wmake and wcl386 20 жил өмнө
SwigTest b691517eeb ENH: Cleanup example a bit 22 жил өмнө
SystemInformation 25cc03fd6f ENH: Display all output in ctest 21 жил өмнө
TarTest 2166bdfeac ENH: Simplified ln command to use relative path in symlink. 20 жил өмнө
TestDriver 836a280a6a minor fix for c tests 23 жил өмнө
Testing 2e4258efc1 ENH: shift to using ADD_SUBDIRECTORY 21 жил өмнө
TryCompile 4bdca3b404 ENH: put CmakeTmp into CMakeFiles 20 жил өмнө
Tutorial fed6dae8e9 ENH: some fixes 20 жил өмнө
UseWX 848364b8e8 ENH: We do not really need streams. Also fix the test on windows 22 жил өмнө
VSExternalInclude cf7893b934 BUG: fix VSExternal for visual studio 6 21 жил өмнө
Wrapping a91947039a ENH: for all custom commands that can not be given to a target, add them to all targets in the current makefile 20 жил өмнө
X11 f7c1723135 ENH: add support for universal binaries 20 жил өмнө
.NoDartCoverage fa73553a59 clean up coverage some 23 жил өмнө
TestInstall.sh.in 26fce5a402 ENH: Added Install test. It is enabled when the CMAKE_INSTALL_PREFIX is CMake_BINARY_DIR/InstallTest. 22 жил өмнө