summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmGeneratorTarget: Move compile defintions processing from cmTarget.Stephen Kelly2015-08-2614-182/+141
* cmGeneratorTarget: Move compile features processing from cmTarget.Stephen Kelly2015-08-265-81/+94
* cmGeneratorTarget: Move compile options processing from cmTarget.Stephen Kelly2015-08-266-88/+154
* cmGeneratorTarget: Move include directory processing from cmTarget.Stephen Kelly2015-08-265-231/+292
* cmGeneratorTarget: Move link iface helpers from cmTarget.Stephen Kelly2015-08-264-57/+57
* cmGeneratorTarget: Move GetImportLinkInterface from cmTarget.Stephen Kelly2015-08-264-80/+78
* cmGeneratorTarget: Move ComputeLinkInterfaceLibraries from cmTarget.Stephen Kelly2015-08-264-161/+161
* cmGeneratorTarget: Move GetLinkInterfaceLibraries from cmTarget.Stephen Kelly2015-08-265-53/+59
* cmGeneratorTarget: Move ComputeLinkInterface from cmTarget.Stephen Kelly2015-08-264-101/+102
* 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
* 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
| * Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-08-248-12/+12
| * Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-08-243-3/+3
* | Merge topic 'libarchive-modern-apis'Brad King2015-08-252-16/+16
|\ \
| * | Use modern libarchive APIsPáder Rezső2015-08-242-16/+16
* | | Merge topic 'cmState-prop_dir'Brad King2015-08-254-138/+180
|\ \ \
| * | | cmState: Move directory Properties from cmMakefile.Stephen Kelly2015-08-244-142/+180
| * | | cmMakefile: Inline GetDefinitions into GetProperty.Stephen Kelly2015-08-241-1/+5
| |/ /
* | | CMake Nightly Date StampKitware Robot2015-08-251-1/+1
| |/ |/|
* | Merge topic 'drop-cmsys-std-layer'Brad King2015-08-2416-44/+24
|\ \ | |/ |/|
| * Remove use of include <cmsys/IOStream.hxx> from KWSysBrad King2015-08-211-8/+0
| * Remove use of include <cmsys/stl/*> and cmsys_stl::*Brad King2015-08-205-7/+2
| * Remove use of include <cmsys/ios/*> and cmsys_ios::*Brad King2015-08-2012-29/+22
* | Merge topic 'cmState-definitions'Brad King2015-08-245-125/+185
|\ \
| * | cmState: Host variable definitions.Stephen Kelly2015-08-233-148/+126
| * | cmState: Add a VariableScope snapshot type.Stephen Kelly2015-08-233-1/+38
| * | cmState: Add a Base snapshot type.Stephen Kelly2015-08-232-2/+4
| * | cmMakefile: Decouple the container of cmDefinitions from scoping logic.Stephen Kelly2015-08-231-24/+56
| * | cmDefinitions: Implement in terms of cmLinkedTree.Stephen Kelly2015-08-233-33/+39
| * | cmMakefile: Extract InitializeVarScope method.Stephen Kelly2015-08-231-1/+6
* | | Merge topic 'ios-app-bundle-layout'Brad King2015-08-243-10/+35
|\ \ \
| * | | Fix iOS Bundle layouts (#15669)Gregor Jasny2015-08-243-10/+35
* | | | Merge topic 'remove-unused-cmPolicies'Brad King2015-08-242-4/+0
|\ \ \ \
| * | | | cmake: Remove unused cmPolicies member.Stephen Kelly2015-08-232-4/+0
| | |/ / | |/| |
* | | | Merge topic 'refactor-progress'Brad King2015-08-247-50/+71
|\ \ \ \
| * | | | cmGlobalUnixMakefileGenerator3: Change the progress container key.Stephen Kelly2015-08-232-4/+5
| * | | | cmState: Make it possible to order cmState::Snapshot.Stephen Kelly2015-08-233-0/+20
| * | | | cmGlobalUnixMakefileGenerator3: Rename member.Stephen Kelly2015-08-232-4/+4
| * | | | cmGlobalGenerator: Rename progress initializer method.Stephen Kelly2015-08-234-4/+4
| * | | | cmGlobalGenerator: Move LG to target map to subclass.Stephen Kelly2015-08-234-47/+48
| * | | | cmGlobalGenerator: Remove clearance of map.Stephen Kelly2015-08-231-1/+0
| |/ / /
* | | | Merge topic 'generators-use-cmLocalGenerator'Brad King2015-08-2411-28/+53
|\ \ \ \