- Jan 23, 2008
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
BUG: CMAKE_EXECUTABLE_RUNTIME_CXX_FLAG should get its default value from CMAKE_SHARED_LIBRARY_RUNTIME_CXX_FLAG, not CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG.
-
Sebastien Barre authored
-
Brad King authored
ENH: Teach find_library to avoid returning library paths in system directories that may be converted to architecture-specific directories by the compiler when it invokes the linker.
-
Brad King authored
-
Brad King authored
-
Sebastien Barre authored
-
Brad King authored
-
Brad King authored
- Work-around bug in Watcom command line parsing for spaces in paths. - Add 'library' option before libraries specified by file path.
-
Brad King authored
-
Ken Martin authored
-
Ken Martin authored
-
Ken Martin authored
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
-
Brad King authored
BUG: Be less aggressive about finding conflicts in the runtime path when the real soname is not known.
-
Brad King authored
ENH: Enable library search path suffix for sparcv9 architecture. This should be generalized to a platform file later.
-
Brad King authored
-
- Jan 22, 2008
-
-
Clinton Stimpson authored
-
Brad King authored
BUG: When a library file name is linked without a path make sure the link type is restored after the -l option.
-
Brad King authored
-
Brad King authored
- This is purely an implementation improvement. No interface has changed. - Create cmComputeLinkInformation class - Move and re-implement logic from: cmLocalGenerator::ComputeLinkInformation cmOrderLinkDirectories - Link libraries to targets with their full path (if it is known) - Dirs specified with link_directories command still added with -L - Make link type specific to library names without paths (name libfoo.a without path becomes -Wl,-Bstatic -lfoo) - Make directory ordering specific to a runtime path computation feature (look for conflicting SONAMEs instead of library names) - Implement proper rpath support on HP-UX and AIX.
-
Brad King authored
-
Brad King authored
-
- Jan 21, 2008
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
ENH: Implement version support in the find_package command module mode. Version numbers provided to the command are converted to variable settings to tell the FindXXX.cmake module what version is requested. This addresses issue #1645.
-
Brad King authored
-
Brad King authored
-
- Jan 20, 2008
-
-
Brad King authored
-
Brad King authored
BUG: Make sure search paths never have double-slashes. Leading with two slashes (//) on cygwin looks like a network path and delays while waiting for a non-existent machine. This file was left out of the previous checkin for this problem.
-
Brad King authored
BUG: Make sure search paths never have double-slashes. Leading with two slashes (//) on cygwin looks like a network path and delays while waiting for a non-existent machine.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
- Jan 19, 2008
-
-
Ken Martin authored
-