summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'clean-up-vs-generators'Brad King2015-05-1929-209/+162
|\
| * VS: Remove obsolete methods.Stephen Kelly2015-05-1912-68/+0
| * VS: Move version information to global generator.Stephen Kelly2015-05-1922-106/+136
| * VS: Simplify setting of flag table.Stephen Kelly2015-05-197-41/+32
* | Merge topic 'clean-up-makefile-generators'Brad King2015-05-1932-166/+68
|\ \
| * | Remove obsolete overrides of CreateLocalGenerator.Stephen Kelly2015-05-1810-60/+0
| * | cmGlobalGenerator: Host the MakeSilentFlag.Stephen Kelly2015-05-186-14/+8
| * | cmLocalGenerator: Remove unused IgnoreLibPrefix.Stephen Kelly2015-05-189-14/+0
| * | cmGlobalUnixMakefileGenerator3: Host the UnixCD.Stephen Kelly2015-05-188-13/+9
| * | cmGlobalUnixMakefileGenerator3: Host the PassMakeflags.Stephen Kelly2015-05-187-14/+8
| * | Remove method calls just repeating the default.Stephen Kelly2015-05-183-5/+0
| * | cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL.Stephen Kelly2015-05-168-14/+9
| * | cmGlobalUnixMakefileGenerator3: Host the include directive.Stephen Kelly2015-05-168-15/+10
| * | cmLocalGenerator: Remove unused method.Stephen Kelly2015-05-161-1/+0
| * | cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-1614-18/+26
* | | Merge topic 'clean-up-cmDefinitions'Brad King2015-05-193-61/+40
|\ \ \
| * | | cmDefinitions: Make the ClosureKeys method static.Stephen Kelly2015-05-173-19/+17
| * | | cmDefinitions: Centralize knowledge of iterator type.Stephen Kelly2015-05-172-26/+19
| * | | cmDefinitions: Remove internal MakeClosure method.Stephen Kelly2015-05-172-16/+4
| | |/ | |/|
* | | Merge topic 'clean-up-cmExecutionStatus'Brad King2015-05-191-16/+13
|\ \ \
| * | | cmExecutionStatus: Remove inheritance of cmObject.Stephen Kelly2015-05-161-5/+3
| * | | cmExecutionStatus: De-virtualize API.Stephen Kelly2015-05-161-11/+10
* | | | Merge topic 'fix-function-missing-endforeach'Brad King2015-05-199-1/+34
|\ \ \ \
| * | | | Fix assertion failure on unmatched foreach in function (#15572)Brad King2015-05-189-1/+34
* | | | | Merge topic 'hp-ux-suppress-pp-warning'Brad King2015-05-191-0/+1
|\ \ \ \ \
| * | | | | CTestCustom: Suppress HP-UX preprocessor concatenation warningBrad King2015-05-181-0/+1
* | | | | | CMake Nightly Date StampKitware Robot2015-05-191-1/+1
* | | | | | Merge topic 'cpack-ifw-updates'Brad King2015-05-1811-22/+422
|\ \ \ \ \ \
| * | | | | | Update packaging of CMake for QtIFW 2.0Konstantin Podsvirov2015-05-153-2/+12
| * | | | | | CPackIFW: Add QtIFW 2.0 supportKonstantin Podsvirov2015-05-158-20/+410
* | | | | | | Merge topic 'cpack-deb-reworked-docs'Brad King2015-05-181-47/+100
|\ \ \ \ \ \ \
| * | | | | | | CPack/DEB: reworked documentationRaffi Enficiaud2015-05-151-47/+100
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'doc-cmake_minimum_required-not-in-function'Brad King2015-05-181-0/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Help: Document behavior of cmake_minimum_required in a functionBrad King2015-05-151-0/+4
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2015-05-181-1/+1
| |_|_|_|/ |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2015-05-171-1/+1
| |_|_|/ |/| | |
* | | | CMake Nightly Date StampKitware Robot2015-05-161-1/+1
|/ / /
* | | Merge topic 'refactor-cmLocalGenerator'Brad King2015-05-1552-360/+401
|\ \ \
| * | | cmMakefile: Handle CMP0014 before configuring the generator.Stephen Kelly2015-05-143-38/+45
| * | | cmLocalGenerator: Assert that there is a parent.Stephen Kelly2015-05-141-4/+1
| * | | cmMakefile: Remove redundant variable set.Stephen Kelly2015-05-141-1/+0
| * | | cmMakefile: Use the state to determine the parent directory.Stephen Kelly2015-05-141-3/+4
| * | | Use new top-level check abstraction.Stephen Kelly2015-05-142-3/+3
| * | | cmLocalGenerator: Add abstraction to check if top-level.Stephen Kelly2015-05-144-10/+10
| * | | cmGlobalGenerator: Move some flags from cmLocalGenerator.Stephen Kelly2015-05-1416-81/+79
| * | | cmLocalGenerator: Port loops to cmState::Snapshot.Stephen Kelly2015-05-141-22/+20
| * | | cmState: Add an accessor for Parent snapshot and a validity check.Stephen Kelly2015-05-142-0/+24
| * | | cmLocalGenerator: Convert two recursive methods to loops.Stephen Kelly2015-05-141-20/+50
| * | | cmLocalGenerator: Get project directories from the cmState.Stephen Kelly2015-05-141-37/+36
| * | | cmLocalGenerator: Initialize state before creating cmMakefile.Stephen Kelly2015-05-143-15/+23