Brad King
|
79da27222a
COMP: Moved var decl out of _WIN32 block.
|
19 years ago |
Brad King
|
8e39418f6c
BUG: Fixed cmOrderLinkDirectories to deal with raw link items that do not yet exist and correct drive letter case to avoid duplicate paths on windows. Fixed cmLocalGenerator to pass CMake targets as full paths to cmOrderLinkDirectories to make sure the ordering will pick up the proper target libraries.
|
19 years ago |
Brad King
|
57a9e26c15
BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are found properly. Also taking libraries that will be built but may not yet exist into account. The per-configuration subdirectories that are included by generators in the link path are checked for conflicting libraries also. Potentially conflicting libraries that are actually symlinks back to the desired library are no longer considered conflicting, which avoids bogus impossible ordering warnings.
|
19 years ago |
Bill Hoffman
|
b45f4a5d45
ENH: change library order to use a vector
|
19 years ago |
Bill Hoffman
|
beea6234a3
ENH: fix spelling
|
19 years ago |
Bill Hoffman
|
5ebe1f573f
ENH: fix for bug 3067 the first framework ate the rest of the libraries
|
19 years ago |
Bill Hoffman
|
a1f22bde81
ENH: don't put the default framework path in a -F option
|
20 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
Brad King
|
e31f93ea3f
BUG: Deal with case insensitivity on windows linker paths. Also fixed spelling typo.
|
20 years ago |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 years ago |
Bill Hoffman
|
452925649a
ENH: add better support for framework linking
|
20 years ago |
Brad King
|
130d469dd4
BUG: Do not accept a directory name as a library.
|
20 years ago |
Bill Hoffman
|
76724c23bf
BUG: fix for bug 2357, do not allow targets to link to directories
|
20 years ago |
Bill Hoffman
|
cae9971f6a
BUG: fix spelling error
|
20 years ago |
Ken Martin
|
b72d77d929
BUG: bug num 1994 library linking when a config is not specified but debug and opt libs are
|
20 years ago |
Bill Hoffman
|
e59e9d0e59
ENH: fix bug 2087 lib prefix stripped off on windows
|
20 years ago |
Ken Martin
|
369308ca76
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
20 years ago |
Ken Martin
|
84dce824e5
ENH: make more specific in reject self linking
|
20 years ago |
Bill Hoffman
|
ba58264abe
BUG: handle case insensitive library extensions on windows
|
20 years ago |
Bill Hoffman
|
16b65d86c9
ENH: try and debug the failed test on the continuous
|
21 years ago |
Bill Hoffman
|
ded7d15144
ENH: try number two with topological sort
|
21 years ago |
Bill Hoffman
|
17f474b0d4
ENH: reverse last changes to avoid dashboard failures
|
21 years ago |
Bill Hoffman
|
7007b41dcb
ENH: fix library ordering stuff to use a topological sort
|
21 years ago |
Andy Cedilnik
|
1b68c76b19
BUG: Attempt to fix sorting stability using more deterministic compare function
|
21 years ago |
Bill Hoffman
|
87e6c54e26
FIX: switch to stable_sort to avoid crash
|
21 years ago |
Bill Hoffman
|
c4ca049e3f
ENH: clean up and use order link directories
|
21 years ago |
Andy Cedilnik
|
9bf0811e34
COMP: remove compiler warning
|
21 years ago |
Bill Hoffman
|
a51f7b4f9a
ENH: clean up and remove some debug code
|
21 years ago |
Bill Hoffman
|
ff812580eb
ENH: add a new library path ordering algorithm to make sure -L paths will pick the correct libraries if possible
|
21 years ago |