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 |
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 |
Bill Hoffman
|
76724c23bf
BUG: fix for bug 2357, do not allow targets to link to directories
|
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 |
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 |
Bill Hoffman
|
c4ca049e3f
ENH: clean up and use order link directories
|
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 |