summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmState: Move directory Properties from cmMakefile.Stephen Kelly2015-08-244-142/+180
* cmMakefile: Inline GetDefinitions into GetProperty.Stephen Kelly2015-08-241-1/+5
* 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
|\ \ \
| * | | cmInstallExportGenerator: Require cmLocalGenerator, not cmMakefile.Stephen Kelly2015-08-234-10/+17
| * | | cmTestGenerator: Require cmLocalGenerator, not cmMakefile.Stephen Kelly2015-08-233-5/+19
| * | | cmInstallFilesGenerator: Require cmLocalGenerator, not cmMakefile.Stephen Kelly2015-08-235-13/+17
| |/ /
* | | Merge topic 'fix-include_directories-BEFORE'Brad King2015-08-241-6/+5
|\ \ \
| * | | include_directories: Fix regression in BEFORE option (#15693)Brad King2015-08-211-6/+5
* | | | CMake Nightly Date StampKitware Robot2015-08-241-1/+1
* | | | CMake Nightly Date StampKitware Robot2015-08-231-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2015-08-221-1/+1
|/ /
* | Merge topic 'modules-no-soname'Brad King2015-08-211-2/+1
|\ \
| * | Do not set SONAME for MODULE library targets (#15705)Felix Geyer2015-08-201-2/+1
* | | Merge topic 'OUTPUT_NAME-genex-no-recursion'Brad King2015-08-212-35/+62
|\ \ \
| * | | cmGeneratorTarget: Avoid recursion in GetOutputName methodRobert Goulet2015-08-202-35/+62
* | | | Merge topic 'vs-fix-obj-extension'Brad King2015-08-211-2/+2
|\ \ \ \
| * | | | cmLocalVisualStudioGenerator: Use computed .obj extension (#13685)Bastien Schatt2015-08-181-2/+2
| | |_|/ | |/| |
* | | | Merge topic 'get-filename-component-base-dir'Brad King2015-08-211-4/+16
|\ \ \ \
| * | | | get_filename_component: Teach new BASE_DIR parameter.James Johnston2015-08-181-4/+16
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2015-08-211-1/+1
| |_|/ |/| |
* | | CMake Nightly Date StampKitware Robot2015-08-201-1/+1
* | | CMake Nightly Date StampKitware Robot2015-08-191-1/+1
| |/ |/|
* | Merge topic 'cmake-gui-high-resolution'Brad King2015-08-181-0/+2
|\ \
| * | cmake-gui: Add support for HiDPI (Retina) screens on OS XFrancois Best2015-08-171-0/+2