Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmListFileCache: Make cmListFileFunction a shared pointer | Oleksandr Koval | 2020-10-01 | 1 | -2/+2 |
| | | | | | Passing cmListFileFunction everywhere by-value involves big overhead. Now cmListFileFunction stores std::shared_ptr to the underlying data. | ||||
* | cmFunctionBlocker: include missing header | Ben Boeckel | 2020-04-29 | 1 | -0/+1 |
| | | | | | This is needed to have `std::string::operator==` used in the code. Mark it as such since older IWYU releases don't recognize this. | ||||
* | IWYU: mark includes needed for assert statements as needed | Ben Boeckel | 2020-04-29 | 1 | -0/+1 |
| | |||||
* | cmFunctionBlocker: Recycle functions | Regina Pfeifer | 2019-07-31 | 1 | -1/+2 |
| | |||||
* | cmFunctionBlocker: Move check for matching args | Regina Pfeifer | 2019-07-30 | 1 | -1/+22 |
| | |||||
* | cmFunctionBlocker: Move common logic to base | Regina Pfeifer | 2019-07-30 | 1 | -0/+24 |