summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'policy-CMP0022-fixes' into policy-CMP0022-fixes-for-masterBrad King2013-11-0313-12/+50
|\
| * CMP0022: Warn about a given target at most onceBrad King2013-11-036-1/+16
| * Do not export INTERFACE_LINK_LIBRARIES from non-linkable targetsBrad King2013-11-023-0/+11
| * CMP0022: Plain target_link_libraries must populate link interfaceBrad King2013-11-027-11/+23
| * CMP0022: Add unit test for null pointer check and message.Stephen Kelly2013-11-024-0/+29
| * Merge branch 'output-CMP0022-entries' into policy-CMP0022-fixesBrad King2013-11-021-0/+9
| |\
* | \ Merge topic 'object-library-no-TARGET_FILE'Brad King2013-11-025-0/+35
|\ \ \
| * | | Genex: Reject $<TARGET_FILE:...> for object libraries (#14532)Brad King2013-11-015-0/+35
* | | | Merge topic 'object-library-missing-source'Brad King2013-11-024-0/+12
|\ \ \ \
| * | | | Check for OBJECT_LIBRARY source files at start of generationBrad King2013-11-014-0/+12
| |/ / /
* | | | Merge topic 'add-CMAKE_FIND_NO_INSTALL_PREFIX'Brad King2013-11-0110-0/+46
|\ \ \ \
| * | | | Allow disabling adding the install prefix to the prefix search path.Stephen Kelly2013-10-3110-0/+46
* | | | | Test foreach/function/macro handling of bracket argumentsBrad King2013-10-307-0/+24
* | | | | Add to RunCMake.Syntax test \-escape casesBrad King2013-10-293-0/+7
* | | | | Add to RunCMake.Syntax test comments not separated by spacesBrad King2013-10-291-0/+5
|/ / / /
* | | | Merge topic 'enable-language-require-compiler'Brad King2013-10-2824-4/+124
|\ \ \ \
| * | | | Require CMAKE_<LANG>_COMPILER to be found as a full pathBrad King2013-10-2824-4/+124
* | | | | Merge topic 'handle-CMP0024-in-tests'Brad King2013-10-263-17/+0
|\ \ \ \ \
| * | | | | Make ExportLanguages a subtest of the ObjectLibrary testStephen Kelly2013-10-243-17/+0
| |/ / / /
* | | | | Merge topic 'remove-pre-2.4-compatibility'Brad King2013-10-2611-0/+32
|\ \ \ \ \
| * | | | | Drop compatibility with CMake < 2.4Brad King2013-10-2311-0/+32
* | | | | | Merge topic 'fix-tll-static-private'Brad King2013-10-261-1/+5
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES.Stephen Kelly2013-10-261-1/+5
| | |_|/ / | |/| | |
* | | | | Merge topic 'remove-old-commands-by-policy'Brad King2013-10-261-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Cygwin: Avoid legacy warnings in RunCMake.DisallowedCommands testBrad King2013-10-251-1/+1
* | | | | Add \-continuation to CMake language quoted argumentsBrad King2013-10-2310-0/+26
| |_|/ / |/| | |
* | | | Merge topic 'output-CMP0022-entries'Brad King2013-10-231-0/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | CMP0022: Output link interface mismatch for static library warningStephen Kelly2013-10-231-0/+9
| | |/ | |/|
* | | Merge topic 'remove-old-commands-by-policy'Brad King2013-10-2373-0/+234
|\ \ \ | | |/ | |/|
| * | Add policy CMP0036 to disallow build_nameBrad King2013-10-2210-0/+29
| * | Add policy CMP0035 to disallow variable_requiresBrad King2013-10-2210-0/+29
| * | Add policy CMP0034 to disallow utility_sourceBrad King2013-10-2210-0/+29
| * | Add policy CMP0033 to disallow export_library_dependenciesBrad King2013-10-2210-0/+29
| * | Add policy CMP0032 to disallow output_required_filesBrad King2013-10-2210-0/+29
| * | Add policy CMP0031 to disallow load_commandBrad King2013-10-2210-0/+29
| * | Add policy CMP0030 to disallow use_mangled_mesaBrad King2013-10-2210-0/+29
| * | Add policy CMP0029 to disallow subdir_dependsBrad King2013-10-228-0/+19
| * | Add infrastructure for policies that disallow commandsBrad King2013-10-223-0/+12
* | | Merge topic 'CheckTypeSize_CXX'Brad King2013-10-2314-0/+64
|\ \ \ | |/ / |/| |
| * | CheckTypeSize: Add unit testsDaniele E. Domenichelli2013-10-2114-0/+64
* | | Merge topic 'string-CONCAT-command'Brad King2013-10-227-0/+33
|\ \ \
| * | | string: Add CONCAT sub-commandBrad King2013-10-217-0/+33
| |/ /
* | | Merge topic 'double-colon-is-imported'Brad King2013-10-2213-0/+43
|\ \ \ | |/ / |/| |
| * | Consider targets with double colons to be IMPORTED or ALIAS targets.Stephen Kelly2013-10-2113-0/+43
* | | Merge topic 'cmake-syntax-updates'Brad King2013-10-2187-39/+272
|\ \ \
| * | | Add Lua-style long brackets and long comments to CMake languageBrad King2013-10-1769-39/+219
| * | | cmListFileLexer: Convert CRLF -> LF newlines explicitlyBrad King2013-10-174-0/+9
| * | | cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137)Brad King2013-10-1715-0/+35
| * | | cmListFileLexer: Allow command names with one letter (#14181)Brad King2013-10-173-0/+9
* | | | Merge topic 'target-LOCATION-policy'Brad King2013-10-201-1/+1
|\ \ \ \ | |_|/ / |/| | |