- 04 Feb, 2008 3 commits
-
-
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 21 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
-
Brad King authored
- HP-UX needs dependent library paths as -L options. - IRIX needs dependent library paths as -L options. - Sun needs dependent library paths as -L options. - FreeBSD needs dependent library paths in -rpath-link option.
-
Brad King authored
BUG: Fix commit 1.41 of Tests/CMakeLists.txt to place fake target before --version flag instead of after.
-
Brad King authored
- Move runtime path ordering out of cmComputeLinkInformation into its own class cmOrderRuntimeDirectories. - Create an instance of cmOrderRuntimeDirectories for runtime path ordering and another instance for dependent library path ordering. - Replace CMAKE_DEPENDENT_SHARED_LIBRARY_MODE with explicit CMAKE_LINK_DEPENDENT_LIBRARY_FILES boolean. - Create CMAKE_LINK_DEPENDENT_LIBRARY_DIRS boolean. - Create variables to specify -rpath-link flags: CMAKE_SHARED_LIBRARY_RPATH_LINK_<LANG>_FLAG CMAKE_EXECUTABLE_RPATH_LINK_<LANG>_FLAG - Enable -rpath-link flag on Linux and QNX. - Documentation and error message updates
-
Brad King authored
-
Brad King authored
-
- 31 Jan, 2008 5 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Ken Martin authored
-
Bill Hoffman authored
-