Commit History

Author SHA1 Message Date
  Clinton Stimpson 9a8ab86645 Encoding: Modify tests to work using non-ascii paths. 11 years ago
  Brad King e15a7075b5 Add an option for explicit BYPRODUCTS of custom commands (#14963) 11 years ago
  Peter Collingbourne fe5d6e8c0f Add USES_TERMINAL option for custom commands 11 years ago
  Stephen Kelly c4af46b444 add_custom_command: Normalize OUTPUT and DEPENDS paths. 11 years ago
  Rolf Eike Beer 5bd48ac534 Replace string(REGEX REPLACE) with string(REPLACE) where possible 11 years ago
  Stephen Kelly bbffccca42 add_custom_command: Evaluate generator expressions in DEPENDS 11 years ago
  Stephen Kelly a247911a88 Tests: Don't read the LOCATION property from build targets. 12 years ago
  Daniele E. Domenichelli 15610bb5b1 Drop use of configure_file IMMEDIATE option 12 years ago
  Nils Gladitz f037b9b726 Generators: don't append sources from utility targets to objectSources 12 years ago
  Robert Maynard 88d27ad014 Add a test to expose a bug with add_custom_command and ninja. 12 years ago
  Kitware Robot 9db3116226 Remove CMake-language block-end command arguments 13 years ago
  Kitware Robot 77543bde41 Convert CMake-language commands to lower case 13 years ago
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 years ago
  Brad King 128605054a Normalize slashes of add_custom_(command|target) DEPENDS (#11973) 14 years ago
  Brad King 31b0657e7d Merge topic 'custom-command-generator-expressions' 15 years ago
  Brad King 4499d50ad2 Mark CustomCommand test perconfig.out as SYMBOLIC 15 years ago
  Brad King f0cdb6001b Introduce "generator expression" syntax to custom commands (#11209) 15 years ago
  Brad King a75a0a1448 Normalize add_custom_command OUTPUT names (#10485) 15 years ago
  Brad King ced1d5eccd Skip file-level dependencies on custom targets (#11332) 15 years ago
  David Cole a798bb7074 Avoid CustomCommand test failure on VS71 (#9963) 15 years ago
  David Cole 9b4ab06c2c Avoid CustomCommand test failure on VS71 (#9963) 15 years ago
  David Cole 9d2e6489bf No extra spaces in CustomCommand test (#9963) 15 years ago
  David Cole 269a4b876a Enable calling commands with : in argv[1] (#9963) 15 years ago
  David Cole 8562f5400d Oops. Last commit did not create subdir before doing a touch on a file in it. So it fails on some platforms. This fixes that. 16 years ago
  David Cole f199385605 Fix CMake Internal Error from cmTarget::GetOutputInfo - triggered by calling GetLocation on a utility target - caused by custom command output file with same name as custom target. The fix is to avoid calling GetLocation unless the target is of a type that is expected to have a location... 16 years ago
  Brad King d1aa17a7b0 ENH: Remove CMAKE_ANSI_CFLAGS from tests 16 years ago
  Brad King 0a83aa6f57 BUG: Fix windows command line escape for empty arg 17 years ago
  Brad King c5f70ff27f ENH: Allow custom sources in custom targets 17 years ago
  Brad King 32df2a715b ENH: Test relative path custom command output 17 years ago
  Brad King 306e3e573f ENH: Add test for make variable replacement in a custom command with the VERBATIM option. 17 years ago