summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Make the QtAutomoc test compile with either Qt 4 or Qt 5Stephen Kelly2013-03-162-6/+13
* Configure Tests/CMakeTests only with BUILD_TESTING ONBrad King2013-03-131-2/+2
* Merge topic 'cleanup-early-include-CTest-failure'Brad King2013-03-1315-60/+104
|\
| * CTest: Fail early without PROJECT_BINARY_DIR (#14005)Brad King2013-03-126-0/+20
| * build_command: Fail early without CMAKE_MAKE_PROGRAM (#14005)Brad King2013-03-125-1/+15
| * Refactor RunCMake.build_command test to allow more casesBrad King2013-03-125-59/+69
* | Merge topic 'fix-automoc-no-qt'Brad King2013-03-133-0/+21
|\ \
| * | Automoc: Don't create automoc targets if Qt is not used (#13999)Stephen Kelly2013-03-123-0/+21
* | | Merge topic 'genex-SEMICOLON'Brad King2013-03-132-0/+4
|\ \ \
| * | | Add $<SEMICOLON> generator expression.Jean-Christophe Fillion-Robin2013-03-122-0/+4
| | |/ | |/|
* | | Merge topic 'ExternalData-escape-semicolons'Brad King2013-03-139-0/+57
|\ \ \ | |/ / |/| |
| * | ExternalData: Preserve escaped semicolons during argument expansionBrad King2013-03-129-0/+57
* | | Merge topic 'fix-transitive-target-names'Brad King2013-03-122-0/+8
|\ \ \
| * | | Restore support for target names with '+' (#13986)Stephen Kelly2013-03-122-0/+8
| |/ /
* | | Remove unused parameters from target_link_libraries tests.Stephen Kelly2013-03-063-3/+3
|/ /
* | Merge topic 'FixPreLinkTest'Brad King2013-03-051-1/+1
|\ \
| * | Use PRE_LINK instead of PRE_BUILD when testing PRE_LINK.James Bigler2013-03-041-1/+1
* | | Merge topic 'GetPrerequisites-objdump'Brad King2013-03-041-0/+1
|\ \ \
| * | | GetPrerequisites: Enable test for BundleUtilities on MinGWMichael Tänzer2013-03-011-0/+1
| |/ /
* | | Merge topic 'ctest_update-Git-HEAD'Brad King2013-03-041-4/+6
|\ \ \
| * | | CTest: Fix ctest_update with 'HEAD' file in source treeBrad King2013-02-281-4/+6
| |/ /
* | | Merge topic 'remove-TARGET_DEFINED-genex'Brad King2013-03-045-18/+8
|\ \ \ | |/ / |/| |
| * | Revert "Add the TARGET_DEFINED generator expression"Stephen Kelly2013-02-252-10/+0
| * | Remove use of TARGET_DEFINED from the target_link_libraries test.Stephen Kelly2013-02-251-4/+4
| * | Remove use of TARGET_DEFINED from the ExportImport test.Stephen Kelly2013-02-251-1/+1
| * | Remove use of TARGET_DEFINED from target_include_directories test.Stephen Kelly2013-02-251-3/+3
* | | Merge topic 'interface-property-external-read'Brad King2013-02-253-1/+40
|\ \ \
| * | | Fix the tests for evaluating includes and defines.Stephen Kelly2013-02-231-4/+4
| * | | Expand includes and defines transitively in 'external' genexes.Stephen Kelly2013-02-233-1/+40
* | | | Merge topic 'FPHSA_FOUND_VAR_OPTION'Brad King2013-02-2510-0/+46
|\ \ \ \
| * | | | FPHSA: Convert FOUND_VAR failure test to RunCMakeBrad King2013-02-228-5/+15
| * | | | FPHSA: Add FOUND_VAR option to specify _FOUND variable nameAlex Neundorf2013-02-226-0/+36
| | |/ / | |/| |
* | | | Merge topic 'try_compile-targets'Brad King2013-02-252-0/+23
|\ \ \ \
| * | | | Handle targets in the LINK_LIBRARIES of try_compile.Stephen Kelly2013-02-222-0/+23
| | |/ / | |/| |
* | | | Merge topic 'fix-automoc-linker-language'Brad King2013-02-253-0/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | automoc: Add source file to target early to set the linker languageStephen Kelly2013-02-223-0/+16
| |/ /
* | | ExternalData: Test content link with a space in its nameBrad King2013-02-224-0/+13
* | | Tests: Generalize decision for 'make' tool supporting spacesBrad King2013-02-221-16/+22
* | | Tests: Replace exec_program with execute_processBrad King2013-02-221-6/+5
| |/ |/|
* | Merge topic 'compiler-change-cleanup'Brad King2013-02-2014-2/+98
|\ \ | |/ |/|
| * Test Unix Makefiles generator support for changing compilersBrad King2013-02-2013-0/+92
| * Tests/RunCMake: Allow tests to control build tree behaviorBrad King2013-02-181-2/+6
* | Revert "Add a way to exclude INTERFACE properties from exported targets."Stephen Kelly2013-02-134-76/+0
* | Revert "Add the $<LINKED:...> generator expression."Stephen Kelly2013-02-138-39/+0
* | Don't populate INTERFACE includes and defines properties in tll.Stephen Kelly2013-02-132-7/+12
* | Revert "Don't allow utility or global targets in the LINKED expression."Stephen Kelly2013-02-135-18/+0
* | Don't use LINKED where not needed.Stephen Kelly2013-02-123-3/+3
* | Merge topic 'minor-fixes'Brad King2013-02-1132-12/+242
|\ \ | |/ |/|
| * Don't allow utility or global targets in the LINKED expression.Stephen Kelly2013-02-085-0/+18
| * Make sure INTERFACE properties work with OBJECT libraries.Stephen Kelly2013-02-084-6/+23