Ken Martin
|
3c4bfa1003
STYLE: fix line length
|
před 19 roky |
Brad King
|
79da27222a
COMP: Moved var decl out of _WIN32 block.
|
před 19 roky |
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.
|
před 19 roky |
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.
|
před 19 roky |
Bill Hoffman
|
b45f4a5d45
ENH: change library order to use a vector
|
před 19 roky |
Bill Hoffman
|
beea6234a3
ENH: fix spelling
|
před 19 roky |
Bill Hoffman
|
5ebe1f573f
ENH: fix for bug 3067 the first framework ate the rest of the libraries
|
před 19 roky |
Bill Hoffman
|
a1f22bde81
ENH: don't put the default framework path in a -F option
|
před 19 roky |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
před 19 roky |
Brad King
|
e31f93ea3f
BUG: Deal with case insensitivity on windows linker paths. Also fixed spelling typo.
|
před 20 roky |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
před 20 roky |
Bill Hoffman
|
452925649a
ENH: add better support for framework linking
|
před 20 roky |
Brad King
|
130d469dd4
BUG: Do not accept a directory name as a library.
|
před 20 roky |
Bill Hoffman
|
76724c23bf
BUG: fix for bug 2357, do not allow targets to link to directories
|
před 20 roky |
Bill Hoffman
|
cae9971f6a
BUG: fix spelling error
|
před 20 roky |
Ken Martin
|
b72d77d929
BUG: bug num 1994 library linking when a config is not specified but debug and opt libs are
|
před 20 roky |
Bill Hoffman
|
e59e9d0e59
ENH: fix bug 2087 lib prefix stripped off on windows
|
před 20 roky |
Ken Martin
|
369308ca76
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
před 20 roky |
Ken Martin
|
84dce824e5
ENH: make more specific in reject self linking
|
před 20 roky |
Bill Hoffman
|
ba58264abe
BUG: handle case insensitive library extensions on windows
|
před 20 roky |
Bill Hoffman
|
16b65d86c9
ENH: try and debug the failed test on the continuous
|
před 21 roky |
Bill Hoffman
|
ded7d15144
ENH: try number two with topological sort
|
před 21 roky |
Bill Hoffman
|
17f474b0d4
ENH: reverse last changes to avoid dashboard failures
|
před 21 roky |
Bill Hoffman
|
7007b41dcb
ENH: fix library ordering stuff to use a topological sort
|
před 21 roky |
Andy Cedilnik
|
1b68c76b19
BUG: Attempt to fix sorting stability using more deterministic compare function
|
před 21 roky |
Bill Hoffman
|
87e6c54e26
FIX: switch to stable_sort to avoid crash
|
před 21 roky |
Bill Hoffman
|
c4ca049e3f
ENH: clean up and use order link directories
|
před 21 roky |
Andy Cedilnik
|
9bf0811e34
COMP: remove compiler warning
|
před 21 roky |
Bill Hoffman
|
a51f7b4f9a
ENH: clean up and remove some debug code
|
před 21 roky |
Bill Hoffman
|
ff812580eb
ENH: add a new library path ordering algorithm to make sure -L paths will pick the correct libraries if possible
|
před 21 roky |