| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Fix typos and spelling in comments | Josef Angstenberger | 2021-05-07 | 1 | -1/+1 |
|
|
* | Tests: bump cmake_minimum_required version to 2.8.12 | Rolf Eike Beer | 2021-04-05 | 1 | -1/+1 |
|
|
* | Ninja: Omit custom commands with an empty COMMAND | Shannon Booth | 2020-12-23 | 1 | -0/+4 |
|
|
* | Tests: Avoid duplicate custom commands for Xcode "new build system" | Brad King | 2020-09-18 | 1 | -0/+8 |
|
|
* | add_custom_command: Fix dependency on macOS framework target | Brad King | 2020-01-24 | 1 | -0/+8 |
|
|
* | Tests/CustomCommand: add a test for depending on a `./path` | Ben Boeckel | 2020-01-16 | 1 | -0/+8 |
|
|
* | Tests/CustomCommand: fix custom command line to actually make its output | Ben Boeckel | 2020-01-16 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: collapse the path after construction | Ben Boeckel | 2020-01-16 | 1 | -0/+1 |
|
|
* | add_custom_command: check if a relative path should be an in-source path | Ben Boeckel | 2020-01-16 | 1 | -0/+8 |
|
|
* | add_custom_command: convert DEPENDS path arguments to absolute paths | Ben Boeckel | 2019-12-18 | 1 | -0/+15 |
|
|
* | replace remove and remove_directory with rm in tests | Johnny Jazeix | 2019-11-13 | 1 | -2/+2 |
|
|
* | add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option | Ed Branch | 2017-01-14 | 1 | -0/+21 |
|
|
* | Use string(APPEND) in Tests | Daniel Pfeifer | 2016-07-27 | 1 | -3/+3 |
|
|
* | Merge topic 'fix-OBJECT_DEPENDS-after-path-normalization' | Brad King | 2015-01-29 | 1 | -0/+13 |
|\ |
|
| * | Normalize OBJECT_DEPENDS paths to match custom commands (#15366) | Brad King | 2015-01-28 | 1 | -0/+13 |
|
|
* | | Encoding: Modify tests to work using non-ascii paths. | Clinton Stimpson | 2015-01-09 | 1 | -7/+0 |
|
|
* | | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 1 | -0/+1 |
|
|
* | | Add USES_TERMINAL option for custom commands | Peter Collingbourne | 2014-11-14 | 1 | -0/+23 |
|/ |
|
* | add_custom_command: Normalize OUTPUT and DEPENDS paths. | Stephen Kelly | 2014-05-28 | 1 | -0/+27 |
|
|
* | Replace string(REGEX REPLACE) with string(REPLACE) where possible | Rolf Eike Beer | 2014-04-14 | 1 | -2/+2 |
|
|
* | add_custom_command: Evaluate generator expressions in DEPENDS | Stephen Kelly | 2014-03-20 | 1 | -2/+5 |
|
|
* | Tests: Don't read the LOCATION property from build targets. | Stephen Kelly | 2013-11-19 | 1 | -4/+1 |
|
|
* | Drop use of configure_file IMMEDIATE option | Daniele E. Domenichelli | 2013-11-13 | 1 | -2/+2 |
|
|
* | Generators: don't append sources from utility targets to objectSources | Nils Gladitz | 2013-10-28 | 1 | -0/+7 |
|
|
* | Add a test to expose a bug with add_custom_command and ninja. | Robert Maynard | 2013-06-25 | 1 | -0/+13 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -2/+2 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -71/+71 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -10/+10 |
|
|
* | Normalize slashes of add_custom_(command|target) DEPENDS (#11973) | Brad King | 2011-03-30 | 1 | -1/+1 |
|
|
* | Merge topic 'custom-command-generator-expressions' | Brad King | 2010-12-21 | 1 | -0/+13 |
|\ |
|
| * | Mark CustomCommand test perconfig.out as SYMBOLIC | Brad King | 2010-12-20 | 1 | -0/+1 |
|
|
| * | Introduce "generator expression" syntax to custom commands (#11209) | Brad King | 2010-12-15 | 1 | -0/+12 |
|
|
* | | Normalize add_custom_command OUTPUT names (#10485) | Brad King | 2010-12-15 | 1 | -1/+1 |
|/ |
|
* | Skip file-level dependencies on custom targets (#11332) | Brad King | 2010-12-08 | 1 | -4/+1 |
|
|
* | Avoid CustomCommand test failure on VS71 (#9963) | David Cole | 2010-09-20 | 1 | -1/+5 |
|
|
* | Avoid CustomCommand test failure on VS71 (#9963) | David Cole | 2010-09-14 | 1 | -2/+0 |
|
|
* | No extra spaces in CustomCommand test (#9963) | David Cole | 2010-09-12 | 1 | -5/+10 |
|
|
* | Enable calling commands with : in argv[1] (#9963) | David Cole | 2010-09-10 | 1 | -6/+11 |
|
|
* | Oops. Last commit did not create subdir before doing a touch on a file in it.... | David Cole | 2009-09-25 | 1 | -0/+1 |
|
|
* | Fix CMake Internal Error from cmTarget::GetOutputInfo - triggered by calling ... | David Cole | 2009-09-25 | 1 | -0/+27 |
|
|
* | ENH: Remove CMAKE_ANSI_CFLAGS from tests | Brad King | 2009-07-08 | 1 | -1/+0 |
|
|
* | BUG: Fix windows command line escape for empty arg | Brad King | 2008-12-18 | 1 | -3/+3 |
|
|
* | ENH: Allow custom sources in custom targets | Brad King | 2008-10-09 | 1 | -0/+1 |
|
|
* | ENH: Test relative path custom command output | Brad King | 2008-08-05 | 1 | -1/+11 |
|
|
* | ENH: Add test for make variable replacement in a custom command with the VERB... | Brad King | 2008-06-04 | 1 | -0/+2 |
|
|
* | ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command() | Brad King | 2008-06-02 | 1 | -8/+0 |
|
|
* | ENH: Add SKIP_RULE_DEPENDS option for add_custom_command() | Brad King | 2008-05-14 | 1 | -0/+8 |
|
|
* | BUG: Fix escaping of more characters on Windows shells. | Brad King | 2008-04-30 | 1 | -13/+21 |
|
|
* | BUG: Do not escape shell operators when generating command lines. | Brad King | 2008-04-29 | 1 | -2/+14 |
|
|
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
|
|