summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* add_dependencies: Distinguish target v. file dependencies in error (#14050)Brad King2013-03-296-0/+18
* Merge topic 'fix-Qt5-incompatibility-check-version'Brad King2013-03-281-1/+1
|\
| * Fix the Qt 5 version required to run the IncompatibleQt test.Stephen Kelly2013-03-261-1/+1
* | Error if linked target has relative paths in INTERFACE_INCLUDE_DIRECTORIESStephen Kelly2013-03-264-0/+15
|/
* Report an error on IMPORTED targets with a faulty INTERFACEStephen Kelly2013-03-265-2/+24
* install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIESStephen Kelly2013-03-2611-0/+56
* FindQt4: Set the INTERFACE_QT_MAJOR_VERSION for Qt4::QtCoreStephen Kelly2013-03-187-0/+30
* 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
* | ExternalData: Preserve escaped semicolons during argument expansionBrad King2013-03-127-0/+46
|/
* FPHSA: Convert FOUND_VAR failure test to RunCMakeBrad King2013-02-227-0/+24
* 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 the $<LINKED:...> generator expression."Stephen Kelly2013-02-134-16/+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
* | Merge topic 'minor-fixes'Brad King2013-02-1115-3/+62
|\ \ | |/ |/|
| * Don't allow utility or global targets in the LINKED expression.Stephen Kelly2013-02-085-0/+18
| * Whitelist target types in target_{include_directories,compile_definitions}Stephen Kelly2013-02-084-0/+12
| * Ensure type specific compatible interface properties do not intersect.Stephen Kelly2013-02-074-0/+16
| * Test printing origin of include dirs from tll().Stephen Kelly2013-02-072-3/+16
* | Tests: Add generator toolset supportBrad King2013-02-073-6/+9
* | Merge branch 'master' into generator-toolsetBrad King2013-02-07120-15/+670
|\ \ | |/
| * Merge topic 'tll-includes-defines'Brad King2013-02-058-0/+30
| |\
| | * Add the $<LINKED:...> generator expression.Stephen Kelly2013-01-314-0/+16
| | * Make it an error for INSTALL_PREFIX to be evaluated.Stephen Kelly2013-01-314-0/+14
| * | Merge topic 'add-ExternalData-module'Brad King2013-02-0571-0/+431
| |\ \ | | |/ | |/|
| | * ExternalData: Collapse ../ components in DATA{} pathsBrad King2013-01-302-2/+13
| | * ExternalData: Add support for SHA 1 and 2 hash algorithmsBrad King2013-01-303-0/+26
| | * ExternalData: Allow DATA{} syntax to reference directoriesBrad King2013-01-309-2/+38
| | * ExternalData: Add tests covering interfaces and errorsBrad King2013-01-3062-0/+358
| * | Add the COMPATIBLE_INTERFACE_STRING property.Stephen Kelly2013-01-2413-0/+64
| |/
| * Merge topic 'clean-include-dirs-debugging'Brad King2013-01-231-15/+8
| |\
| | * Output include directories as LOG messages, not warnings.Stephen Kelly2013-01-211-4/+4
| | * Specify the target whose includes are being listed.Stephen Kelly2013-01-211-4/+4
| | * Store includes from the same include_directories call together.Stephen Kelly2013-01-211-7/+0
| * | Merge topic 'qt4-autolink-qtmain'Brad King2013-01-2314-0/+62
| |\ \
| | * | Add the $<TARGET_POLICY> expressionStephen Kelly2013-01-1714-0/+62
| | |/
| * | Make INTERFACE determined properties readable in generator expressions.Stephen Kelly2013-01-2016-0/+75
| |/
* | Xcode: Implement generator toolset selection (#9831, #13802)Brad King2013-02-072-1/+6
* | VS: Implement generator toolset selection (#10722, #13774)Brad King2013-02-074-3/+21
* | CMake: Add -T option to choose a generator toolsetBrad King2013-02-0713-0/+46
|/
* Process the INTERFACE_PIC property from linked dependenciesStephen Kelly2013-01-1013-0/+62
* Merge topic 'deprecate-load_command'Brad King2013-01-085-14/+0
|\
| * Revert "load_command: Deprecate and document pending removal"Brad King2013-01-075-14/+0
* | Add the TARGET_NAME generator expression.Stephen Kelly2013-01-054-0/+13
* | Add a way to print the origins of used include directories.Stephen Kelly2013-01-034-0/+82