summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | cmMakefile: Use std::set::insert API to simplify CMP0054 handling.Stephen Kelly2015-05-181-9/+1
| * | | | | | | | cmMakefile: Simplify CMP0054 handling.Stephen Kelly2015-05-183-13/+5
| * | | | | | | | cmMakefile: Add access to the top-level execution context.Stephen Kelly2015-05-183-6/+13
| * | | | | | | | cmMakefile: Replace deques with vectors.Stephen Kelly2015-05-182-4/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | 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-192-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Fix assertion failure on unmatched foreach in function (#15572)Brad King2015-05-182-1/+2
* | | | | | | | CMake Nightly Date StampKitware Robot2015-05-191-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge topic 'cpack-ifw-updates'Brad King2015-05-188-13/+307
|\ \ \ \ \ \ \
| * | | | | | | Update packaging of CMake for QtIFW 2.0Konstantin Podsvirov2015-05-152-2/+8
| * | | | | | | CPackIFW: Add QtIFW 2.0 supportKonstantin Podsvirov2015-05-156-11/+299
* | | | | | | | 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-1550-360/+384
|\ \ \ \ \
| * | | | | 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
| * | | | | cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-1438-94/+66
| * | | | | cmGlobalBorlandMakefileGenerator: Do not inherit from NMake generatorBrad King2015-05-141-1/+1