summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmake: Simplify default generator search by switching directionBrad King2016-10-111-12/+10
* cmake: Use array iteration for default generator VS variantsBrad King2016-10-111-6/+7
* cmake: Use array iteration for default generator listBrad King2016-10-111-5/+5
* cmake: Rename default generator selection list variableBrad King2016-10-111-5/+5
* cmake: Rename default generator selection internal variableBrad King2016-10-111-4/+3
* cmake: Simplify VS registry entry lookupBrad King2016-10-111-4/+6
* cmake: Factor out default generator selection into helperBrad King2016-10-112-48/+54
* CMake Nightly Date StampKitware Robot2016-10-111-1/+1
* Merge topic 'extract-cmLinkLineComputer'Brad King2016-10-1026-183/+527
|\
| * cmLinkLineComputer: Extract link libraries computation from cmLocalGeneratorStephen Kelly2016-10-105-34/+37
| * cmLinkLineComputer: Move FrameworkPath computation from cmLocalGeneratorStephen Kelly2016-10-1012-34/+39
| * cmLocalGenerator: Inline last use of local variableStephen Kelly2016-10-101-3/+1
| * cmLinkLineComputer: Move RPath computation from cmLocalGeneratorStephen Kelly2016-10-108-36/+52
| * cmLinkLineComputer: Move LinkPath computation from cmLocalGeneratorStephen Kelly2016-10-103-11/+35
| * cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGeneratorStephen Kelly2016-10-1019-49/+113
| * cmLocalGenerator: Move variable to where it is usedStephen Kelly2016-10-101-2/+2
| * cmLocalGenerator: Use a std::string instead of char*Stephen Kelly2016-10-101-2/+3
| * cmLocalGenerator: Move stringstream to where it is usedStephen Kelly2016-10-101-1/+1
| * cmLocalGenerator: Move flag determination up in the functionStephen Kelly2016-10-101-8/+9
| * cmLocalGenerator: Separate stdlib content from library streamStephen Kelly2016-10-101-1/+5
| * cmLocalGenerator: Separate rpath content from library streamStephen Kelly2016-10-101-7/+9
| * cmLocalGenerator: Pass link library info to OutputLinkLibrariesStephen Kelly2016-10-103-20/+27
| * Makefiles: Port CreateLinkLibs to cmLinkLineComputerStephen Kelly2016-10-104-13/+20
| * cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-1026-79/+282
| * Ninja: ConstifyStephen Kelly2016-10-102-4/+6
| * cmLocalGenerator: Inline conversion into link computationStephen Kelly2016-10-101-1/+8
|/
* Merge branch 'release'Brad King2016-10-100-0/+0
|\
| * Merge branch 'update-kwsys' into releaseBrad King2016-10-081-11/+9
| |\
| * \ Merge branch 'android-export-has-cpp' into releaseBrad King2016-10-075-1/+22
| |\ \
| * \ \ Merge branch 'FindProtobuf-fix-subdirs' into releaseBrad King2016-10-071-6/+10
| |\ \ \
| * \ \ \ Merge branch 'android-cxxabi' into releaseBrad King2016-10-073-0/+7
| |\ \ \ \
| * \ \ \ \ Merge branch 'check-libuv-minimum-version' into releaseBrad King2016-10-071-2/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'codelite-global-setting' into releaseBrad King2016-10-074-5/+27
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'android-ndk-r13' into releaseBrad King2016-10-062-3/+9
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'cpack-rpm-debuginfo-fixes' into releaseBrad King2016-10-061-28/+40
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'clean-up-link-configuration'Brad King2016-10-108-144/+134
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmMakefile: Simplify programmer error to an assertStephen Kelly2016-10-071-8/+3
| * | | | | | | | | | cmMakefile: Implement LinkLibraries as an internal propertyStephen Kelly2016-10-073-39/+50
| * | | | | | | | | | cmMakefile: Inline method into only remaining callerStephen Kelly2016-10-073-34/+32
| * | | | | | | | | | cmMakefile: Inline method into callerStephen Kelly2016-10-071-1/+29
| * | | | | | | | | | cmake: Simplify find-package mode library additionStephen Kelly2016-10-071-1/+1
| * | | | | | | | | | cmMakefile: Remove obsolete parameterStephen Kelly2016-10-072-5/+4
| * | | | | | | | | | cmTarget: Remove target name from parameter listStephen Kelly2016-10-073-9/+8
| * | | | | | | | | | cmMakefile: Use public API to find a targetStephen Kelly2016-10-071-3/+3
| * | | | | | | | | | cmMakefile: Inline method into only callerStephen Kelly2016-10-073-16/+8
| * | | | | | | | | | cmMakefile: Use public API to find a targetStephen Kelly2016-10-071-3/+4
| * | | | | | | | | | cmMakefile: Invert if() condition to remove elseStephen Kelly2016-10-071-3/+3
| * | | | | | | | | | cmMakefile: Remove ALIAS checkStephen Kelly2016-10-071-7/+0
| * | | | | | | | | | cmMakefile: Collapse two consecutive if()s into oneStephen Kelly2016-10-071-14/+11
| * | | | | | | | | | cmMakefile: DeMorgan-invert conditionStephen Kelly2016-10-071-4/+4