| Commit message (Expand) | Author | Age | Files | Lines |
* | cmCustomCommand: Track main dependency explicitly | NAKAMURA Takumi | 2021-12-14 | 1 | -0/+24 |
|
|
* | cmCustomCommand: Move constructor arguments to individual setters | NAKAMURA Takumi | 2021-11-18 | 1 | -18/+35 |
|
|
* | add_custom_command: Target-dependent generator expression support | Raul Tambre | 2021-05-31 | 1 | -0/+10 |
|
|
* | cmCustomCommand: Record value of CMP0116 at time of creation | Kyle Edwards | 2021-02-23 | 1 | -0/+10 |
|
|
* | Add support to indicate UTF-8 custom command pipe output encoding | Justin Goshi | 2020-04-13 | 1 | -1/+3 |
|
|
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -4/+4 |
|
|
* | cmCustomCommand: Explicitly pass backtrace on construction | Daniel Eiband | 2019-11-24 | 1 | -7/+3 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+2 |
|
|
* | add_custom_command: Refactor setting implicit depends | Daniel Eiband | 2019-09-12 | 1 | -4/+3 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -5/+4 |
|
|
* | Support job pools in custom commands and targets | Rosen Matev | 2019-05-14 | 1 | -0/+10 |
|
|
* | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 1 | -8/+10 |
|
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -3/+0 |
|
|
* | clang-tidy: Remove redundant member initializations | Regina Pfeifer | 2018-12-15 | 1 | -1/+0 |
|
|
* | cmCustomCommand: remove the default constructor | Vitaly Stakhovsky | 2018-10-14 | 1 | -10/+0 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -2/+0 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -2/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option | Ed Branch | 2017-01-14 | 1 | -0/+12 |
|
|
* | 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 | -1/+1 |
|
|
* | add_custom_command: Add DEPFILE option for Ninja | Kulla Christoph | 2016-08-30 | 1 | -0/+10 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -1/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -2/+2 |
|
|
* | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -20/+19 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -19/+0 |
|
|
* | cmCustomCommand: Remove special member functions. | Stephen Kelly | 2015-06-07 | 1 | -45/+0 |
|
|
* | cmCustomCommand: Re-arrange data layout. | Stephen Kelly | 2015-06-07 | 1 | -7/+5 |
|
|
* | cmMakefile: Make cmListFileBacktrace default constructible. | Stephen Kelly | 2015-06-02 | 1 | -2/+2 |
|
|
* | Use insert instead of a loop in some cases. | Stephen Kelly | 2015-01-11 | 1 | -10/+3 |
|
|
* | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 1 | -0/+10 |
|
|
* | Add USES_TERMINAL option for custom commands | Peter Collingbourne | 2014-11-14 | 1 | -1/+16 |
|
|
* | backtrace: Convert to local paths in IssueMessage | Ben Boeckel | 2014-06-05 | 1 | -1/+3 |
|
|
* | genex: remove the need for backtraces | Ben Boeckel | 2014-06-05 | 1 | -11/+5 |
|
|
* | cmMakefile: return a backtrace | Ben Boeckel | 2014-06-05 | 1 | -1/+1 |
|
|
* | cmCustomCommand: Return std::string from GetWorkingDirectory | Brad King | 2014-03-12 | 1 | -10/+0 |
|
|
* | cmMakefile: Consify custom command API. | Stephen Kelly | 2014-01-22 | 1 | -1/+1 |
|
|
* | add_custom_command: Manage backtrace memory correctly (#14299) | Brad King | 2013-07-17 | 1 | -0/+28 |
|
|
* | Record backtrace in cmCustomCommand | Brad King | 2010-12-15 | 1 | -3/+24 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command() | Brad King | 2008-06-02 | 1 | -15/+3 |
|
|
* | ENH: Add SKIP_RULE_DEPENDS option for add_custom_command() | Brad King | 2008-05-14 | 1 | -3/+15 |
|
|
* | ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works... | Brad King | 2007-09-17 | 1 | -0/+20 |
|
|
* | ENH: Removed "Used" mark from custom commands. It is no longer needed or che... | Brad King | 2007-05-28 | 1 | -3/+0 |
|
|
* | ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to... | Brad King | 2006-10-04 | 1 | -0/+20 |
|
|
* | BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri... | Brad King | 2006-09-28 | 1 | -3/+9 |
|
|
* | COMP: Fix init order. | Brad King | 2006-09-27 | 1 | -2/+2 |
|
|
* | BUG: The copy constructor should copy the escape settings. | Brad King | 2006-09-27 | 1 | -3/+3 |
|
|
* | ENH: Re-implemented command line argument shell quoting to support several pl... | Brad King | 2006-09-27 | 1 | -0/+30 |
|
|