summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkInformation.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'join-algorithm'Brad King2015-01-121-24/+2
|\
| * Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-24/+2
* | Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-6/+6
|\ \
| * | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-6/+6
| |/
* | Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-15/+4
|/
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-5/+5
* cmTarget: Drop 'head' argument from GetLinkClosureBrad King2014-06-231-3/+2
* cmComputeLinkInformation: Remove 'head' argumentBrad King2014-06-231-8/+5
* regex: Search on strings where possibleBen Boeckel2014-06-091-1/+1
* regex: Use static regexs where possibleBen Boeckel2014-06-091-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-19/+19
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-2/+3
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-3/+4
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-4/+4
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-2/+2
* Merge topic 'rpath-default'Brad King2014-01-021-1/+1
|\
| * OS X: Add CMP0042 to enable MACOSX_RPATH by defaultClinton Stimpson2014-01-021-1/+1
* | Constify handling of link targets.Stephen Kelly2013-12-111-8/+9
|/
* Introduce CMAKE_STAGING_PREFIX variable.Stephen Kelly2013-11-211-0/+20
* Add CMAKE_SYSROOT variable to set --sysroot when cross compiling.Stephen Kelly2013-11-191-4/+16
* cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-2/+2
* Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-0/+5
* OS X: Enable rpath support on Mac OS X when find_library() is used.Clinton Stimpson2013-07-161-4/+16
* Revert "Use --sysroot when cross compiling."Stephen Kelly2013-07-121-9/+2
* 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