summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'suppress-unused-cli-with-value-in-cache'Brad King2013-06-141-1/+1
|\
| * Don't run the WarnUnusedCliUnused test on Windows.Stephen Kelly2013-06-121-1/+1
* | Merge topic 'fix-genex-HEAD-target'Brad King2013-06-052-0/+11
|\ \
| * | Genex: Fix the HEAD target used for evaluated expressionsStephen Kelly2013-06-052-0/+11
* | | Merge topic 'fix-path-root-dot-dot'Brad King2013-06-051-0/+5
|\ \ \
| * | | get_filename_component: Test ABSOLUTE of .. after root componentBrad King2013-06-041-0/+5
* | | | Merge topic 'suppress-unused-cli-with-value-in-cache'Brad King2013-06-053-11/+33
|\ \ \ \ | | |_|/ | |/| |
| * | | CLI: Suppress the unused warning if the key value pair is cached.Stephen Kelly2013-06-043-11/+33
* | | | Merge topic 'add_compile_options-command'Brad King2013-06-052-0/+25
|\ \ \ \
| * | | | Introduce add_compile_options command.Stephen Kelly2013-06-042-0/+25
* | | | | Merge topic 'VISIBILITY_PRESET-property'Brad King2013-06-0512-0/+85
|\ \ \ \ \
| * | | | | Add a COMPILE_OPTION for a VISIBILITY_INLINES_HIDDEN target property.Stephen Kelly2013-06-021-0/+4
| * | | | | Introduce target property <LANG>_VISIBILITY_PRESETStephen Kelly2013-06-0212-0/+81
* | | | | | Merge topic 'fix-variable_watch-cases'Brad King2013-06-047-0/+28
|\ \ \ \ \ \
| * | | | | | 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
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'cfbundle-location'Brad King2013-06-041-0/+2
|\ \ \ \ \ \
| * | | | | | OS X: Fix getting of CFBundle LOCATION property.Clinton Stimpson2013-06-031-0/+2
* | | | | | | Merge topic 'qt4-macros-TARGET-arg'Brad King2013-06-045-0/+78
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Qt4Macros: Allow specifying a TARGET in invokations of macros.Stephen Kelly2013-06-035-0/+78
* | | | | | | Merge topic 'escape-regex-specials-in-path'Brad King2013-06-037-37/+53
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge branch 'master' into escape-regex-specials-in-pathRolf Eike Beer2013-06-03161-621/+2140
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Fix test failures caused by regexp-sensitive characters in the build pathsModestas Vainius2013-06-037-36/+52
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'useless-MATCHES'Brad King2013-06-034-18/+12
|\ \ \ \ \ \
| * | | | | | replace string(... MATCHES "^const$) with string(... STREQUAL "const")Rolf Eike Beer2013-06-024-18/+12
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'target-COMPILE_OPTIONS'Brad King2013-06-037-0/+105
|\ \ \ \ \ \
| * | | | | | Add target_compile_options command.Stephen Kelly2013-06-024-0/+72
| * | | | | | Add COMPILE_OPTIONS target property.Stephen Kelly2013-06-024-0/+33
| |/ / / / /
* | | | | | Merge topic 'refactor-try_compile-argument-processing'Brad King2013-06-0335-0/+88
|\ \ \ \ \ \
| * | | | | | 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 'qt4-qt5-CMAKE_AUTOMOC'Brad King2013-06-035-0/+53
|\ \ \ \ \ \
| * | | | | | QtAutomoc: Get the Qt version through the target link interfaceStephen Kelly2013-05-275-0/+53
* | | | | | | Merge topic 'rpath-on-mac'Brad King2013-06-0312-0/+249
|\ \ \ \ \ \ \
| * | | | | | | OS X: Add test for rpaths on Mac.Clinton Stimpson2013-06-0312-0/+249
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'framework-refactor'Brad King2013-06-031-2/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-2/+1
| | |/ / / | |/| | |
* | | | | Merge topic 'test-INCLUDE_DIRECTORIES-genex-read'Brad King2013-05-313-0/+33
|\ \ \ \ \
| * | | | | GenexEval: Test evaluation of INCLUDE_DIRECTORIES target property.Stephen Kelly2013-05-303-0/+33
| |/ / / /
* | | | | 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 'silence-vs6-warnings'Brad King2013-05-284-4/+18
|\ \ \ \ \
| * | | | | Tests/CompileDefinitions: Avoid spaces in defines on VS 6Stephen Kelly2013-05-244-4/+18
| | |_|/ / | |/| | |
* | | | | 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 'geh-cleanup-identifiers'Brad King2013-05-245-0/+44
|\ \ \ \
| * | | | GenerateExportHeader: Generate only C identifiers as definesStephen Kelly2013-05-245-0/+44
| | |_|/ | |/| |