summaryrefslogtreecommitdiff
path: root/Tests/CustomCommand
Commit message (Expand)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 3.5Brad King2023-03-011-1/+1
* Tests: Fix typos and spelling in commentsJosef Angstenberger2021-05-071-1/+1
* Tests: bump cmake_minimum_required version to 2.8.12Rolf Eike Beer2021-04-051-1/+1
* Ninja: Omit custom commands with an empty COMMANDShannon Booth2020-12-232-0/+8
* Tests: Avoid duplicate custom commands for Xcode "new build system"Brad King2020-09-181-0/+8
* add_custom_command: Fix dependency on macOS framework targetBrad King2020-01-242-0/+12
* Tests/CustomCommand: add a test for depending on a `./path`Ben Boeckel2020-01-161-0/+8
* Tests/CustomCommand: fix custom command line to actually make its outputBen Boeckel2020-01-161-1/+1
* cmLocalGenerator: collapse the path after constructionBen Boeckel2020-01-161-0/+1
* add_custom_command: check if a relative path should be an in-source pathBen Boeckel2020-01-161-0/+8
* add_custom_command: convert DEPENDS path arguments to absolute pathsBen Boeckel2019-12-181-0/+15
* replace remove and remove_directory with rm in testsJohnny Jazeix2019-11-131-2/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-3/+4
* 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