| Commit message (Expand) | Author | Age | Files | Lines |
* | cmAddCustomCommand: Initialize static std::unordered_set on construction | Sebastian Holtermann | 2019-06-04 | 1 | -24/+23 |
|
|
* | Support job pools in custom commands and targets | Rosen Matev | 2019-05-14 | 1 | -3/+16 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -4/+4 |
|
|
* | add_custom_{command,target}: Fix WORKING_DIRECTORY leading genex | Brad King | 2018-11-03 | 1 | -6/+0 |
|
|
* | cmMakefile: return directories as const std::string& | Vitaly Stakhovsky | 2018-08-27 | 1 | -1/+1 |
|
|
* | Merge topic 'std-string-apis' | Brad King | 2018-02-01 | 1 | -2/+2 |
|\ |
|
| * | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -3/+3 |
|
|
* | | cmAddCustomCommandCommand: use std::string const& for FileIsFullPath | Ben Boeckel | 2018-01-31 | 1 | -1/+1 |
|
|
* | | cmAddCustomCommandCommand: store keywords in strings | Ben Boeckel | 2018-01-31 | 1 | -49/+99 |
|/ |
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -4/+3 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -9/+6 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -1/+1 |
|
|
* | add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option | Ed Branch | 2017-01-14 | 1 | -2/+7 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -2/+10 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Make the add_custom_command output more predictable | Stephen Kelly | 2016-09-19 | 1 | -2/+2 |
|
|
* | add_custom_command: Add DEPFILE option for Ninja | Kulla Christoph | 2016-08-30 | 1 | -3/+16 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -238/+157 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -1/+0 |
|
|
* | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -2/+1 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -4/+4 |
|
|
* | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 1 | -5/+21 |
|
|
* | Add USES_TERMINAL option for custom commands | Peter Collingbourne | 2014-11-14 | 1 | -2/+12 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -1/+1 |
|
|
* | add_custom_command: Normalize OUTPUT and DEPENDS paths. | Stephen Kelly | 2014-05-28 | 1 | -0/+4 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -1/+1 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -11/+11 |
|
|
* | add_custom_command: Disallow use of SOURCE signatures. | Stephen Kelly | 2014-02-12 | 1 | -0/+30 |
|
|
* | Normalize slashes of add_custom_(command|target) DEPENDS (#11973) | Brad King | 2011-03-30 | 1 | -3/+9 |
|
|
* | Handle relative WORKING_DIRECTORY in add_custom_(command|target) | Brad King | 2011-01-26 | 1 | -0/+7 |
|
|
* | Normalize add_custom_command OUTPUT names (#10485) | Brad King | 2010-12-15 | 1 | -0/+1 |
|
|
* | 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 | -18/+3 |
|
|
* | ENH: Add SKIP_RULE_DEPENDS option for add_custom_command() | Brad King | 2008-05-14 | 1 | -3/+18 |
|
|
* | ENH: Make add_custom_command interpret relative OUTPUT locations with respect... | Brad King | 2008-01-30 | 1 | -1/+11 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -2/+2 |
|
|
* | ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works... | Brad King | 2007-09-17 | 1 | -0/+52 |
|
|
* | ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to... | Brad King | 2006-10-04 | 1 | -0/+35 |
|
|
* | BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri... | Brad King | 2006-09-28 | 1 | -6/+8 |
|
|
* | ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET comman... | Brad King | 2006-09-28 | 1 | -7/+15 |
|
|
* | ENH: Added support for multiple outputs generated by a single custom command.... | Brad King | 2006-04-11 | 1 | -31/+39 |
|
|
* | ENH: Allow blocking of writing into the source tree | Andy Cedilnik | 2006-03-22 | 1 | -0/+22 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -4/+4 |
|
|
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -5/+7 |
|
|
* | ENH: fix broken tests | Bill Hoffman | 2006-02-08 | 1 | -1/+0 |
|
|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -3/+13 |
|
|
* | ENH: fix for earlier fix on source with relative path | Ken Martin | 2005-08-08 | 1 | -1/+1 |
|
|