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
/
cmComputeLinkInformation.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: Keep target information in final link line
Brad King
2008-09-15
1
-2/+2
*
ENH: Add UNKNOWN type for IMPORTED libraries
Brad King
2008-08-18
1
-4/+9
*
BUG: Preserve all non-targets on user link lines
Brad King
2008-07-30
1
-1/+0
*
ENH: Warn when system libraries may be hidden.
Brad King
2008-07-29
1
-0/+4
*
ENH: Provide context in path ordering warnings
Brad King
2008-07-29
1
-3/+3
*
ENH: do not depend on files that do not exist
Bill Hoffman
2008-07-29
1
-0/+8
*
ENH: Support full-path libs w/out valid names.
Brad King
2008-07-23
1
-40/+68
*
ENH: Skip libs in known dirs for CMP0003 warnings.
Brad King
2008-07-23
1
-5/+9
*
ENH: Support full-path libs w/out extension in VS IDE.
Brad King
2008-07-21
1
-1/+40
*
ENH: When preserving potentially static portions of original user link lines ...
Brad King
2008-04-30
1
-1/+4
*
ENH: only complain about -l stuff for CMP0003
Bill Hoffman
2008-04-18
1
-1/+5
*
BUG: Correct Mac OS X framework behavior
Brad King
2008-04-08
1
-13/+3
*
BUG: Fix bug 6605 more completely
Brad King
2008-03-31
1
-0/+20
*
ENH: Yet another attempt at warning for CMP0003.
Brad King
2008-03-21
1
-50/+37
*
ENH: Clarify warning for policy CMP0003 further.
Brad King
2008-03-19
1
-8/+11
*
ENH: do not warn about frameworks as they are not affected by -L anyway
Bill Hoffman
2008-03-19
1
-2/+5
*
ENH: try to reduce the number of CMP0003 warnings that people see. Only repo...
Bill Hoffman
2008-03-18
1
-8/+24
*
COMP: Fix unreachable code warning for break after return in switch in CMP000...
Brad King
2008-03-15
1
-2/+0
*
ENH: Improve CMP0003 to provide more compatibility
Brad King
2008-03-14
1
-3/+17
*
ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003.
Brad King
2008-03-13
1
-18/+123
*
ENH: Cleanup builtin chrpath support
Brad King
2008-03-02
1
-0/+12
*
ENH: Use builtin chrpath instead of relinking ELF targets
Brad King
2008-03-01
1
-6/+0
*
BUG: cmComputeLinkInformation::CheckImplicitDirItem needs to extract the file...
Brad King
2008-02-29
1
-2/+2
*
ENH: Improve linking to third-party shared libraries on soname platforms
Brad King
2008-02-21
1
-5/+20
*
ENH: Better linker search path computation.
Brad King
2008-02-21
1
-75/+149
*
BUG: Fix cmComputeLinkInformation to include the target's user link directori...
Brad King
2008-02-07
1
-0/+5
*
ENH: When linking to versioned targets whose real file name is known pass the...
Brad King
2008-02-06
1
-7/+7
*
BUG: Added TARGET_ARCHIVES_MAY_BE_SHARED_LIBS global property to help compute...
Brad King
2008-02-04
1
-2/+21
*
ENH: Pass dependent library search path to linker on some platforms.
Brad King
2008-02-01
1
-319/+225
*
ENH: Support linking to shared libs with dependent libs
Brad King
2008-01-31
1
-8/+50
*
ENH: Add target property LINK_SEARCH_END_STATIC to help people building stati...
Brad King
2008-01-31
1
-1/+9
*
BUG: Move decision to switch library paths found in implicit link directories...
Brad King
2008-01-31
1
-13/+53
*
ENH: Update cmInstallTargetGenerator to get the shared libraries linked by a ...
Brad King
2008-01-29
1
-0/+13
*
ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...
Brad King
2008-01-29
1
-0/+133
*
ENH: Support exporting/importing of Framework targets.
Brad King
2008-01-28
1
-4/+2
*
ENH: Updated exporting and importing of targets to support libraries and conf...
Brad King
2008-01-28
1
-18/+10
*
ENH: Created cmComputeLinkDepends to compute link dependencies.
Brad King
2008-01-27
1
-25/+13
*
BUG: Fix cmComputeLinkInformation cycle detection.
Brad King
2008-01-23
1
-10/+12
*
ENH: Added CMAKE_LINK_OLD_PATHS compatibility mode for linker search paths.
Brad King
2008-01-23
1
-5/+44
*
COMP: Fix build on Borland 5.5.
Brad King
2008-01-23
1
-1/+2
*
BUG: Fix generation of Watcom link lines.
Brad King
2008-01-23
1
-0/+14
*
BUG: Be less aggressive about finding conflicts in the runtime path when the ...
Brad King
2008-01-23
1
-14/+5
*
BUG: When a library file name is linked without a path make sure the link typ...
Brad King
2008-01-22
1
-2/+49
*
ENH: Implement linking with paths to library files instead of -L and -l separ...
Brad King
2008-01-22
1
-0/+1157