summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into vs12-generatorBrad King2013-06-28284-689/+3161
|\
| * Escape target flags taken from COMPILE_OPTIONSBrad King2013-06-272-6/+19
| * Merge topic 'dag-LINKER_LANGUAGE'Brad King2013-06-2610-0/+40
| |\
| | * Genex: Report error if a target file is needed to evaluate link libraries.Stephen Kelly2013-06-246-0/+21
| | * Genex: Make LINK_LANGUAGE report an error when evaluating link libraries.Stephen Kelly2013-06-245-0/+19
| * | Merge topic 'version-compare-genex'Brad King2013-06-262-0/+12
| |\ \
| | * | Add generator expressions for version comparision.Stephen Kelly2013-06-122-0/+12
| * | | Merge topic 'export-COMPILE_OPTIONS-property'Brad King2013-06-263-1/+24
| |\ \ \ | | |_|/ | |/| |
| | * | Generate INTERFACE_COMPILE_OPTIONS on export.Stephen Kelly2013-06-103-1/+24
| | |/
| * | Merge topic 'add-whitespace'Brad King2013-06-242-2/+2
| |\ \
| | * | Add whitespace after colons in error messages.Stephen Kelly2013-06-212-2/+2
| * | | Merge topic 'add-cmake_host_system_information-command'Brad King2013-06-246-0/+42
| |\ \ \
| | * | | Add cmake_host_system_information commandNils Gladitz2013-06-196-0/+42
| | |/ /
| * | | Merge topic 'add-try_compile-options'Brad King2013-06-2415-0/+64
| |\ \ \ | | |/ / | |/| |
| | * | try_compile: Add signature to allow multiple SOURCESBrad King2013-06-0615-0/+64
| | |/
| * | 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
| |\ \ \ \ \ \ \