summaryrefslogtreecommitdiff
path: root/Tests/CustomCommand
Commit message (Expand)AuthorAgeFilesLines
* add_custom_{command,target}: Add COMMAND_EXPAND_LISTS optionEd Branch2017-01-132-0/+35
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-281-3/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-164-29/+28
* Drop Visual Studio 6 generatorBrad King2016-03-091-8/+2
* Merge topic 'fix-OBJECT_DEPENDS-after-path-normalization'Brad King2015-01-293-0/+19
|\
| * Normalize OBJECT_DEPENDS paths to match custom commands (#15366)Brad King2015-01-283-0/+19
* | Encoding: Modify tests to work using non-ascii paths.Clinton Stimpson2015-01-083-10/+1
* | 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-282-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-132-4/+4
* Convert CMake-language commands to lower caseKitware Robot2012-08-134-84/+84
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-133-17/+17
* Tests/CustomCommand: Do not use 'main' in a libraryBrad King2012-07-091-1/+1
* 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
* BUG: Fix new custom command with make-var expansion test on VS6. The VS6 IDE...Brad King2008-06-051-2/+8
* ENH: Add test for make variable replacement in a custom command with the VERB...Brad King2008-06-042-0/+14
* ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command()Brad King2008-06-023-11/+1
* ENH: Add SKIP_RULE_DEPENDS option for add_custom_command()Brad King2008-05-143-1/+11
* 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-295-3/+37
* 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-182-1/+5
* 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