summaryrefslogtreecommitdiff
path: root/Tests/BuildDepends/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...>Marc Chevrier2020-02-261-0/+22
* PCH: Fix Makefile dependencies to rebuild PCH on header changesBrad King2019-10-171-2/+14
* LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDSMarc Chevrier2018-06-271-0/+11
* Drop Visual Studio 8 2005 generatorBrad King2018-04-021-1/+1
* Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-191-1/+1
* Drop Visual Studio 6 generatorBrad King2016-03-091-4/+1
* Ninja: Honor the LINK_DEPENDS target property (#14796)Brad King2015-08-051-1/+1
* Tests: Extend BuildDepends test to cover OBJECT_DEPENDSBrad King2015-07-221-0/+19
* Makefile: Fix multiple custom command outputs with one missingBrad King2015-04-101-0/+65
* Tests: Cover rebuild with multiple custom command outputs (#15116)Brad King2014-12-051-0/+28
* Tests/BuildDepends: Drop unneeded help for NinjaBrad King2014-11-141-5/+1
* Tests/BuildDepends: Make 3-second delay more robustBrad King2014-05-191-2/+1
* ExternalProject: Add option to always run the build stepBrad King2014-02-211-0/+30
* 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
* 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-261-0/+36
* Teach BuildDepends test to cover LINK_DEPENDS_NO_SHAREDBrad King2012-11-091-0/+34
* Remove CMake multiline block-end command argumentsMarcin Wojdyr2012-08-151-8/+4
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-15/+15
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-19/+19
* Ninja: add wrapper for cl to extract dependenciesPeter Kuemmel2012-06-081-2/+6
* Provide dependency file flags to generatorPeter Collingbourne2012-02-021-0/+2
* Define LINK_DEPENDS target property (#11406)Brad King2010-11-051-0/+23
* Avoid Intel linker crash in BuildDepends testBrad King2009-10-271-0/+8
* More verbose BuildDepends test outputBrad King2009-10-221-2/+4
* ENH: Update BuildDepends test to check #include lines with macros.Brad King2008-05-141-10/+42
* ENH: preclean some warningsKen Martin2008-03-251-0/+1
* BUG: Enable CMAKE_SUPPRESS_REGENERATION because the entire test runs during t...Brad King2007-12-211-0/+5
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-211-6/+10
* ENH: Adding test for ADD_CUSTOM_COMMAND's new IMPLICIT_DEPENDS feature.Brad King2007-09-171-0/+40
* 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-131-11/+25
* BUG: Report proper error message when project does not build the first time. ...Brad King2007-05-231-1/+28
* BUG: Target names in the COMMAND part of a custom command should not create a...Brad King2007-05-231-1/+1
* BUG: fix test for hp move to c++ to avoid ansi issues and produce a message i...Andy Cedilnik2007-05-161-2/+9
* ENH: add test for build dependsBill Hoffman2007-05-101-15/+27
* ENH: add a test to make sure Xcode does not break againBill Hoffman2007-05-091-0/+45