summaryrefslogtreecommitdiffstats
path: root/Tests/BuildDepends
Commit message (Expand)AuthorAgeFilesLines
* Tests/BuildDepends: Make 3-second delay more robustBrad King2014-05-192-8/+1
* ExternalProject: Add option to always run the build stepBrad King2014-02-213-0/+56
* Xcode: Teach BuildDepends test that Xcode >= 5 needs no helpBrad King2013-10-081-1/+1
* Xcode: Teach Tests/BuildDepends to allow LINK_DEPENDS_NO_SHARED failureBrad King2013-10-021-0/+2
* Xcode: Fix test architecture selection for Xcode >= 5Brad King2013-10-021-2/+2
* VS 6: Tell BuildDepends test to tolerate ninjadep failureBrad King2013-07-301-0/+3
* Ninja: Update BuildDepends test to verify cmcldeps depfiles.Robert Maynard2013-07-263-0/+58
* Merge topic 'link-depends-no-shared'Brad King2012-11-135-0/+73
|\
| * Teach BuildDepends test to cover LINK_DEPENDS_NO_SHAREDBrad King2012-11-095-0/+73
* | AddCustomCommand: Handle multiple IMPLICIT_DEPENDS files (#10048)Alex Neundorf2012-11-062-1/+4
|/
* Remove CMake multiline block-end command argumentsMarcin Wojdyr2012-08-151-8/+4
* Remove CMake-language block-end command argumentsKitware Robot2012-08-132-18/+18
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-7/+7
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-19/+19
* Ninja: fix mis-matching endif() argumentPeter Kümmel2012-07-181-1/+1
* Ninja: on Mac no multiple -arch because of -MPeter Kümmel2012-07-101-9/+3
* Ninja: dep files and multiple -arch flags not possible on macPeter Kuemmel2012-06-191-1/+8
* Ninja: add wrapper for cl to extract dependenciesPeter Kuemmel2012-06-081-2/+6
* Provide dependency file flags to generatorPeter Collingbourne2012-02-021-0/+2
* Base architecture choice logic on Xcode versionDavid Cole2011-07-181-2/+18
* Fix BuildDepends test to work with Xcode 4David Cole2011-07-151-0/+5
* Define LINK_DEPENDS target property (#11406)Brad King2010-11-053-0/+32
* Avoid Intel linker crash in BuildDepends testBrad King2009-10-271-0/+8
* More verbose BuildDepends test outputBrad King2009-10-221-2/+4
* ENH: make sure multiple archs are only tested when the workBill Hoffman2009-02-191-1/+7
* BUG: fix xcode depend issue and add a test for itBill Hoffman2009-02-191-1/+3
* ENH: Update BuildDepends test to check #include lines with macros.Brad King2008-05-145-12/+75
* ENH: preclean some warningsKen Martin2008-03-251-0/+1
* BUG: Enable CMAKE_SUPPRESS_REGENERATION because the entire test runs during t...Brad King2007-12-221-0/+5
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-214-7/+27
* ENH: Adding test for ADD_CUSTOM_COMMAND's new IMPLICIT_DEPENDS feature.Brad King2007-09-174-0/+68
* COMP: removing the directory at the beginning breaks the test for in-sourceAlexander Neundorf2007-06-141-1/+0
* COMP: fix test, in some cases stdout from bar was not captured correctly,Alexander Neundorf2007-06-132-13/+32
* BUG: Report proper error message when project does not build the first time. ...Brad King2007-05-231-1/+28
* ENH: Executable bar should rebuild when its generated header changes. It doe...Brad King2007-05-231-1/+0
* BUG: Target names in the COMMAND part of a custom command should not create a...Brad King2007-05-231-0/+24
* BUG: Target names in the COMMAND part of a custom command should not create a...Brad King2007-05-233-6/+41
* BUG: check in the rest of the changes to move from c to cxxAndy Cedilnik2007-05-161-2/+2
* BUG: fix test for hp move to c++ to avoid ansi issues and produce a message i...Andy Cedilnik2007-05-162-2/+9
* ENH: add test for build dependsBill Hoffman2007-05-102-16/+31
* ENH: add a test to make sure Xcode does not break againBill Hoffman2007-05-093-0/+57