| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'refactor-cmPolicies' | Brad King | 2015-05-05 | 1 | -8/+4 |
|\ |
|
| * | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -8/+4 |
|
|
* | | Port to cmMakefile::GetGlobalGenerator. | Stephen Kelly | 2015-05-03 | 1 | -1/+1 |
|/ |
|
* | cmComputeLinkInformation: Reduce 'if' nesting in AddItem | Brad King | 2015-04-21 | 1 | -5/+7 |
|
|
* | Port Global property interaction to cmState. | Stephen Kelly | 2015-04-15 | 1 | -9/+12 |
|
|
* | Link libraries by full path even in implicit directories | Brad King | 2015-04-09 | 1 | -0/+42 |
|
|
* | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|
|
* | Merge topic 'join-algorithm' | Brad King | 2015-01-12 | 1 | -24/+2 |
|\ |
|
| * | Use the cmJoin algorithm where possible. | Stephen Kelly | 2015-01-08 | 1 | -24/+2 |
|
|
* | | Merge topic 'drop-ancient-workarounds' | Brad King | 2015-01-12 | 1 | -6/+6 |
|\ \ |
|
| * | | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -6/+6 |
| |/ |
|
* | | Use two-iterator std::set::insert where appropriate. | Stephen Kelly | 2015-01-11 | 1 | -15/+4 |
|/ |
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -5/+5 |
|
|
* | cmTarget: Drop 'head' argument from GetLinkClosure | Brad King | 2014-06-23 | 1 | -3/+2 |
|
|
* | cmComputeLinkInformation: Remove 'head' argument | Brad King | 2014-06-23 | 1 | -8/+5 |
|
|
* | regex: Search on strings where possible | Ben Boeckel | 2014-06-09 | 1 | -1/+1 |
|
|
* | regex: Use static regexs where possible | Ben Boeckel | 2014-06-09 | 1 | -2/+2 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -19/+19 |
|
|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -2/+3 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -3/+4 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | Merge topic 'rpath-default' | Brad King | 2014-01-02 | 1 | -1/+1 |
|\ |
|
| * | OS X: Add CMP0042 to enable MACOSX_RPATH by default | Clinton Stimpson | 2014-01-02 | 1 | -1/+1 |
|
|
* | | Constify handling of link targets. | Stephen Kelly | 2013-12-11 | 1 | -8/+9 |
|/ |
|
* | Introduce CMAKE_STAGING_PREFIX variable. | Stephen Kelly | 2013-11-21 | 1 | -0/+20 |
|
|
* | Add CMAKE_SYSROOT variable to set --sysroot when cross compiling. | Stephen Kelly | 2013-11-19 | 1 | -4/+16 |
|
|
* | cmTarget: Make GetProperty() const. | Stephen Kelly | 2013-10-31 | 1 | -2/+2 |
|
|
* | Add the INTERFACE_LIBRARY target type. | Stephen Kelly | 2013-10-07 | 1 | -0/+5 |
|
|
* | OS X: Enable rpath support on Mac OS X when find_library() is used. | Clinton Stimpson | 2013-07-16 | 1 | -4/+16 |
|
|
* | Revert "Use --sysroot when cross compiling." | Stephen Kelly | 2013-07-12 | 1 | -9/+2 |
|
|
* | Merge topic 'set-sysroot' | Brad King | 2013-06-24 | 1 | -2/+9 |
|\ |
|
| * | Use --sysroot when cross compiling. | Stephen Kelly | 2013-06-07 | 1 | -2/+9 |
|
|
* | | Add whitespace after colons in error messages. | Stephen Kelly | 2013-06-21 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'rpath-on-mac' | Brad King | 2013-06-03 | 1 | -7/+53 |
|\ |
|
| * | OS X: Add RPATH support for Mac. | Clinton Stimpson | 2013-06-03 | 1 | -7/+53 |
|
|
* | | Recognize shared library files with a numerical suffix | Stephen Kelly | 2013-05-21 | 1 | -4/+10 |
|/ |
|
* | Fix RPATH information when only a genex is used as a link library. | Stephen Kelly | 2013-02-28 | 1 | -1/+1 |
|
|
* | Merge topic 'rpath-use-implicit-link-dirs' | Brad King | 2013-02-15 | 1 | -4/+49 |
|\ |
|
| * | Merge topic 'LINK_LIBRARIES-property' into rpath-use-implicit-link-dirs | Brad King | 2013-02-14 | 1 | -6/+17 |
| |\ |
|
| * | | AIX-GNU: Put implicit link directories in runtime libpath (#13909) | Brad King | 2013-02-14 | 1 | -0/+22 |
|
|
| * | | Avoid duplicate RPATH entries | Brad King | 2013-02-14 | 1 | -4/+27 |
|
|
* | | | Merge topic 'LINK_LIBRARIES-property' | Brad King | 2013-01-08 | 1 | -4/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | Make linking APIs aware of 'head' target | Stephen Kelly | 2013-01-08 | 1 | -4/+7 |
|
|
* | | | OS X: Detect implicit linker framework search paths | Brad King | 2012-12-11 | 1 | -4/+25 |
|/ / |
|
* | | Optionally skip link dependencies on shared library files | Brad King | 2012-10-26 | 1 | -1/+9 |
|/ |
|
* | 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 |
|
|