| Commit message (Expand) | Author | Age | Files | Lines |
* | cmCommand: De-virtualize function InvokeInitialPass | Regina Pfeifer | 2019-07-21 | 1 | -2/+2 |
|
|
* | cmState: Hold commands by value | Regina Pfeifer | 2019-07-21 | 1 | -0/+18 |
|
|
* | cmCommand: deprecate functions GetMakefile and SetError | Daniel Pfeifer | 2019-07-21 | 1 | -7/+4 |
|
|
* | cmCommand: remove FinalPass from interface | Daniel Pfeifer | 2019-07-18 | 1 | -13/+0 |
|
|
* | modernize: manage cmCommand instances using unique_ptr. | Marc Chevrier | 2019-07-14 | 1 | -1/+2 |
|
|
* | clang-tidy: Use `= delete` | Regina Pfeifer | 2019-01-29 | 1 | -2/+3 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -2/+2 |
|
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -5/+2 |
|
|
* | 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 |
|
|
* | cmCommand: remove unused methods from interface and all implementations | Daniel Pfeifer | 2017-05-11 | 1 | -11/+0 |
|
|
* | cmCommand: remove IsScriptable | Daniel Pfeifer | 2017-05-08 | 1 | -5/+0 |
|
|
* | Use CM_DISABLE_COPY | Daniel Pfeifer | 2017-04-24 | 1 | -4/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | cmConfigure: Ensure separate include block in headers | Daniel Pfeifer | 2017-04-11 | 1 | -0/+1 |
|
|
* | cmDisallowedCommand: extract policy checking from cmCommand | Daniel Pfeifer | 2017-02-13 | 1 | -5/+0 |
|
|
* | cmCommand: make noncopyable | Daniel Pfeifer | 2017-02-13 | 1 | -0/+4 |
|
|
* | cmCommand: remove member Helper | Daniel Pfeifer | 2017-02-13 | 1 | -2/+0 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -2/+9 |
|
|
* | Remove cmObject.h and cmTypeMacro.h | Daniel Pfeifer | 2016-10-24 | 1 | -2/+0 |
|
|
* | Remove cmCommand::Enabled and all related accessors | Daniel Pfeifer | 2016-10-24 | 1 | -23/+1 |
|
|
* | Merge topic 'remove-cmobject-uses' | Brad King | 2016-10-24 | 1 | -9/+5 |
|\ |
|
| * | Make cmCommand not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 1 | -9/+5 |
|
|
* | | cmCommand: implement functions in cxx file | Daniel Pfeifer | 2016-10-21 | 1 | -42/+6 |
|/ |
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -41/+30 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | cmCommand: Remove IsDiscouraged interface. | Stephen Kelly | 2015-09-27 | 1 | -9/+0 |
|
|
* | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -1/+1 |
|
|
* | Replace 'foo.length() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | Remove extra semicolons from C++ code. | Stephen Kelly | 2014-04-03 | 1 | -1/+1 |
|
|
* | stringapi: Command names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Accept strings when setting command errors | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Add infrastructure for policies that disallow commands | Brad King | 2013-10-22 | 1 | -0/+19 |
|
|
* | Drop builtin command documentation | Brad King | 2013-10-16 | 1 | -10/+0 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -11/+11 |
|
|
* | Add 'const' qualifier to some cmCommand members | Yury G. Kudryashov | 2012-02-29 | 1 | -7/+7 |
|
|
* | CPack Documentation extraction from CMake script begins to work | Eric NOULARD | 2012-01-22 | 1 | -0/+11 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Keep only FinalPass commands in memory | Brad King | 2009-07-24 | 1 | -0/+5 |
|
|
* | BUG: Skip a command if its arguments fail to parse | Brad King | 2008-09-24 | 1 | -1/+6 |
|
|
* | ENH: add first cut and policies still need to add the doc support | Ken Martin | 2008-03-01 | 1 | -8/+0 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -3/+5 |
|
|
* | ENH: add framework for unified handling of arguments to cmake commands, | Alexander Neundorf | 2007-07-02 | 1 | -0/+2 |
|
|
* | ENH: Patch from Alex to add IsDiscouraged method for future use in generating... | Brad King | 2006-08-31 | 1 | -0/+9 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -18/+18 |
|
|
* | ENH: Add superclass for all commands and handlers. Improve handlers to have i... | Andy Cedilnik | 2005-06-17 | 1 | -45/+4 |
|
|