summaryrefslogtreecommitdiff
path: root/Source/cmComputeLinkInformation.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Merge topic 'set-sysroot'Brad King2013-06-241-2/+9
|\
| * Use --sysroot when cross compiling.Stephen Kelly2013-06-071-2/+9
* | Add whitespace after colons in error messages.Stephen Kelly2013-06-211-1/+1
|/
* Merge topic 'rpath-on-mac'Brad King2013-06-031-7/+53
|\
| * OS X: Add RPATH support for Mac.Clinton Stimpson2013-06-031-7/+53
* | Recognize shared library files with a numerical suffixStephen Kelly2013-05-211-4/+10
|/
* Fix RPATH information when only a genex is used as a link library.Stephen Kelly2013-02-281-1/+1
* Merge topic 'rpath-use-implicit-link-dirs'Brad King2013-02-151-4/+49
|\
| * Merge topic 'LINK_LIBRARIES-property' into rpath-use-implicit-link-dirsBrad King2013-02-141-6/+17
| |\
| * | AIX-GNU: Put implicit link directories in runtime libpath (#13909)Brad King2013-02-141-0/+22
| * | Avoid duplicate RPATH entriesBrad King2013-02-141-4/+27
* | | Merge topic 'LINK_LIBRARIES-property'Brad King2013-01-081-4/+7
|\ \ \ | | |/ | |/|
| * | Make linking APIs aware of 'head' targetStephen Kelly2013-01-081-4/+7
* | | OS X: Detect implicit linker framework search pathsBrad King2012-12-111-4/+25
|/ /
* | Optionally skip link dependencies on shared library filesBrad King2012-10-261-1/+9
|/
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Merge topic 'skip-install-rpath'David Cole2012-03-061-0/+1
|\
| * Add an option to skip RPATH during installation.Stephen Kelly2012-03-051-0/+1
* | Recognize OpenBSD versioned .so names (#12954)Brad King2012-02-131-1/+13
|/
* Do not link private dependent shared libraries on OS X > 10.4Brad King2011-12-151-1/+3
* Fix linking to OS X Frameworks named with spaces (#12550)Brad King2011-11-021-2/+3
* multiarch: Treat lib/<arch> as implicit link dir (#12326)Modestas Vainius2011-07-271-0/+12
* Add target property LINK_SEARCH_START_STATIC to aid static linkingBrad King2011-03-031-3/+3
* Prefer non-empty prefixes when matching lib names (#11468)Brad King2010-11-181-1/+1
* -fix bad check for Apple in AddDirectoryItem() introduced recentlyAlex Neundorf2010-04-271-4/+2
* -fix linking to frameworks when crosscompiling from Linux to iPhone (#10526)Alex Neundorf2010-04-211-2/+3
* OpenBSD: Work-around static/runtime linker inconsistencyChuck Atkins2010-03-261-0/+10
* Fix warnings in CMake source code. Suppress warnings in Lexer and Parser file...David Cole2009-09-301-2/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Factor implicit link info addition into methodsBrad King2009-08-241-28/+41
* BUG: Do not filter non-library implicit link itemsBrad King2009-07-281-1/+7
* BUG: Always pass linker flags untouchedBrad King2009-07-281-21/+23
* BUG: Do not recognize ':' in a library nameBrad King2009-07-281-1/+1
* ENH: Link runtime libraries of all languagesBrad King2009-07-271-0/+69
* STYLE: Factor cmComputeLinkInformation constructorBrad King2009-07-141-15/+24
* ENH: Pass config to cmTarget::GetLinkerLanguageBrad King2009-07-081-1/+1
* ENH: Pass config to cmTarget RPATH install methodsBrad King2009-07-081-1/+1
* ENH: Simpler cmTarget::GetLinkerLanguage signatureBrad King2009-07-071-2/+1
* BUG: Do not create empty build-tree RPATHBrad King2009-06-111-4/+7
* BUG: Do not mangle symbols when editing RPATHsBrad King2009-06-101-2/+7
* BUG: Recognize .so shared libraries on HP-UXBrad King2009-06-031-0/+11
* ENH: Keep target information in final link lineBrad King2008-09-151-2/+2
* ENH: Add UNKNOWN type for IMPORTED librariesBrad King2008-08-181-4/+9
* BUG: Preserve all non-targets on user link linesBrad King2008-07-301-1/+0
* ENH: Warn when system libraries may be hidden.Brad King2008-07-291-0/+4
* ENH: Provide context in path ordering warningsBrad King2008-07-291-3/+3
* ENH: do not depend on files that do not existBill Hoffman2008-07-291-0/+8
* ENH: Support full-path libs w/out valid names.Brad King2008-07-231-40/+68
* ENH: Skip libs in known dirs for CMP0003 warnings.Brad King2008-07-231-5/+9
* ENH: Support full-path libs w/out extension in VS IDE.Brad King2008-07-211-1/+40