summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | cmGeneratorTarget: Move GetLinkInterface from cmTarget.Stephen Kelly2015-08-267-63/+69
| * | | cmTarget: Add GetHeadToLinkInterfaceMap methods.Stephen Kelly2015-08-262-8/+25
| * | | cmTarget: Move cmHeadToLinkInterfaceMap out.Stephen Kelly2015-08-262-6/+9
| * | | cmGeneratorTarget: Move ComputeLinkInterface from cmTarget.Stephen Kelly2015-08-262-61/+57
| * | | cmTarget: Move link interface libraries struct out.Stephen Kelly2015-08-269-67/+65
| |/ /
* | | Merge topic 'minor-cleanups'Brad King2015-08-279-34/+25
|\ \ \
| * | | cmGlobalGenerator: Implement VS6 check without virtual method.Stephen Kelly2015-08-252-3/+1
| * | | cmMakefile: Fix style.Stephen Kelly2015-08-251-1/+2
| * | | cmTarget: Remove vestigal method declaration.Stephen Kelly2015-08-251-2/+0
| * | | cmTarget: Fix indentation.Stephen Kelly2015-08-251-6/+6
| * | | Reduce uses of cmMakefile::GetGlobalGenerator.Stephen Kelly2015-08-253-3/+5
| * | | cmMakefile: Remove Internal class.Stephen Kelly2015-08-252-17/+9
| * | | cmGeneratorTarget: Issue messages through the local generator.Stephen Kelly2015-08-251-2/+2
* | | | Merge topic 'cmState-ProjectName'Brad King2015-08-277-17/+34
|\ \ \ \
| * | | | cmGlobalGenerator: Implement FillProjectMap in terms of cmState.Stephen Kelly2015-08-251-5/+6
| * | | | cmState: Move ProjectName from cmMakefile.Stephen Kelly2015-08-254-5/+18
| * | | | cmMakefile: Use std::string in ProjectName API.Stephen Kelly2015-08-254-6/+8
| * | | | cmMakefile: Out-of-line GetProjectName.Stephen Kelly2015-08-252-4/+5
* | | | | Merge topic 'rm-cmLocalGenerator-Children'Brad King2015-08-275-32/+34
|\ \ \ \ \
| * | | | | cmLocalGenerator: Remove unused Children member.Stephen Kelly2015-08-242-10/+0
| * | | | | cmLocalGenerator: Implement child traversal in terms of cmState.Stephen Kelly2015-08-242-11/+16
| * | | | | Makefiles: Remove valueless cast.Stephen Kelly2015-08-241-3/+1
| * | | | | cmLocalGenerator: Simplify condition.Stephen Kelly2015-08-241-12/+9
| * | | | | cmState: Store Children states in parent state.Stephen Kelly2015-08-242-1/+13
| |/ / / /
* | | | | Merge topic 'refactor-features'Brad King2015-08-271-12/+9
|\ \ \ \ \
| * | | | | cmLocalGenerator: Implement GetFeature in terms of cmState.Stephen Kelly2015-08-241-4/+4
| * | | | | cmLocalGenerator: Convert GetFeature recursion to loop.Stephen Kelly2015-08-241-8/+8
| * | | | | cmLocalGenerator: Simplify GetFeature implementation.Stephen Kelly2015-08-241-8/+4
| * | | | | cmLocalGenerator: Make GetFeature tail-recursive.Stephen Kelly2015-08-241-3/+4
| |/ / / /
* | | | | Merge topic 'refactor-progress'Brad King2015-08-275-22/+62
|\ \ \ \ \
| * | | | | cmGlobalUnixMakefileGenerator3: Implement progress in terms of cmState.Stephen Kelly2015-08-241-3/+6
| * | | | | cmGlobalUnixMakefileGenerator3: Inline an IsExcluded call.Stephen Kelly2015-08-241-1/+9
| * | | | | cmGlobalGenerator: Extract new IsExcluded overload.Stephen Kelly2015-08-242-6/+16
| * | | | | cmGlobalGenerator: Implement IsExcluded in terms of cmState::Snapshot.Stephen Kelly2015-08-241-5/+6
| * | | | | cmState: Make Snapshot EqualityComparable.Stephen Kelly2015-08-242-0/+17
| * | | | | cmGlobalGenerator: Convert IsExcluded to loop.Stephen Kelly2015-08-241-18/+14
| * | | | | cmGlobalGenerator: Refactor IsExcluded.Stephen Kelly2015-08-241-2/+10
| * | | | | cmGlobalGenerator: Don't use else after return.Stephen Kelly2015-08-241-6/+3
| |/ / / /
* | | | | Merge topic 'FindJNI-suse-and-ibm'Brad King2015-08-271-0/+8
|\ \ \ \ \
| * | | | | FindJNI: Add support for SuSE platform and IBM Java SDKMarc Chevrier2015-08-251-0/+8
* | | | | | Merge topic 'apple-tbd-stubs'Brad King2015-08-275-1/+28
|\ \ \ \ \ \
| * | | | | | Darwin: Add support for tbd library stub filesGregor Jasny2015-08-245-1/+28
* | | | | | | Merge topic 'java-updates'Brad King2015-08-277-0/+244
|\ \ \ \ \ \ \
| * | | | | | | UseJava: Add support for javah toolMarc Chevrier2015-08-217-0/+244
* | | | | | | | CMake Nightly Date StampKitware Robot2015-08-271-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2015-08-261-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge topic 'consistent-empty'Brad King2015-08-2519-41/+41
|\ \ \ \ \ \
| * | | | | | Replace '0 == instances.size()' with instances.empty().Stephen Kelly2015-08-241-1/+1
| * | | | | | Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-08-2413-24/+24
| * | | | | | Replace 'foo.size() != 0' pattern with !foo.empty().Stephen Kelly2015-08-241-1/+1