- 23 Jan, 2008 11 commits
-
-
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
-
- 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
- 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 5 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
-