summaryrefslogtreecommitdiffstats
path: root/Tests/BuildDepends/Project
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix xcode version detection for Xcode 13 on ARMBrad King2021-06-181-1/+1
* Makefiles Generators: use compiler for dependencies generationMarc Chevrier2020-11-291-0/+6
* Tests: Update BuildDepends test for Xcode "new build system"Brad King2020-09-182-0/+10
* Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...>Marc Chevrier2020-02-261-0/+8
* PCH: Fix Makefile dependencies to rebuild PCH on header changesBrad King2019-10-173-2/+15
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* LINK_DEPENDS: add support of 'generator expressions'Marc Chevrier2018-06-271-1/+1
* LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDSMarc Chevrier2018-06-271-0/+5
* Tests: Do not use i386 architecture with Xcode 10 and aboveBrad King2018-06-191-17/+17
* Revise C++ coding style using clang-formatKitware Robot2016-05-167-20/+18
* Format include directive blocks and ordering with clang-formatBrad King2016-04-293-4/+4
* Tests: Extend BuildDepends test to cover OBJECT_DEPENDSBrad King2015-07-223-0/+20
* Makefile: Fix multiple custom command outputs with one missingBrad King2015-04-101-0/+18
* Tests: Cover rebuild with multiple custom command outputs (#15116)Brad King2014-12-051-0/+13
* Tests/BuildDepends: Make 3-second delay more robustBrad King2014-05-191-6/+0
* ExternalProject: Add option to always run the build stepBrad King2014-02-212-0/+26
* Xcode: Fix test architecture selection for Xcode >= 5Brad King2013-10-021-2/+2
* Ninja: Update BuildDepends test to verify cmcldeps depfiles.Robert Maynard2013-07-262-0/+22
* Merge topic 'link-depends-no-shared'Brad King2012-11-134-0/+39
|\
| * Teach BuildDepends test to cover LINK_DEPENDS_NO_SHAREDBrad King2012-11-094-0/+39
* | AddCustomCommand: Handle multiple IMPLICIT_DEPENDS files (#10048)Alex Neundorf2012-11-062-1/+4
|/
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-3/+3
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-7/+7
* 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
* 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-052-0/+9
* 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-144-2/+33
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-213-1/+17
* ENH: Adding test for ADD_CUSTOM_COMMAND's new IMPLICIT_DEPENDS feature.Brad King2007-09-173-0/+28
* COMP: fix test, in some cases stdout from bar was not captured correctly,Alexander Neundorf2007-06-131-2/+7
* 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-232-5/+40
* 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-161-0/+0
* ENH: add test for build dependsBill Hoffman2007-05-101-1/+4
* ENH: add a test to make sure Xcode does not break againBill Hoffman2007-05-092-0/+12