| Commit message (Expand) | Author | Age | Files | Lines |
* | cmListFileCache: Make cmListFileFunction a shared pointer | Oleksandr Koval | 2020-10-01 | 1 | -7/+50 |
|
|
* | cmake_language: Add signature to DEFER calls to later times | Brad King | 2020-09-29 | 1 | -2/+8 |
|
|
* | cmListFileCache: Add explicit constructors | Brad King | 2020-09-28 | 1 | -0/+8 |
|
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|
|
* | Add BTs helper to support multiple backtraces | Justin Goshi | 2020-07-06 | 1 | -0/+26 |
|
|
* | cmake_command: Add command to EVAL a CMake script as a string | Cristian Adam | 2020-03-03 | 1 | -0/+3 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | cleanup: Prefer compiler provided special member functions | Regina Pfeifer | 2019-01-25 | 1 | -10/+0 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -4/+4 |
|
|
* | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 1 | -2/+2 |
|
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -17/+7 |
|
|
* | clang-tidy: Remove redundant member initializations | Regina Pfeifer | 2018-12-15 | 1 | -5/+2 |
|
|
* | cmLocalGenerator::AppendDefines: Remove const char* overloads | Vitaly Stakhovsky | 2018-10-26 | 1 | -1/+2 |
|
|
* | cmListFileCache: Add ExpandListWithBacktrace helper | Brad King | 2018-10-17 | 1 | -0/+3 |
|
|
* | cmListFileCache: Add wrapper template for values with a backtrace | Brad King | 2018-10-17 | 1 | -0/+29 |
|
|
* | clang-tidy: restore 'misc-noexcept-move-constructor' | Brad King | 2018-09-26 | 1 | -2/+4 |
|
|
* | cmListFileCache: Add missing assertion in backtrace Top method | Brad King | 2018-09-26 | 1 | -1/+1 |
|
|
* | cmListFileCache: Refactor cmListFileBacktrace internals | Brad King | 2018-09-24 | 1 | -11/+15 |
|
|
* | Revise implementation of case-insensitive command names | Florian Jacomme | 2018-05-22 | 1 | -4/+15 |
|
|
* | misc: Added utility method to allow working with stacks | Justin Berger | 2017-11-01 | 1 | -0/+4 |
|
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -3/+3 |
|
|
* | cmListFileArgument: remove custom copy ctor | Daniel Pfeifer | 2017-04-21 | 1 | -6/+0 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -1/+0 |
|
|
* | cmState: Split auxiliary classes into separate files | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | cmState: Port dependent code to new cmStateSnapshot name | Stephen Kelly | 2016-10-19 | 1 | -5/+5 |
|
|
* | cmListFileBacktrace: Add a method to retrieve the Bottom of a snapshot | Stephen Kelly | 2016-10-15 | 1 | -0/+2 |
|
|
* | 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 | -2/+5 |
|
|
* | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | Parser: Port away from cmMakefile | Stephen Kelly | 2016-08-25 | 1 | -2/+3 |
|
|
* | Parser: Out-of-line conditional code to cmMakefile | Stephen Kelly | 2016-06-13 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -18/+36 |
|
|
* | cmListFileBacktrace: Refactor storage to provide efficient value semantics | Brad King | 2016-04-18 | 1 | -10/+46 |
|
|
* | cmState: Avoid accumulating snapshot storage for backtraces | Brad King | 2016-04-15 | 1 | -2/+1 |
|
|
* | cmListFileCache: Fix warning about inconsistent use of class/struct | Tobias Hunger | 2016-02-11 | 1 | -1/+2 |
|
|
* | Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-f... | Brad King | 2015-11-25 | 1 | -4/+2 |
|\ |
|
| * | cmListFileCache: Implement cmListFileBacktrace ctor/dtor out-of-line | Brad King | 2015-11-25 | 1 | -4/+2 |
|
|
* | | cmTarget: Split storage of link implementation from backtraces. | Stephen Kelly | 2015-10-08 | 1 | -9/+0 |
|/ |
|
* | cmListFileBacktrace: Constify API. | Stephen Kelly | 2015-07-18 | 1 | -2/+2 |
|
|
* | cmListFileBacktrace: Implement in terms of cmState::Snapshot. | Stephen Kelly | 2015-07-06 | 1 | -5/+5 |
|
|
* | cmListFile: Remove FilePath member from cmListFileContext. | Stephen Kelly | 2015-07-06 | 1 | -1/+18 |
|
|
* | cmListFileArgument: Remove FilePath member. | Stephen Kelly | 2015-06-21 | 1 | -7/+5 |
|
|
* | cmListFileBacktrace: Replace local generator with cmState::Snapshot. | Stephen Kelly | 2015-06-06 | 1 | -4/+4 |
|
|
* | cmListFileBacktrace: Internalize the step of making paths relative. | Stephen Kelly | 2015-06-02 | 1 | -4/+0 |
|
|
* | cmMakefile: Make cmListFileBacktrace default constructible. | Stephen Kelly | 2015-06-02 | 1 | -1/+1 |
|
|
* | cmListFileBacktrace: Hide the context-stack implementation detail. | Stephen Kelly | 2015-05-18 | 1 | -1/+6 |
|
|
* | cmListFileContext: Implement EqualityComparable. | Stephen Kelly | 2015-05-18 | 1 | -0/+2 |
|
|
* | cmListFileContext: Implement LessThanComparable. | Stephen Kelly | 2015-05-18 | 1 | -0/+1 |
|
|