- 06 Feb, 2008 15 commits
-
-
Brad King authored
BUG: Fix cmComputeLinkInformation to include the target's user link directories in the runtime path computation. This bug was introduced when cmOrderRuntimeDirectories was introduced.
-
Alexander Neundorf authored
patch from Miguel Alex
-
Brad King authored
STYLE: Improve documentation of target_link_libraries command to make target-level dependency explicit. See bug #6043.
-
Clinton Stimpson authored
-
Brad King authored
-
Clinton Stimpson authored
exectuables. Fixes #6286.
-
Brad King authored
- Use real name instead of link for location of versioned targets - Error when a target is exported multiple times
-
Brad King authored
-
Brad King authored
-
Brad King authored
ENH: When linking to versioned targets whose real file name is known pass the real name to the linker instead of the symlink name.
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Brad King authored
-
- 05 Feb, 2008 2 commits
-
-
Brad King authored
- Cycles may be formed among static libraries - Native build system should not have cycles in target deps - Create cmComputeTargetDepends to analyze dependencies - Identify conneced components and use them to fix deps - Diagnose cycles containing non-STATIC targets - Add debug mode property GLOBAL_DEPENDS_DEBUG_MODE - Use results in cmGlobalGenerator as target direct depends
-
Brad King authored
-
- 04 Feb, 2008 6 commits
-
-
Brad King authored
-
Bill Hoffman authored
-
Brad King authored
BUG: Added TARGET_ARCHIVES_MAY_BE_SHARED_LIBS global property to help compute proper rpath information on AIX when shared libraries have names like "libfoo.a".
-
Brad King authored
BUG: When configuring compiler information files into the CMakeFiles directory in the project build tree, use IMMEDIATE option for CONFIGURE_FILE explicitly. It is needed in case the user sets CMAKE_BACKWARDS_COMPATIBILITY to 2.0 or lower.
-
Brad King authored
-
- 03 Feb, 2008 8 commits
-
-
Brad King authored
BUG: When forcing the C and CXX compilers do not try to detect the ABI information. Cleanup configured language compiler info files by always using @ONLY. This addresses bug#6297.
-
Brad King authored
COMP: Avoid warning in kwsys IOStream.cxx when the helper functions are not needed. Define one public symbol to avoid complaints from archivers about empty object files.
-
Brad King authored
-
Brad King authored
BUG: cmCTest::GetConfigType should return the string by reference-to-const so that callers may use .c_str() safely.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
- 02 Feb, 2008 3 commits
-
-
Bill Hoffman authored
-
Brad King authored
- NetBSD needs dependent library paths in -rpath-link option. - kFreeBSD needs dependent library paths in -rpath-link option.
-
Brad King authored
-
- 01 Feb, 2008 6 commits
-
-
Ken Martin authored
-
Ken Martin authored
ENH: really Bill, using Ken's checkout, fix output in ctest so clean output in build and test is not lost, also display the command lines used
-
Brad King authored
-
Clinton Stimpson authored
BUG: When preserving relative paths for moc generated files, also consider paths to headers in the build directory.
-
Brad King authored
- Motivation: - It depended on the order of installation - It supported only a single destination for each target - It created directory portions of an install name without user request - Updated ExportImport test to install targets in an order that expoed this bug
-
Bill Hoffman authored
-