summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-function-missing-endforeach'Brad King2015-05-197-0/+32
|\
| * Fix assertion failure on unmatched foreach in function (#15572)Brad King2015-05-187-0/+32
* | RunCMake: Remove unneeded files.Stephen Kelly2015-02-091-1/+0
|/
* Merge topic 'fix-lexer-open-square'Brad King2014-08-192-2/+2
|\
| * cmListFileLexer: Fix lexing of single '[' character (#15092)Brad King2014-08-182-2/+2
* | EVIS: Add tests for syntax corner cases and CMP0053Ben Boeckel2014-05-08107-1/+692
* | tests: Add variable expansion testsBen Boeckel2014-02-2125-0/+130
|/
* 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
* Add \-continuation to CMake language quoted argumentsBrad King2013-10-2310-0/+26
* 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
* Do not warn about left paren not separated by a spaceBrad King2013-08-154-0/+6
* 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-0818-0/+52