summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs12-generator'Brad King2013-07-015-6/+18
|\
| * VS12: Find proper MSBuild for VSProjectInSubdir testBrad King2013-06-281-3/+8
| * Merge branch 'master' into vs12-generatorBrad King2013-06-28284-689/+3161
| |\
| * | VS12: Add Visual Studio 12 generator (#14251)Brad King2013-06-284-4/+12
* | | Merge topic 'vs-windows-forms'Brad King2013-07-011-0/+1
|\ \ \
| * | | VS: Add Resx configuration to the vcxproj fileJonas Andersen2013-06-281-0/+1
* | | | Merge topic 'split-GeneratorExpression-test'Brad King2013-07-013-9/+22
|\ \ \ \
| * | | | Split the GeneratorExpression test into a third part.Stephen Kelly2013-06-283-9/+22
* | | | | Merge topic 'ninja_phony_targets'Brad King2013-07-011-0/+13
|\ \ \ \ \
| * | | | | Add a test to expose a bug with add_custom_command and ninja.Robert Maynard2013-06-251-0/+13
* | | | | | Add generator expressions for compiler versions.Stephen Kelly2013-06-282-1/+23
| |_|_|_|/ |/| | | |
* | | | | 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
|\ \ \ \ \ \ \