summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge topic 'VISIBILITY_PRESET-property'Brad King2013-06-057-0/+37
| |\ \
| | * | Introduce target property <LANG>_VISIBILITY_PRESETStephen Kelly2013-06-027-0/+37
| * | | variable_watch: Print accesses as "CMake Debug Log" messagesBrad King2013-06-032-6/+8
| * | | variable_watch: Remove leftover debugging code (#14187)Brad King2013-06-033-0/+13
| * | | variable_watch: Add test for MODIFIED_ACCESS reportBrad King2013-06-035-0/+13
| | |/ | |/|
| * | try_compile: Refactor argument processingBrad King2013-05-3111-9/+17
| * | try_compile: Add test for bad call error casesBrad King2013-05-3132-0/+80
| * | Merge topic 'fix-FileIsDirectory-SEGV'Brad King2013-05-307-0/+25
| |\ \
| | * | if: Add test for IS_DIRECTORYBrad King2013-05-287-0/+25
| * | | Merge topic 'ExternalData-no-re-stage'Brad King2013-05-283-0/+43
| |\ \ \
| | * | | ExternalData: Do not re-stage staged object filesBrad King2013-05-243-0/+43
| * | | | Merge topic 'genex-generate-file'Brad King2013-05-2820-0/+71
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | file: Add GENERATE command to produce files at generate timeStephen Kelly2013-05-2420-0/+71
| | |/ /
| * | | Merge topic 'error-on-exported-missing-include-dir'Brad King2013-05-214-0/+15
| |\ \ \
| | * | | Error on relative path in INCLUDE_DIRECTORIES target property.Stephen Kelly2013-05-214-0/+15
| | |/ /
| * | | Merge topic 'doc-improvements'Brad King2013-05-162-3/+3
| |\ \ \ | | |_|/ | |/| |
| | * | Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-072-3/+3
| | |/
| * | Merge topic 'fix-per-config-tll-include-dirs'Brad King2013-05-162-0/+17
| |\ \
| | * | Test transitive includes from setting the LINK_LIBRARIES property.Stephen Kelly2013-05-062-0/+17
| | |/
| * | get_filename_component: Add DIRECTORY option (#14091)Brad King2013-04-161-9/+10
| * | get_filename_component: Add explicit unit testsBrad King2013-04-167-0/+46
| |/
* | VS12: Add Visual Studio 12 generator (#14251)Brad King2013-06-281-1/+1
|/
* 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