summaryrefslogtreecommitdiff
path: root/Tests/CustomCommand/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* add_custom_{command,target}: Add COMMAND_EXPAND_LISTS optionEd Branch2017-01-131-0/+21
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-281-3/+3
* Merge topic 'fix-OBJECT_DEPENDS-after-path-normalization'Brad King2015-01-291-0/+13
|\
| * Normalize OBJECT_DEPENDS paths to match custom commands (#15366)Brad King2015-01-281-0/+13
* | Encoding: Modify tests to work using non-ascii paths.Clinton Stimpson2015-01-081-7/+0
* | Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-0/+1
* | Add USES_TERMINAL option for custom commandsPeter Collingbourne2014-11-141-0/+23
|/
* add_custom_command: Normalize OUTPUT and DEPENDS paths.Stephen Kelly2014-05-281-0/+27
* Replace string(REGEX REPLACE) with string(REPLACE) where possibleRolf Eike Beer2014-04-141-2/+2
* add_custom_command: Evaluate generator expressions in DEPENDSStephen Kelly2014-03-201-2/+5
* Tests: Don't read the LOCATION property from build targets.Stephen Kelly2013-11-191-4/+1
* Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-131-2/+2
* Generators: don't append sources from utility targets to objectSourcesNils Gladitz2013-10-281-0/+7
* Add a test to expose a bug with add_custom_command and ninja.Robert Maynard2013-06-251-0/+13
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-2/+2
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-71/+71
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-10/+10
* Normalize slashes of add_custom_(command|target) DEPENDS (#11973)Brad King2011-03-301-1/+1
* Merge topic 'custom-command-generator-expressions'Brad King2010-12-211-0/+13
|\
| * Mark CustomCommand test perconfig.out as SYMBOLICBrad King2010-12-201-0/+1
| * Introduce "generator expression" syntax to custom commands (#11209)Brad King2010-12-151-0/+12
* | Normalize add_custom_command OUTPUT names (#10485)Brad King2010-12-151-1/+1
|/
* Skip file-level dependencies on custom targets (#11332)Brad King2010-12-081-4/+1
* Avoid CustomCommand test failure on VS71 (#9963)David Cole2010-09-201-1/+5
* Avoid CustomCommand test failure on VS71 (#9963)David Cole2010-09-141-2/+0
* No extra spaces in CustomCommand test (#9963)David Cole2010-09-121-5/+10
* Enable calling commands with : in argv[1] (#9963)David Cole2010-09-101-6/+11
* Oops. Last commit did not create subdir before doing a touch on a file in it....David Cole2009-09-251-0/+1
* Fix CMake Internal Error from cmTarget::GetOutputInfo - triggered by calling ...David Cole2009-09-251-0/+27
* ENH: Remove CMAKE_ANSI_CFLAGS from testsBrad King2009-07-081-1/+0
* BUG: Fix windows command line escape for empty argBrad King2008-12-181-3/+3
* ENH: Allow custom sources in custom targetsBrad King2008-10-091-0/+1
* ENH: Test relative path custom command outputBrad King2008-08-051-1/+11
* ENH: Add test for make variable replacement in a custom command with the VERB...Brad King2008-06-041-0/+2
* ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command()Brad King2008-06-021-8/+0
* ENH: Add SKIP_RULE_DEPENDS option for add_custom_command()Brad King2008-05-141-0/+8
* BUG: Fix escaping of more characters on Windows shells.Brad King2008-04-301-13/+21
* BUG: Do not escape shell operators when generating command lines.Brad King2008-04-291-2/+14
* ENH: preclean some warningsKen Martin2008-03-251-0/+1
* ENH: Implemented generation of display for pre-build, pre-link, and post-buil...Brad King2007-12-181-0/+2
* ENH: Re-arranged code to test adding a custom command to generate a source fi...Brad King2007-06-111-12/+9
* BUG: Replace "with space" in custom command argument tests with "w s" to stil...Brad King2007-05-181-46/+46
* ENH: Added quick means to turn on verbose output for debugging this test.Brad King2007-05-181-0/+2
* ENH: Add testing of * and / character arguments except on MinGW.Brad King2007-05-171-2/+5
* ENH: Added test for custom command lines with special single-character argume...Brad King2007-05-171-4/+8
* BUG: Disable test of angle bracket escapes until it works everywhere.Brad King2007-05-171-6/+6
* ENH: Added testing for custom command line arguments containing all special c...Brad King2007-05-171-2/+69
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-0/+25
* ENH: Added test to make sure custom commands are not built more than once in ...Brad King2007-05-011-0/+7
* ENH: Re-enabling # escape test now that it is implemented everywhere.Brad King2006-10-251-4/+4