| Commit message (Expand) | Author | Age | Files | Lines |
* | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -2/+1 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -2/+3 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -0/+2 |
|
|
* | Merge topic 'add-test-command-expand-lists' | Brad King | 2019-06-12 | 1 | -8/+29 |
|\ |
|
| * | add_test: Add COMMAND_EXPAND_LISTS option | Sergey Bobrenok | 2019-06-07 | 1 | -8/+29 |
|
|
* | | cmPropertyMap: Use std::string as value container class | Sebastian Holtermann | 2019-06-08 | 1 | -1/+0 |
|
|
* | | cmPropertyMap: Add GetList method | Sebastian Holtermann | 2019-06-08 | 1 | -6/+4 |
|/ |
|
* | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -1/+1 |
|
|
* | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -10/+7 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
|
|
* | CROSSCOMPILING_EMULATOR: Fix test generation for empty value | Kyle Edwards | 2019-01-21 | 1 | -1/+1 |
|
|
* | IWYU: Update CMake code for IWYU built with Clang 6 | Brad King | 2019-01-15 | 1 | -2/+1 |
|
|
* | TestGenerator: Record support file and line where test was added | Justin Goshi | 2019-01-08 | 1 | -17/+42 |
|
|
* | cmCompiledGeneratorExpression::Evaluate(): return const std::string& | Vitaly Stakhovsky | 2018-08-09 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -2/+3 |
|
|
* | server: ctestInfo fix to return all tests | Justin Goshi | 2017-11-17 | 1 | -0/+10 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -11/+9 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -2/+2 |
|
|
* | cmScriptGenerator: pass Indent by value | Daniel Pfeifer | 2017-04-21 | 1 | -9/+5 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -5/+4 |
|
|
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -1/+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/+1 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-16 | 1 | -0/+8 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -70/+45 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -8/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | Remove some obsolete declarations | Stephen Kelly | 2015-10-27 | 1 | -2/+0 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Store cmGeneratorTargets. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | cmGeneratorExpression: Port to cmLocalGenerator. | Stephen Kelly | 2015-10-12 | 1 | -3/+3 |
|
|
* | cmTestGenerator: Require cmLocalGenerator, not cmMakefile. | Stephen Kelly | 2015-08-23 | 1 | -5/+14 |
|
|
* | Move GetFullPath to cmGeneratorTarget | Stephen Kelly | 2015-07-27 | 1 | -1/+1 |
|
|
* | Genex: Store a backtrace, not a pointer to one. | Stephen Kelly | 2015-07-17 | 1 | -1/+1 |
|
|
* | Port static calls from cmLocalGenerator to cmOutputConverter. | Stephen Kelly | 2015-06-06 | 1 | -7/+7 |
|
|
* | Don't use a cmLocalGenerator instance to call static methods. | Stephen Kelly | 2015-05-14 | 1 | -9/+7 |
|
|
* | TestGenerator: Add CROSSCOMPILING_EMULATOR support. | Matt McCormick | 2015-04-08 | 1 | -1/+20 |
|
|
* | genex: remove the need for backtraces | Ben Boeckel | 2014-06-05 | 1 | -1/+1 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -1/+1 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 1 | -1/+1 |
|
|
* | Merge branch 'test-property-genex' into generate-modern-style | Brad King | 2013-09-20 | 1 | -22/+34 |
|\ |
|
| * | cmTestGenerator: Evaluate generator expressions in test properties | Ben Boeckel | 2013-09-20 | 1 | -1/+2 |
|
|
| * | cmTestGenerator: Separate test properties for each configuration | Brad King | 2013-09-20 | 1 | -22/+33 |
|
|
* | | Generate modern-style cmake code. | Stephen Kelly | 2013-08-22 | 1 | -4/+4 |
|/ |
|
* | Use cmsys::auto_ptr to manage cmCompiledGeneratorExpressions | Stephen Kelly | 2012-12-20 | 1 | -2/+2 |
|
|
* | cmGeneratorExpression: Port users to two-stage processing | Stephen Kelly | 2012-09-18 | 1 | -4/+4 |
|
|
* | CTest: Report tests not run due to unknown configuration | Brad King | 2011-06-10 | 1 | -0/+16 |
|
|