| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | ENH: Implemented generation of display for pre-build, pre-link, and post-buil... | Brad King | 2007-12-18 | 1 | -0/+2 |
|
|
* | ENH: Re-arranged code to test adding a custom command to generate a source fi... | Brad King | 2007-06-11 | 1 | -12/+9 |
|
|
* | BUG: Replace "with space" in custom command argument tests with "w s" to stil... | Brad King | 2007-05-18 | 1 | -46/+46 |
|
|
* | ENH: Added quick means to turn on verbose output for debugging this test. | Brad King | 2007-05-18 | 1 | -0/+2 |
|
|
* | ENH: Add testing of * and / character arguments except on MinGW. | Brad King | 2007-05-17 | 1 | -2/+5 |
|
|
* | ENH: Added test for custom command lines with special single-character argume... | Brad King | 2007-05-17 | 1 | -4/+8 |
|
|
* | BUG: Disable test of angle bracket escapes until it works everywhere. | Brad King | 2007-05-17 | 1 | -6/+6 |
|
|
* | ENH: Added testing for custom command line arguments containing all special c... | Brad King | 2007-05-17 | 1 | -2/+69 |
|
|
* | ENH: now target names can be used in add_custom_command() and | Alexander Neundorf | 2007-05-09 | 1 | -0/+25 |
|
|
* | ENH: Added test to make sure custom commands are not built more than once in ... | Brad King | 2007-05-01 | 1 | -0/+7 |
|
|
* | ENH: Re-enabling # escape test now that it is implemented everywhere. | Brad King | 2006-10-25 | 1 | -4/+4 |
|
|
* | BUG: Disable testing of # escapes until it can be implemented for Watcom WMake. | Brad King | 2006-10-24 | 1 | -4/+4 |
|
|
* | ENH: Added # character for shell escaping. | Brad King | 2006-10-23 | 1 | -0/+4 |
|
|
* | ENH: Adding test of special characters in custom command and custom target co... | Brad King | 2006-10-04 | 1 | -1/+2 |
|
|
* | ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461. | Brad King | 2006-10-04 | 1 | -0/+1 |
|
|
* | ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to... | Brad King | 2006-10-04 | 1 | -1/+3 |
|
|
* | BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722. | Brad King | 2006-10-04 | 1 | -2/+2 |
|
|
* | COMP: Fix command line check test implementation for Watcom. | Brad King | 2006-10-02 | 1 | -0/+2 |
|
|
* | ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET comman... | Brad King | 2006-09-28 | 1 | -1/+33 |
|
|
* | BUG: Disable new shell escape code until backward compatibility can be establ... | Brad King | 2006-09-25 | 1 | -1/+1 |
|
|
* | COMP: Need ANSI C flags to build check_command_line.c. | Brad King | 2006-09-22 | 1 | -0/+1 |
|
|
* | ENH: Adding test for non-trivial custom command line arguments. This is for ... | Brad King | 2006-09-21 | 1 | -0/+39 |
|
|
* | ENH: Added test for generation of files listed explicitly as sources but not ... | Brad King | 2006-06-01 | 1 | -10/+19 |
|
|
* | ENH: Added support for multiple outputs generated by a single custom command.... | Brad King | 2006-04-11 | 1 | -2/+3 |
|
|
* | BUG: fix test to list generate dheader | Ken Martin | 2006-03-24 | 1 | -0/+1 |
|
|