index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmOrderLinkDirectories.cxx
Commit message (
Collapse
)
Author
Age
Files
Lines
*
BUG: fix spelling error
Bill Hoffman
2005-09-08
1
-1/+1
|
*
BUG: bug num 1994 library linking when a config is not specified but debug ↵
Ken Martin
2005-09-08
1
-1/+1
|
|
|
|
and opt libs are
*
ENH: fix bug 2087 lib prefix stripped off on windows
Bill Hoffman
2005-08-10
1
-4/+10
|
*
ENH: make LOCATION an computed property of the target and get rid of a bunch ↵
Ken Martin
2005-06-22
1
-1/+1
|
|
|
|
of const junk
*
ENH: make more specific in reject self linking
Ken Martin
2005-06-16
1
-1/+2
|
*
BUG: handle case insensitive library extensions on windows
Bill Hoffman
2005-04-08
1
-1/+28
|
*
ENH: try and debug the failed test on the continuous
Bill Hoffman
2005-03-03
1
-5/+15
|
*
ENH: try number two with topological sort
Bill Hoffman
2005-03-03
1
-70/+54
|
*
ENH: reverse last changes to avoid dashboard failures
Bill Hoffman
2005-03-02
1
-55/+70
|
*
ENH: fix library ordering stuff to use a topological sort
Bill Hoffman
2005-03-02
1
-70/+55
|
*
BUG: Attempt to fix sorting stability using more deterministic compare function
Andy Cedilnik
2005-03-02
1
-8/+12
|
*
FIX: switch to stable_sort to avoid crash
Bill Hoffman
2005-03-01
1
-1/+3
|
*
ENH: clean up and use order link directories
Bill Hoffman
2005-02-25
1
-0/+11
|
*
COMP: remove compiler warning
Andy Cedilnik
2005-02-24
1
-3/+3
|
*
ENH: clean up and remove some debug code
Bill Hoffman
2005-02-24
1
-34/+21
|
*
ENH: add a new library path ordering algorithm to make sure -L paths will ↵
Bill Hoffman
2005-02-24
1
-0/+356
pick the correct libraries if possible