Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix link flags on cygwin shared libraries. This requires that the ↵ | Brad King | 2006-10-05 | 1 | -3/+3 |
| | | | | shared library prefix be supported in the link library regex. | ||||
* | ENH: Adding support to link specifically to an archive or a shared library ↵ | Brad King | 2006-09-15 | 1 | -3/+30 |
| | | | | based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -1/+2 |
| | |||||
* | BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are ↵ | Brad King | 2006-04-04 | 1 | -2/+11 |
| | | | | 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. | ||||
* | ENH: change library order to use a vector | Bill Hoffman | 2006-04-04 | 1 | -1/+5 |
| | |||||
* | ENH: fix spelling | Bill Hoffman | 2006-04-01 | 1 | -1/+1 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -24/+24 |
| | |||||
* | BUG: Deal with case insensitivity on windows linker paths. Also fixed ↵ | Brad King | 2006-02-09 | 1 | -1/+1 |
| | | | | spelling typo. | ||||
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix many bugs related to target names being computed inconsistently. - Centralized computation of a target's file name to a method in cmTarget. Now that global knowledge is always available the *_CMAKE_PATH cache variables are no longer needed. - Centralized computation of link library command lines and link directory search order. - Moved computation of link directories needed to link CMake targets to be after evaluation of linking dependencies. This also removed alot of duplicate code in which each version had its own bugs. This commit is surrounded by the tags CMake-TargetNameCentralization1-pre and CMake-TargetNameCentralization1-post so make the large set of changes easy to identify. | ||||
* | ENH: add better support for framework linking | Bill Hoffman | 2005-12-26 | 1 | -0/+3 |
| | |||||
* | BUG: fix for bug 2357, do not allow targets to link to directories | Bill Hoffman | 2005-11-22 | 1 | -0/+2 |
| | |||||
* | ENH: fix bug 2087 lib prefix stripped off on windows | Bill Hoffman | 2005-08-10 | 1 | -3/+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 | ||||
* | BUG: handle case insensitive library extensions on windows | Bill Hoffman | 2005-04-08 | 1 | -0/+1 |
| | |||||
* | ENH: try and debug the failed test on the continuous | Bill Hoffman | 2005-03-03 | 1 | -1/+7 |
| | |||||
* | ENH: try number two with topological sort | Bill Hoffman | 2005-03-03 | 1 | -4/+1 |
| | |||||
* | ENH: reverse last changes to avoid dashboard failures | Bill Hoffman | 2005-03-02 | 1 | -1/+4 |
| | |||||
* | ENH: fix library ordering stuff to use a topological sort | Bill Hoffman | 2005-03-02 | 1 | -4/+1 |
| | |||||
* | ENH: clean up and use order link directories | Bill Hoffman | 2005-02-25 | 1 | -0/+2 |
| | |||||
* | ENH: add a new library path ordering algorithm to make sure -L paths will ↵ | Bill Hoffman | 2005-02-24 | 1 | -0/+126 |
pick the correct libraries if possible |