| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -1/+1 |
|
|
* | Merge topic 'skip-install-rpath' | David Cole | 2012-03-06 | 1 | -0/+1 |
|\ |
|
| * | Add an option to skip RPATH during installation. | Stephen Kelly | 2012-03-05 | 1 | -0/+1 |
|
|
* | | Recognize OpenBSD versioned .so names (#12954) | Brad King | 2012-02-13 | 1 | -1/+13 |
|/ |
|
* | Do not link private dependent shared libraries on OS X > 10.4 | Brad King | 2011-12-15 | 1 | -1/+3 |
|
|
* | Fix linking to OS X Frameworks named with spaces (#12550) | Brad King | 2011-11-02 | 1 | -2/+3 |
|
|
* | multiarch: Treat lib/<arch> as implicit link dir (#12326) | Modestas Vainius | 2011-07-27 | 1 | -0/+12 |
|
|
* | Add target property LINK_SEARCH_START_STATIC to aid static linking | Brad King | 2011-03-03 | 1 | -3/+3 |
|
|
* | Prefer non-empty prefixes when matching lib names (#11468) | Brad King | 2010-11-18 | 1 | -1/+1 |
|
|
* | -fix bad check for Apple in AddDirectoryItem() introduced recently | Alex Neundorf | 2010-04-27 | 1 | -4/+2 |
|
|
* | -fix linking to frameworks when crosscompiling from Linux to iPhone (#10526) | Alex Neundorf | 2010-04-21 | 1 | -2/+3 |
|
|
* | OpenBSD: Work-around static/runtime linker inconsistency | Chuck Atkins | 2010-03-26 | 1 | -0/+10 |
|
|
* | Fix warnings in CMake source code. Suppress warnings in Lexer and Parser file... | David Cole | 2009-09-30 | 1 | -2/+2 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Factor implicit link info addition into methods | Brad King | 2009-08-24 | 1 | -28/+41 |
|
|
* | BUG: Do not filter non-library implicit link items | Brad King | 2009-07-28 | 1 | -1/+7 |
|
|
* | BUG: Always pass linker flags untouched | Brad King | 2009-07-28 | 1 | -21/+23 |
|
|
* | BUG: Do not recognize ':' in a library name | Brad King | 2009-07-28 | 1 | -1/+1 |
|
|
* | ENH: Link runtime libraries of all languages | Brad King | 2009-07-27 | 1 | -0/+69 |
|
|
* | STYLE: Factor cmComputeLinkInformation constructor | Brad King | 2009-07-14 | 1 | -15/+24 |
|
|
* | ENH: Pass config to cmTarget::GetLinkerLanguage | Brad King | 2009-07-08 | 1 | -1/+1 |
|
|
* | ENH: Pass config to cmTarget RPATH install methods | Brad King | 2009-07-08 | 1 | -1/+1 |
|
|
* | ENH: Simpler cmTarget::GetLinkerLanguage signature | Brad King | 2009-07-07 | 1 | -2/+1 |
|
|
* | BUG: Do not create empty build-tree RPATH | Brad King | 2009-06-11 | 1 | -4/+7 |
|
|
* | BUG: Do not mangle symbols when editing RPATHs | Brad King | 2009-06-10 | 1 | -2/+7 |
|
|
* | BUG: Recognize .so shared libraries on HP-UX | Brad King | 2009-06-03 | 1 | -0/+11 |
|
|
* | 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 |
|
|