summaryrefslogtreecommitdiff
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'policy-CMP0022-fixes' into releaseBrad King2013-11-0416-10/+90
|\
| * 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
| |\
| | * CMP0022: Output link interface mismatch for static library warningStephen Kelly2013-10-231-0/+9
| * | Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES.Stephen Kelly2013-10-261-1/+5
| |/
* | Merge branch 'object-library-no-TARGET_FILE' into releaseBrad King2013-11-025-0/+35
|\ \
| * | Genex: Reject $<TARGET_FILE:...> for object libraries (#14532)Brad King2013-11-015-0/+35
| |/
* | Check for OBJECT_LIBRARY source files at start of generationBrad King2013-11-014-0/+12
|/
* Add differing target property content to policy CMP0022 warningStephen Kelly2013-09-112-0/+18
* Merge topic 'fix-RunCMake.Configure-FailCopyFileABI-newlines'Brad King2013-08-261-1/+2
|\
| * Fix RunCMake.Configure test expectation newline matchingBrad King2013-08-161-1/+2
* | Merge topic 'cmake-syntax'Brad King2013-08-154-0/+6
|\ \
| * | Do not warn about left paren not separated by a spaceBrad King2013-08-154-0/+6
* | | Cygwin: Avoid legacy warnings in RunCMake.* testsBrad King2013-08-1336-36/+36
* | | Merge branch 'dev/fix-variable-watch-crash' into cmake-syntaxBrad King2013-08-083-0/+14
|\ \ \ | |/ / |/| |
| * | variable_watch: Add test for watching a variable multiple timesBen Boeckel2013-08-083-0/+14
* | | Warn about unquoted arguments that look like long bracketsBrad King2013-08-084-0/+38
* | | Warn about arguments not separated by whitespaceBrad King2013-08-081-1/+17
* | | Add RunCMake.Syntax test cases for command invocation stylesBrad King2013-08-0816-0/+74
* | | cmListFileLexer: Fix line number after backslash in stringBrad King2013-08-084-0/+12
* | | Add RunCMake.Syntax test to cover argument parsingBrad King2013-08-0819-0/+53
* | | Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-0258-0/+248
|/ /
* | Export: Process generator expressions from INCLUDES DESTINATION.Stephen Kelly2013-08-014-0/+13
* | Merge topic 'install-interface-includes'Brad King2013-07-314-10/+0
|\ \
| * | install: Remove error condition using INCLUDES DESTINATION without EXPORT.Stephen Kelly2013-07-294-10/+0
* | | Merge topic 'minor-cleanups'Brad King2013-07-293-4/+4
|\ \ \
| * | | Genex: Disallow LINKER_LANGUAGE only when used on a static library.Stephen Kelly2013-07-261-2/+2
| * | | Export: Fix typo of LINK_INTERFACE_LIBRARIES.Stephen Kelly2013-07-262-2/+2
* | | | Merge topic 'install-interface-includes'Brad King2013-07-264-0/+10
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Add a convenient way to add the includes install dir to the INTERFACE.Stephen Kelly2013-07-244-0/+10
* | | Merge topic 'dev/export-target-without-language'Brad King2013-07-256-0/+16
|\ \ \
| * | | export: Error when exporting a target without a languageBen Boeckel2013-07-256-0/+16
* | | | Merge topic 'doc-RunCMake-strips-expected'Brad King2013-07-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Tests/RunCMake: Document stripping of expected outputBen Boeckel2013-07-251-1/+1
| | |/ | |/|
* | | target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signatureStephen Kelly2013-07-2422-0/+150
* | | Merge topic 'remove-LINK_LANGUAGE-genex'Brad King2013-07-242-3/+4
|\ \ \ | |/ / |/| |
| * | Remove the LINK_LANGUAGE generator expression.Stephen Kelly2013-07-242-3/+4
| |/
* | Teach compiler ABI check to tolerate try_compile COPY_FILE failureBrad King2013-07-175-0/+26
|/
* Merge topic 'obsolete-qt4-macros'Brad King2013-07-1610-0/+47
|\
| * Mark qt4_use_modules and qt4_automoc as obsolete.Stephen Kelly2013-07-1410-0/+47
* | Merge topic 'target-policies'Brad King2013-07-157-0/+36
|\ \
| * | Genex: Make CMP0021 and CMP0022 usable with TARGET_POLICYStephen Kelly2013-07-117-0/+36
* | | Merge topic 'INTERFACE_LINK_LIBRARIES-prop'Brad King2013-07-1528-0/+145
|\ \ \ | |/ /
| * | TLL: Don't populate old link interface if CMP0022 is NEW.Stephen Kelly2013-07-089-0/+41
| * | Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-087-0/+35
| * | Introduce the INTERFACE_LINK_LIBRARIES property.Stephen Kelly2013-07-0814-0/+69
| |/
* | Merge topic 'try_compile-COPY_FILE_ERROR'Brad King2013-07-157-0/+16
|\ \