- 06 Feb, 2008 5 commits
-
-
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
-
Brad King authored
- Add NAMELINK_ONLY and NAMELINK_SKIP to INSTALL command - Options select a \"namelink\" mode - cmInstallTargetGenerator selects files/link based on mode - See bug #4419
-
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 16 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
-
Clinton Stimpson authored
add Qt release/debug defines.
-
Clinton Stimpson authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Clinton Stimpson authored
Consolidate some strings. More responsive interrupting. Prompt user if they try to close during configure, and allow them to close.
-
Brad King authored
- Build without rpaths - Place implementation libs in separate directories
-