| Commit message (Expand) | Author | Age | Files | Lines |
* | cmA*Command: Turn into free functions | Regina Pfeifer | 2019-08-07 | 1 | -31/+2 |
|
|
* | modernize: manage cmCommand instances using unique_ptr. | Marc Chevrier | 2019-07-14 | 1 | -1/+6 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -2/+2 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | cmCommand: remove unused methods from interface and all implementations | Daniel Pfeifer | 2017-05-11 | 1 | -5/+0 |
|
|
* | 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 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -0/+6 |
|
|
* | Make cmCommand not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 1 | -2/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -4/+4 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -7/+4 |
|
|
* | stringapi: Command names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Drop builtin command documentation | Brad King | 2013-10-16 | 1 | -136/+0 |
|
|
* | Fix warnings about \brief usage | Sean McBride | 2013-10-08 | 1 | -3/+1 |
|
|
* | AddCustomCommand: Handle multiple IMPLICIT_DEPENDS files (#10048) | Alex Neundorf | 2012-11-06 | 1 | -1/+4 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -5/+5 |
|
|
* | Add 'const' qualifier to some cmCommand members | Yury G. Kudryashov | 2012-02-29 | 1 | -3/+3 |
|
|
* | Document caveat of custom commands in multiple targets (#12311) | Brad King | 2011-06-30 | 1 | -0/+4 |
|
|
* | Handle relative WORKING_DIRECTORY in add_custom_(command|target) | Brad King | 2011-01-26 | 1 | -0/+2 |
|
|
* | Introduce "generator expression" syntax to custom commands (#11209) | Brad King | 2010-12-15 | 1 | -2/+10 |
|
|
* | Document custom command behavior without DEPENDS (#11407) | Brad King | 2010-11-05 | 1 | -0/+3 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Clarify VERBATIM option documentation | Brad King | 2009-04-01 | 1 | -6/+7 |
|
|
* | ENH: Document scope of add_custom_command outputs | Brad King | 2009-03-30 | 1 | -3/+8 |
|
|
* | ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command() | Brad King | 2008-06-02 | 1 | -7/+1 |
|
|
* | ENH: Add SKIP_RULE_DEPENDS option for add_custom_command() | Brad King | 2008-05-14 | 1 | -1/+7 |
|
|
* | ENH: Make add_custom_command interpret relative OUTPUT locations with respect... | Brad King | 2008-01-30 | 1 | -0/+3 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -4/+4 |
|
|
* | ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works... | Brad King | 2007-09-17 | 1 | -0/+10 |
|
|
* | STYLE: add more docs | Bill Hoffman | 2007-07-17 | 1 | -1/+4 |
|
|
* | BUG: Target names in the COMMAND part of a custom command should not create a... | Brad King | 2007-05-23 | 1 | -1/+17 |
|
|
* | BUG: COMMENT was missing from docs. | Brad King | 2006-10-04 | 1 | -3/+4 |
|
|
* | ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to... | Brad King | 2006-10-04 | 1 | -2/+10 |
|
|
* | ENH: Added SYMBOLIC source file property to mark custom command outputs that ... | Brad King | 2006-10-02 | 1 | -1/+4 |
|
|
* | ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET comman... | Brad King | 2006-09-28 | 1 | -3/+11 |
|
|
* | BUG: Clarified documentation about custom command outputs and custom target d... | Brad King | 2006-06-15 | 1 | -4/+6 |
|
|
* | ENH: Added support for multiple outputs generated by a single custom command.... | Brad King | 2006-04-11 | 1 | -1/+3 |
|
|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -1/+5 |
|
|
* | BUG: Fixed formatting of generated documentation. | Brad King | 2005-02-22 | 1 | -3/+3 |
|
|
* | ENH: Updated implementation of custom commands. Multiple command lines are n... | Brad King | 2005-02-22 | 1 | -6/+9 |
|
|
* | update docs | Ken Martin | 2004-04-22 | 1 | -1/+4 |
|
|
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
|
|
* | ENH: Tweaked whitespace in documentation of command. | Brad King | 2003-08-06 | 1 | -8/+6 |
|
|
* | command should nto be inherited | Bill Hoffman | 2003-06-04 | 1 | -6/+0 |
|
|
* | better docs | Ken Martin | 2003-06-03 | 1 | -29/+0 |
|
|
* | better docs | Ken Martin | 2003-06-03 | 1 | -20/+6 |
|
|
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -25/+52 |
|
|
* | Fix to documentation formatting: removed extra newline. | Brad King | 2003-02-19 | 1 | -1/+1 |
|
|