- 23 Jan, 2008 3 commits
- 22 Jan, 2008 6 commits
-
-
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
-
- 21 Jan, 2008 10 commits
-
-
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
-
- 20 Jan, 2008 6 commits
-
-
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
-
- 19 Jan, 2008 2 commits
-
-
Ken Martin authored
-
Brad King authored
-
- 18 Jan, 2008 13 commits
-
-
Sebastien Barre authored
-
Brad King authored
-
Alexander Neundorf authored
the top level directory in normal code (i.e. not within a function) Alex
-
Bill Hoffman authored
-
Alexander Neundorf authored
Alex
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Sebastien Barre authored
-
Sebastien Barre authored
-
Sebastien Barre authored
-
Sebastien Barre authored
-
Ken Martin authored
-
Ken Martin authored
BUG: fix bugs 5539 (progress going beyond 100% when new files are added) and 5889 (tests are not found in some cases when using add_subdirectory to .. etc)
-