| Commit message (Expand) | Author | Age | Files | Lines |
* | Add variable CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY | Abdelmaged Khalifa | 2023-02-17 | 1 | -1/+2 |
|
|
* | add_custom_command: Add DEPENDS_EXPLICIT_ONLY option for Ninja | Abdelmaged Khalifa | 2023-02-14 | 1 | -1/+7 |
|
|
* | cmCustomCommand: Track main dependency explicitly | NAKAMURA Takumi | 2021-12-14 | 1 | -1/+2 |
|
|
* | cmMakefile: Simplify Add*Command and adopt to cmAddCustom*Command | NAKAMURA Takumi | 2021-11-18 | 1 | -10/+18 |
|
|
* | cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}Command | NAKAMURA Takumi | 2021-11-18 | 1 | -8/+6 |
|
|
* | cmCustomCommand: Record value of CMP0116 at time of creation | Kyle Edwards | 2021-02-23 | 1 | -6/+8 |
|
|
* | Makefiles: Add support of DEPFILE for add_custom_command | Marc Chevrier | 2020-12-23 | 1 | -0/+6 |
|
|
* | add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTS | Brad King | 2020-12-11 | 1 | -8/+0 |
|
|
* | cmAddCustom{Command,Target}Command: Skip conversions on genex paths | Brad King | 2020-12-10 | 1 | -1/+3 |
|
|
* | cmAddCustomCommandCommand: Drop outdated comment | Brad King | 2020-10-27 | 1 | -9/+1 |
|
|
* | Remove unnecessary arbitrary CollapseFullPath second arguments | Brad King | 2020-10-27 | 1 | -2/+1 |
|
|
* | cmMakefile: Drop unnecessary custom command APPEND check | Brad King | 2020-10-08 | 1 | -10/+3 |
|
|
* | Ninja Multi-Config: Add support for DEPFILE option in add_custom_command() | Kyle Edwards | 2020-02-07 | 1 | -1/+1 |
|
|
* | cmake: avoid getcwd in `CollapseFullPath` | Tim Blechmann | 2020-01-14 | 1 | -1/+2 |
|
|
* | cmAddCustomCommandCommand: remove unnecessary braces | Ben Boeckel | 2019-12-18 | 1 | -2/+2 |
|
|
* | cmMakefile: Delay custom command creation | Daniel Eiband | 2019-11-24 | 1 | -1/+1 |
|
|
* | cmMakefile: Move enumerations into new header | Daniel Eiband | 2019-09-26 | 1 | -5/+5 |
|
|
* | add_custom_command: Format files in error message in a single line | Daniel Eiband | 2019-09-23 | 1 | -2/+2 |
|
|
* | add_custom_target: Add output checks for custom target byproducts | Daniel Eiband | 2019-09-23 | 1 | -32/+4 |
|
|
* | add_custom_command: Add tests for custom command output checks | Daniel Eiband | 2019-09-23 | 1 | -2/+2 |
|
|
* | Refactor: Use cmStrCat to construct error strings | Asit Dhal | 2019-09-18 | 1 | -8/+5 |
|
|
* | Merge topic 'prepare-deferred-custom-command-creation' | Brad King | 2019-09-16 | 1 | -32/+8 |
|\ |
|
| * | add_custom_command: Move append functionality into class cmMakefile | Daniel Eiband | 2019-09-13 | 1 | -9/+3 |
|
|
| * | add_custom_command: Refactor setting implicit depends | Daniel Eiband | 2019-09-12 | 1 | -23/+5 |
|
|
* | | add_custom_command: Delay slash conversion until after genex evaluation | Sebastian Lipponer | 2019-09-13 | 1 | -4/+3 |
|/ |
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -2/+2 |
|
|
* | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -2/+10 |
|
|
* | cmA*Command: Turn into free functions | Regina Pfeifer | 2019-08-07 | 1 | -41/+43 |
|
|
* | 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 |
|
|