| Commit message (Expand) | Author | Age | Files | Lines |
* | cmStateSnapshot::GetDefinition(): Return std::string const* | Vitaly Stakhovsky | 2018-09-06 | 1 | -3/+3 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -15/+12 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+0 |
|
|
* | 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 | -0/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a load of include-what-you-use violations | 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 | -55/+39 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -7/+0 |
|
|
* | cmDefinitions: Implement in terms of cmLinkedTree. | Stephen Kelly | 2015-08-23 | 1 | -7/+7 |
|
|
* | cmMakefile: Remove VarUsageStack. | Stephen Kelly | 2015-05-19 | 1 | -3/+4 |
|
|
* | cmMakefile: Remove VarInitStack. | Stephen Kelly | 2015-05-19 | 1 | -0/+14 |
|
|
* | cmMakefile: Mark definitions explicitly erased, even at top level. | Stephen Kelly | 2015-05-19 | 1 | -5/+0 |
|
|
* | cmMakefile: Raise variable in scope explicitly when needed. | Stephen Kelly | 2015-05-19 | 1 | -3/+13 |
|
|
* | cmDefinitions: Make the ClosureKeys method static. | Stephen Kelly | 2015-05-17 | 1 | -7/+13 |
|
|
* | cmDefinitions: Centralize knowledge of iterator type. | Stephen Kelly | 2015-05-17 | 1 | -19/+14 |
|
|
* | cmDefinitions: Remove internal MakeClosure method. | Stephen Kelly | 2015-05-17 | 1 | -13/+4 |
|
|
* | cmDefinitions: Make GetInternal method static. | Stephen Kelly | 2015-05-01 | 1 | -9/+9 |
|
|
* | cmDefinitions: Use static member without this->. | Stephen Kelly | 2015-05-01 | 1 | -1/+1 |
|
|
* | cmDefinitions: Remove Parent pointer. | Stephen Kelly | 2015-05-01 | 1 | -6/+0 |
|
|
* | cmDefinitions: Accept varStack iterators in Get API. | Stephen Kelly | 2015-05-01 | 1 | -7/+14 |
|
|
* | cmDefinitions: Invert conditional code. | Stephen Kelly | 2015-04-29 | 1 | -5/+6 |
|
|
* | cmDefinitions: Externalize looping for ClosureKeys. | Stephen Kelly | 2015-04-29 | 1 | -15/+8 |
|
|
* | cmDefinitions: Implement MakeClosure in terms of reverse iterators. | Stephen Kelly | 2015-04-29 | 1 | -9/+9 |
|
|
* | cmDefinitions: Convert MakeClosure into a static method. | Stephen Kelly | 2015-04-29 | 1 | -9/+4 |
|
|
* | cmDefinitions: Implement MakeClosure in terms of a list of ancestors. | Stephen Kelly | 2015-04-29 | 1 | -12/+13 |
|
|
* | cmDefinitions: Use list of cmDefinitions* to create closure. | Stephen Kelly | 2015-04-29 | 1 | -3/+11 |
|
|
* | cmDefinitions: Replace recursion with loop. | Stephen Kelly | 2015-04-29 | 1 | -18/+16 |
|
|
* | cmDefinitions: Replace private constructor with MakeClosure. | Stephen Kelly | 2015-04-29 | 1 | -11/+6 |
|
|
* | cmDefinitions: Make ClosureKeys API vector-based. | Stephen Kelly | 2015-04-29 | 1 | -7/+5 |
|
|
* | cmDefinitions: Inline GetClosureKeys implementation. | Stephen Kelly | 2015-04-29 | 1 | -7/+1 |
|
|
* | cmDefinitions: Replace ClosureKeys recursion with looping. | Stephen Kelly | 2015-04-29 | 1 | -14/+14 |
|
|
* | cmDefinitions: Change LocalKeys to return a vector. | Stephen Kelly | 2015-04-29 | 1 | -3/+4 |
|
|
* | cmDefinitions: Externalize the Set logic. | Stephen Kelly | 2015-04-29 | 1 | -10/+1 |
|
|
* | cmDefinitions: Add an Erase method. | Stephen Kelly | 2015-04-29 | 1 | -0/+5 |
|
|
* | cmDefinitions: Inline SetInternal method. | Stephen Kelly | 2015-04-28 | 1 | -15/+9 |
|
|
* | cmDefinitions: Remove unused Set return value. | Stephen Kelly | 2015-04-28 | 1 | -5/+3 |
|
|
* | cmDefinitions: Remove unused method. | Stephen Kelly | 2015-04-28 | 1 | -7/+0 |
|
|
* | Merge topic 'revert-definition-map-lookup' | Brad King | 2014-10-27 | 1 | -17/+5 |
|\ |
|
| * | Revert "cmDefinitions: Don't store parent lookups" | Ben Boeckel | 2014-10-24 | 1 | -17/+5 |
|
|
* | | cmDefinitions: Use a hashmap for faster checks | Ben Boeckel | 2014-06-09 | 1 | -2/+3 |
|
|
* | | cmDefinitions: Avoid a find-then-insert when setting variables | Ben Boeckel | 2014-06-09 | 1 | -10/+1 |
|/ |
|
* | cmDefinitions: Don't store parent lookups | Ben Boeckel | 2014-06-09 | 1 | -5/+17 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -10/+10 |
|
|
* | stringapi: Use strings for variable names | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | Only return local keys that are defined | Ben Boeckel | 2010-09-16 | 1 | -1/+4 |
|
|
* | Add method to get the local scope variables | Ben Boeckel | 2010-09-01 | 1 | -0/+13 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|