summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-2119-41/+157
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-2162-32/+449
* Merge topic 'ninja-encoding'Brad King2016-10-212-2/+19
|\
| * Ninja: Use ANSI encoding for Ninja build files on WindowsDāvis Mosāns2016-10-202-2/+19
* | Merge topic 'allow-fallback-config-mapping'Brad King2016-10-211-14/+27
|\ \
| * | Teach MAP_IMPORTED_CONFIG_<CONFIG> to support configuration-less importJens Weggemann2016-10-201-14/+27
* | | Merge topic 'ninja-diagnose-missing-tool'Brad King2016-10-2114-21/+46
|\ \ \
| * | | Ninja: Fail early on when ninja build tool does not runBrad King2016-10-201-2/+11
| * | | cmGlobalGenerator: Allow FindMakeProgram to failBrad King2016-10-2014-19/+35
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2016-10-211-1/+1
|/ /
* | Merge topic 'vs-csharp-prep'Brad King2016-10-205-0/+34
|\ \
| * | VS: Add internal API for detecting "managed" projectsMichael Stürmer2016-10-192-0/+6
| * | VS: Add CSharp project uuid and file extensionMichael Stürmer2016-10-193-0/+28
* | | Merge topic 'ninja-only-object-rules'Brad King2016-10-201-3/+4
|\ \ \
| * | | Ninja: Add compile rules only for languages that are actually compiledBrad King2016-10-181-3/+4
| | |/ | |/|
* | | Merge topic 'clang-tidy'Brad King2016-10-2014-87/+136
|\ \ \
| * | | fix more issues reported by clang-tidyDaniel Pfeifer2016-10-2012-83/+131
| * | | silence selected clang-tidy violationsDaniel Pfeifer2016-10-182-4/+5
| |/ /
* | | Merge topic 'split-cmState'Brad King2016-10-20151-2350/+2550
|\ \ \
| * | | cmListFileCache: Remove cmState header includeStephen Kelly2016-10-1944-1/+44
| * | | cmTargetPropertyComputer: Add missing includeStephen Kelly2016-10-191-0/+1
| * | | cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-1924-1133/+1226
| * | | cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-1962-61/+62
| * | | cmState: Move extracted declarations to a separate fileStephen Kelly2016-10-192-45/+56
| * | | cmState: Remove compatibility typedefsStephen Kelly2016-10-191-3/+0
| * | | cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-1918-59/+54
| * | | cmState: Move Snapshot type to separate namespaceStephen Kelly2016-10-192-172/+174
| * | | cmState: Port dependent code to new cmStateDirectory nameStephen Kelly2016-10-1914-19/+19
| * | | cmState: Move Directory class to separate namespaceStephen Kelly2016-10-192-115/+115
| * | | cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-1950-191/+211
| * | | cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-1972-828/+855
| * | | cmState: Move SnapshotType enum to separate namespaceStephen Kelly2016-10-182-31/+34
| * | | cmState: Move PositionType to separate namespaceStephen Kelly2016-10-182-29/+29
| * | | cmState: Move PolicyStackEntry to separate namespaceStephen Kelly2016-10-182-11/+12
| * | | cmState: Move SnapshotDataType to separate namespaceStephen Kelly2016-10-182-4/+5
| * | | cmState: Move nested struct into separate top-level namespaceStephen Kelly2016-10-182-9/+16
| * | | cmServerProtocol: Remove unused headerStephen Kelly2016-10-181-1/+0
| * | | cmCommandArgumentParserHelper: Remove unused headerStephen Kelly2016-10-181-1/+0
| |/ /
* | | CMake Nightly Date StampKitware Robot2016-10-201-1/+1
| |/ |/|
* | Merge topic 'cmake-server-pipe-mode-fix'Brad King2016-10-191-6/+5
|\ \
| * | server-mode: Fix named pipe modeTobias Hunger2016-10-181-6/+5
| * | Merge branch 'cmake-server-improve-shutdown' into releaseBrad King2016-10-043-53/+132
| |\ \
* | | | CMake Nightly Date StampKitware Robot2016-10-191-1/+1
| |_|/ |/| |
* | | Merge topic 'timeout_after_match_testtime'Brad King2016-10-181-0/+1
|\ \ \
| * | | CTest: report time spent after matching outputZack Galbreath2016-10-171-0/+1
* | | | Merge topic 'propagate_ctest_use_launchers'Brad King2016-10-181-0/+4
|\ \ \ \
| * | | | ctest_configure: Propagate CTEST_USE_LAUNCHERS from caller to projectBill Hoffman2016-10-171-0/+4
* | | | | Merge topic 'math-EXPR-unary'Brad King2016-10-183-862/+1157
|\ \ \ \ \
| * | | | | math(EXPR): Add support for unary `+` and `-` expressionsBrad King2016-10-142-57/+94
| * | | | | cmExprParser: Revise indentation style to match rest of CMakeBrad King2016-10-142-115/+155