summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'remove-obsolete'Brad King2016-10-133-68/+1
|\
| * Makefiles: Remove query for CMAKE_OBJECT_NAMEStephen Kelly2016-10-091-3/+1
| * Makefiles: Remove forbidden flag logicStephen Kelly2016-10-093-65/+0
* | Merge topic 'vs15-separate-flag-table'Brad King2016-10-133-3/+247
|\ \
| * | VS: Split flag table between v140 and v141 toolsetsBrad King2016-10-103-3/+247
* | | Merge topic 'cmake-gui-fix-extra-generator-names'Brad King2016-10-131-1/+1
|\ \ \
| * | | cmake-gui: Fix "extra" generator entries in drop-down listBrad King2016-10-111-1/+1
| |/ /
* | | CMake Nightly Date StampKitware Robot2016-10-131-1/+1
* | | CMake Nightly Date StampKitware Robot2016-10-121-1/+1
* | | CMake Nightly Date StampKitware Robot2016-10-111-1/+1
* | | 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-1025-79/+280
* | | Ninja: ConstifyStephen Kelly2016-10-102-4/+6
* | | cmLocalGenerator: Inline conversion into link computationStephen Kelly2016-10-101-1/+8
* | | 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
| * | | cmMakefile: Return after error and remove else conditionStephen Kelly2016-10-071-17/+18
| * | | cmMakefile: Invert handling of error conditionStephen Kelly2016-10-071-6/+6
| * | | cmMakefile: Remove superfluous overloadStephen Kelly2016-10-073-7/+1
| * | | cmMakefile: Remove useless link directory containerStephen Kelly2016-10-072-7/+1
| * | | cmTarget: Inline MergeLinkLibraries into only callerStephen Kelly2016-10-073-17/+10
| * | | cmTarget: Remove useless link library stateStephen Kelly2016-10-072-5/+0
| * | | cmTarget: Remove addition of zero when merging link librariesStephen Kelly2016-10-071-1/+0
| * | | cmTarget: Add assert about link dataStephen Kelly2016-10-071-0/+1