Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer front/back/data over dereferencing begin/rbegin iter | Artur Ryt | 2019-02-06 | 1 | -1/+1 |
| | | | | Changed for sequenced containers: vector, list, string and array | ||||
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
| | | | | | | Suppress some cases in `Source/cmGeneratorExpressionNode.cxx` and `Source/cmUVHandlePtr.h` where a few older compilers require a user-defined default constructor (with `{}`). | ||||
* | Call GetRealPath through cmSystemTools instead of KWSys directly | Manuel Núñez | 2017-10-24 | 1 | -5/+5 |
| | | | | This will allow a wrapper to be added to extend functionality. | ||||
* | Migrate cmFilePathChecksum to C++11 | Sebastian Holtermann | 2017-10-01 | 1 | -26/+25 |
| | |||||
* | cmFilePathChecksum: Make methods const useable | Sebastian Holtermann | 2017-02-19 | 1 | -2/+2 |
| | |||||
* | QtAutogen: Use checksum based subdirectories to avoid name collisions | Sebastian Holtermann | 2016-12-07 | 1 | -0/+88 |