CMake/Tests/Dependency
Brad King adb58d5e36 Honor strong intra-component target dependencies
Strong dependencies (created by add_dependencies) must be honored when
linearizing a strongly-connected component of the target dependency
graph.  The initial graph edges have strong/weak labels and can contain
cycles that do not consist exclusively of strong edges.  The final graph
never contains cycles so all edges can be strong.
2010-08-25 17:14:13 -04:00
..
1 BUG: add a test for a single char dir, and fix bug introduced in 1.53, but we still can not handle a space as the start of a directory name 2004-11-01 16:57:05 -05:00
Case1 ENH: Combine all dependency* tests into one Dependency test. Add more difficult test cases. 2008-02-06 14:52:12 -05:00
Case2 Test link multiplicity 2009-09-01 10:38:03 -04:00
Case3 ENH: Add test of preservation of static libraries on original link lines. 2008-04-23 00:40:32 -04:00
Case4 ENH: Remove CMAKE_ANSI_CFLAGS from tests 2009-07-08 11:41:48 -04:00
Eight BUG: Correct some of the dependency analysis code. 2002-05-10 13:35:42 -04:00
Exec ENH: change LINK_LIBRARY to add to targets 2002-05-02 13:17:10 -04:00
Exec2 BUG: Correct some of the dependency analysis code. 2002-05-10 13:35:42 -04:00
Exec3 BUG: Correct some of the dependency analysis code. 2002-05-10 13:35:42 -04:00
Exec4 BUG: Correct some of the dependency analysis code. 2002-05-10 13:35:42 -04:00
Five ENH: Add library dependency analysis. 2002-05-01 14:00:21 -04:00
Four Honor strong intra-component target dependencies 2010-08-25 17:14:13 -04:00
NoDepA ENH: Add library dependency analysis. 2002-05-01 14:00:21 -04:00
NoDepB ENH: Add library dependency analysis. 2002-05-01 14:00:21 -04:00
NoDepC ENH: Add library dependency analysis. 2002-05-01 14:00:21 -04:00
Seven BUG: Correct some of the dependency analysis code. 2002-05-10 13:35:42 -04:00
Six ENH: change LINK_LIBRARY to add to targets 2002-05-02 13:17:10 -04:00
Three ENH: Add library dependency analysis. 2002-05-01 14:00:21 -04:00
Two BUG: Fix utility dependencies for static libraries in VS generators. This addresses bug#4789. 2007-04-04 14:50:35 -04:00
CMakeLists.txt ENH: Remove CMAKE_ANSI_CFLAGS from tests 2009-07-08 11:41:48 -04:00