summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * | | cmExprParser: Port to bison 3Brad King2016-10-143-792/+1010
* | | | CMake Nightly Date StampKitware Robot2016-10-181-1/+1
| |_|/ |/| |
* | | Merge topic 'extract-computed-target-properties'Brad King2016-10-1710-290/+489
|\ \ \
| * | | cmTarget: Implement GetProperty in terms of cmState::SnapshotStephen Kelly2016-10-161-3/+10
| * | | cmTarget: Group code for checking written properties togetherStephen Kelly2016-10-161-25/+25
| * | | cmTarget: Move sanity checks and computed property access to callersStephen Kelly2016-10-165-22/+45
| * | | cmGeneratorTarget: Implement cmTargetPropertyComputer interfaceStephen Kelly2016-10-152-0/+40
| * | | cmTargetPropertyComputer: Template some methods on the TargetStephen Kelly2016-10-153-199/+200
| * | | cm{,Generator}Target: Add global generator accessorsStephen Kelly2016-10-154-0/+15
| * | | cmTargetPropertyComputer: Unify whitelist handling from cmTargetStephen Kelly2016-10-153-21/+29
| * | | cmTargetPropertyComputer: Move whitelist check from cmTargetStephen Kelly2016-10-153-35/+37
| * | | cmTargetPropertyComputer: Extract into new filesStephen Kelly2016-10-154-245/+289
| * | | cmTargetPropertyComputer: Implement GetProperty without cmMakefileStephen Kelly2016-10-151-24/+32
| * | | cmListFileBacktrace: Add a method to retrieve the Bottom of a snapshotStephen Kelly2016-10-151-0/+2
| * | | cmTarget: Extract GetLocation methodStephen Kelly2016-10-151-38/+54
| * | | cmTarget: Extract GetSources methodStephen Kelly2016-10-151-83/+92
| * | | cmTarget: Extract location computation methodsStephen Kelly2016-10-151-54/+44
| * | | cmTarget: Split property computation into separate classStephen Kelly2016-10-152-54/+78
| * | | cmTarget: Move IMPORTED check to callersStephen Kelly2016-10-151-6/+7
| * | | cmTarget: Move SOURCES property computation before the restStephen Kelly2016-10-151-85/+85
| * | | cmTarget: Remove mutable marker from propertiesStephen Kelly2016-10-152-3/+3
| * | | cmTarget: Use static storage for computed propertiesStephen Kelly2016-10-151-12/+21
| |/ /
* | | Merge topic 'extract-cmRulePlaceholderExpander'Brad King2016-10-1713-439/+633
|\ \ \
| * | | cmRulePlaceholderExpander: Port clients to direct-useStephen Kelly2016-10-1510-66/+91
| * | | cmRulePlaceholderExpander: Extract from cmLocalGeneratorStephen Kelly2016-10-155-321/+397
| * | | cmLocalGenerator: Move memset to cxx fileStephen Kelly2016-10-152-1/+6
| * | | cmLocalGenerator: Use strings instead of a Target in rule replacementStephen Kelly2016-10-158-12/+28