| Commit message (Expand) | Author | Age | Files | Lines |
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -2/+2 |
|
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -3/+3 |
|
|
* | cmLinkedTree: Remove deprecated std::iterator | Vitaly Stakhovsky | 2019-01-01 | 1 | -2/+1 |
|
|
* | cmLinkedTree: avoid unnecessary copies during Push of T | Matthias Maennich | 2017-10-09 | 1 | -3/+3 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -2/+2 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | use empty method to check for emptyness | Daniel Pfeifer | 2016-09-15 | 1 | -2/+2 |
|
|
* | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -33/+17 |
|
|
* | cmLinkedTree: Add Pop method | Brad King | 2015-11-25 | 1 | -0/+21 |
|
|
* | cmLinkedTree: Rename 'Extend' method to 'Push' | Brad King | 2015-11-25 | 1 | -6/+6 |
|
|
* | cmState: Make it possible to order cmState::Snapshot. | Stephen Kelly | 2015-08-23 | 1 | -0/+7 |
|
|
* | cmLinkedTree: Add Clear API. | Stephen Kelly | 2015-08-02 | 1 | -0/+6 |
|
|
* | cmLinkedTree: Add operator* to the iterator. | Stephen Kelly | 2015-07-04 | 1 | -0/+18 |
|
|
* | cmState: Extract a cmLinkedTree container adaptor. | Stephen Kelly | 2015-06-04 | 1 | -0/+164 |
|
|