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: 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