- 01 Feb, 2008 16 commits
-
-
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 21 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Ken Martin authored
-
Bill Hoffman authored
-
Brad King authored
- Split IMPORTED_LINK_LIBRARIES into two parts: IMPORTED_LINK_INTERFACE_LIBRARIES IMPORTED_LINK_DEPENDENT_LIBRARIES - Add CMAKE_DEPENDENT_SHARED_LIBRARY_MODE to select behavior - Set mode to LINK for Darwin (fixes universal binary problem) - Update ExportImport test to account for changes
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Ken Martin authored
-
Brad King authored
-
Bill Hoffman authored
-
Ken Martin authored
-
Brad King authored
-
Brad King authored
STYLE: Remove references to std:: inside KWSys, even in comments. This will allow a commit check to be added.
-
Brad King authored
-
Brad King authored
ENH: Add target property LINK_SEARCH_END_STATIC to help people building static binaries on some platforms.
-
Brad King authored
BUG: Move decision to switch library paths found in implicit link directories to use -l options from cmFindLibraryCommand to cmComputeLinkInformation. Existing projects may depend on find_library returning a full path. This slightly weakens cmComputeLinkInformation but is necessary for compatibility.
-
Brad King authored
-
Brad King authored
-
- 30 Jan, 2008 3 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Brad King authored
BUG: Fixed previous commit in cmExportFileGenerator to separate libraries correctly in the import link list.
-