Commit History

Author SHA1 Message Date
  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
  Peter Kümmel 207ec5c3b1 Ninja: fix mis-matching endif() argument 13 years ago
  Peter Kümmel 392a6541b5 Ninja: on Mac no multiple -arch because of -M 13 years ago
  Peter Kuemmel 801f23fe51 Ninja: dep files and multiple -arch flags not possible on mac 13 years ago
  David Cole 5f7acc8d75 Base architecture choice logic on Xcode version 14 years ago
  David Cole c050c592ee Fix BuildDepends test to work with Xcode 4 14 years ago
  Brad King 95f149e61f Define LINK_DEPENDS target property (#11406) 15 years ago
  Bill Hoffman 819a4f2e57 ENH: make sure multiple archs are only tested when the work 17 years ago
  Bill Hoffman 756cb547f3 BUG: fix xcode depend issue and add a test for it 17 years ago
  Brad King 91de0b09ef ENH: Update BuildDepends test to check #include lines with macros. 17 years ago
  Brad King d83b4cd255 ENH: Add a depends check step to custom targets. Add support for the IMPLICIT_DEPENDS feature of custom commands when building in custom targets. Convert multiple-output pair checks to be per-target instead of global. 18 years ago
  Brad King 423cdb561c ENH: Adding test for ADD_CUSTOM_COMMAND's new IMPLICIT_DEPENDS feature. 18 years ago
  Brad King c3474ad029 ENH: Executable bar should rebuild when its generated header changes. It does not need to link to the foo library anymore. 18 years ago
  Brad King c288da754a BUG: Target names in the COMMAND part of a custom command should not create a file-level dependency that forces the command to rerun when the executable target rebuilds, but the target-level dependency should still be created. Target names in a DEPENDS should do both a target-level and file-level dependency. Updated the BuildDepends test to check that this works. 18 years ago
  Andy Cedilnik 27727a2bba BUG: check in the rest of the changes to move from c to cxx 18 years ago
  Bill Hoffman d419354250 ENH: add a test to make sure Xcode does not break again 18 years ago