summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'ninja-only-object-rules'Brad King2016-10-201-3/+4
|\ | | | | | | | | 3a9e92bc Ninja: Add compile rules only for languages that are actually compiled
| * Ninja: Add compile rules only for languages that are actually compiledBrad King2016-10-181-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | In `WriteLanguageRules` we collect all languages used for source files in a target. However, this only needs to include sources that are actually going to be compiled into object files. No object file build statements will be generated for other sources. This avoids generating language compile rules for source files that are not compiled due to being marked as `HEADER_FILE_ONLY`. Issue: #16373
* | Merge topic 'clang-tidy'Brad King2016-10-2014-87/+136
|\ \ | | | | | | | | | | | | | | | effa6c83 fix more issues reported by clang-tidy fb461cac silence selected clang-tidy violations
| * | 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
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e6eecec7 cmListFileCache: Remove cmState header include e3587ee0 cmTargetPropertyComputer: Add missing include e0a84904 cmState: Split auxiliary classes into separate files a91eaf38 cmState: Port dependents to new cmStateTypes header 27be1d81 cmState: Move extracted declarations to a separate file 34433c88 cmState: Remove compatibility typedefs cde6eb62 cmState: Port dependent code to new cmStateSnapshot name a9bf981a cmState: Move Snapshot type to separate namespace 17d27893 cmState: Port dependent code to new cmStateDirectory name 34bcec39 cmState: Move Directory class to separate namespace 2fe3e55d cmState: Move CacheEntryType enum to separate namespace a49751fb cmState: Move TargetType enum to separate namespace 0060391d cmState: Move SnapshotType enum to separate namespace 5bc964ed cmState: Move PositionType to separate namespace 2dc40996 cmState: Move PolicyStackEntry to separate namespace cb40af5d cmState: Move SnapshotDataType to separate namespace ...
| * | cmListFileCache: Remove cmState header includeStephen Kelly2016-10-1944-1/+44
| | | | | | | | | | | | | | | Include it in dependents which have previously relied on it transitively.
| * | cmTargetPropertyComputer: Add missing includeStephen Kelly2016-10-191-0/+1
| | |
| * | cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-1924-1133/+1226
| | | | | | | | | | | | | | | | | | | | | Port dependents to the new locations as needed. Leave behind a cmState.h include in cmListFileCache to reduce noise. It is removed in a following commit.
| * | 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
| | | | | | | | | | | | Leave behind a typedef to avoid porting dependent code in this commit.
| * | 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
| | | | | | | | | | | | Leave behind a typedef to avoid porting dependent code in this commit.
| * | cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-1950-191/+211
| | | | | | | | | | | | Port dependent code to the change.
| * | 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
| | | | | | | | | | | | Remove friend declarations supporting it being a nested type.
| * | 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
| | | | | | | | | | | | | | | | | | Add a friend declaration to give the struct access to cmState::PositionType. This will be removed when that type is also extracted.
| * | 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
|\ \ | | | | | | | | | | | | 9112c43e server-mode: Fix named pipe mode
| * | server-mode: Fix named pipe modeTobias Hunger2016-10-181-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | Do not treat a pointer itself as a `uv_stream_t`, but instead the pointed-to `uv_pipe_t`. It is unclear how this ever worked before in local testing. While at it, remove duplicate setup code and improve an error message.
| * | 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
|\ \ \ | | | | | | | | | | | | | | | | 909842ff CTest: report time spent after matching output
| * | | CTest: report time spent after matching outputZack Galbreath2016-10-171-0/+1
| | | | | | | | | | | | | | | | | | | | When using the TIMEOUT_AFTER_MATCH test property, only report the time spent by the test after the matching output was found.
* | | | Merge topic 'propagate_ctest_use_launchers'Brad King2016-10-181-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 19beee46 ctest_configure: Propagate CTEST_USE_LAUNCHERS from caller to project
| * | | | ctest_configure: Propagate CTEST_USE_LAUNCHERS from caller to projectBill Hoffman2016-10-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If `CTEST_USE_LAUNCHERS` is `TRUE` in a CTest script then the `ctest_configure` command will add `-DCTEST_USE_LAUNCHERS:BOOL=TRUE` to the cmake command used to configure the project. This allows a project to only set `CTEST_USE_LAUNCHERS` in a ctest script and have launchers work.
* | | | | Merge topic 'math-EXPR-unary'Brad King2016-10-183-862/+1157
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2810e561 math(EXPR): Add support for unary `+` and `-` expressions 834f52a6 cmExprParser: Revise indentation style to match rest of CMake 7aaed265 cmExprParser: Port to bison 3
| * | | | | math(EXPR): Add support for unary `+` and `-` expressionsBrad King2016-10-142-57/+94
| | | | | | | | | | | | | | | | | | | | | | | | Closes: #8996
| * | | | | cmExprParser: Revise indentation style to match rest of CMakeBrad King2016-10-142-115/+155
| | | | | |
| * | | | | cmExprParser: Port to bison 3Brad King2016-10-143-792/+1010
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use %-directives to specify the scanner/lexer arguments and update the yyerror signature. Reduce the list of post-bison modifications needed.
* | | | | | CMake Nightly Date StampKitware Robot2016-10-181-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'extract-computed-target-properties'Brad King2016-10-1710-290/+489
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cef59bb8 cmTarget: Implement GetProperty in terms of cmState::Snapshot 0d57b07a cmTarget: Group code for checking written properties together c3fb0d95 cmTarget: Move sanity checks and computed property access to callers fa9dbc56 cmGeneratorTarget: Implement cmTargetPropertyComputer interface 848ae2a6 cmTargetPropertyComputer: Template some methods on the Target a0a720e6 cm{,Generator}Target: Add global generator accessors 637e3f3e cmTargetPropertyComputer: Unify whitelist handling from cmTarget 05251e6d cmTargetPropertyComputer: Move whitelist check from cmTarget fbf1721c cmTargetPropertyComputer: Extract into new files 390a7d86 cmTargetPropertyComputer: Implement GetProperty without cmMakefile e32a6bdd cmListFileBacktrace: Add a method to retrieve the Bottom of a snapshot 7863fba1 cmTarget: Extract GetLocation method 8096682e cmTarget: Extract GetSources method 7d57c1a2 cmTarget: Extract location computation methods a55cac4b cmTarget: Split property computation into separate class 705fcf52 cmTarget: Move IMPORTED check to callers ...
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The GetProperty method is now just accessing contained data, meaning it can be implemented in cmState. Remove the cmMakefile context from the signature as a result and remove the overload with the same signature. Add a GetComputedProperty to cmTarget so that templates can be properly instantiated. Otherwise the Commands would need to be able to reach the specializations which are currently in cmTarget.cxx. As a side-effect, the CMP0026 warning now gives a backtrace to the target when issued from a generator expression.
| * | | | | cmGeneratorTarget: Implement cmTargetPropertyComputer interfaceStephen Kelly2016-10-152-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Populate a local member for the sources property when the instance is created. Pass the parameter to avoid the policy check when doing so. Ordinarily, the GetSources function should not be called unconditionally (at generate time), but we need to do so here in case the property is read in a generator expression. The intent is to be able to implement cmGeneratorTarget without requiring cmTarget.
| * | | | | cmTargetPropertyComputer: Template some methods on the TargetStephen Kelly2016-10-153-199/+200
| | | | | | | | | | | | | | | | | | | | | | | | Implement the methods for cmTarget in the cmTarget source.
| * | | | | cm{,Generator}Target: Add global generator accessorsStephen Kelly2016-10-154-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide 'static polymorphism' between the types in this aspect so that they can be used indiscriminately in a C++ template.
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Only a cmMessenger and a backtrace are needed.