CMake/Tests/RunCMake/Syntax
Brad King 7c36d2067b cmListFileBacktrace: Refactor storage to provide efficient value semantics
Since commit v3.4.0-rc1~321^2~2 (Genex: Store a backtrace, not a pointer
to one, 2015-07-08) we treat cmListFileBacktrace instances as
lightweight values.  This was true at the time only because the
backtrace information was kept in the cmState snapshot hierarchy.
However, that forced us to accumulate a lot of otherwise short-lived
snapshots just to have the backtrace fields available for reference by
cmListFileBacktrace instances.  Recent refactoring made backtrace
instances independent of the snapshot hierarchy to avoid accumulating
short-lived snapshots.  This came at the cost of making backtrace values
heavy again, leading to lots of string coying and slower execution.

Fix this by refactoring cmListFileBacktrace to provide value semantics
with efficient shared storage underneath.  Teach cmMakefile to maintain
its call stack using an instance of cmListFileBacktrace.  This approach
allows the current backtrace to be efficiently saved whenever it is
needed.

Also teach cmListFileBacktrace the notion of a file-level scope.  This
is useful for messages about the whole file (e.g. during parsing) that
are not specific to any line within it.  Push the CMakeLists.txt scope
for each directory and never pop it.  This ensures that we always have
some context information and simplifies cmMakefile::IssueMessage.
Push/pop a file-level scope as each included file is processed.  This
supersedes cmParseFileScope and improves diagnostic message context
information in a few places.  Fix the corresponding test cases to expect
the improved output.
2016-04-18 09:21:19 -04:00
..
.gitattributes Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
AtWithVariable-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariable.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableAtOnly-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableAtOnly.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableAtOnlyFile-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableAtOnlyFile.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableEmptyExpansion-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableEmptyExpansion.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableEmptyExpansionAtOnly-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableEmptyExpansionAtOnly.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableFile-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
AtWithVariableFile.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
BOM-UTF-8-stdout.txt cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-8.cmake cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-16-BE-result.txt cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-16-BE-stderr.txt cmMakefile: Create a scoped context for parsing listfiles. 2015-07-06 11:22:41 -04:00
BOM-UTF-16-BE.cmake cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-16-LE-result.txt cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-16-LE-stderr.txt cmMakefile: Create a scoped context for parsing listfiles. 2015-07-06 11:22:41 -04:00
BOM-UTF-16-LE.cmake cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-32-BE-result.txt cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-32-BE-stderr.txt cmMakefile: Create a scoped context for parsing listfiles. 2015-07-06 11:22:41 -04:00
BOM-UTF-32-BE.cmake cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-32-LE-result.txt cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
BOM-UTF-32-LE-stderr.txt cmMakefile: Create a scoped context for parsing listfiles. 2015-07-06 11:22:41 -04:00
BOM-UTF-32-LE.cmake cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) 2013-10-17 09:06:59 -04:00
Bracket0-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
Bracket0.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
Bracket1-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
Bracket1.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
Bracket2-stdout.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
Bracket2.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketBackslash-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketBackslash-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketBackslash.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketCRLF-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketCRLF.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment0-stdout.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment0.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment1-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment1-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment1.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment2-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment2-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment2.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment3-stdout.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment3.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment4-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment4-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment4.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment5-stdout.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketComment5.cmake Add to RunCMake.Syntax test comments not separated by spaces 2013-10-29 09:55:43 -04:00
BracketNoSpace0-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace0-stderr.txt cmMakefile: Create a scoped context for parsing listfiles. 2015-07-06 11:22:41 -04:00
BracketNoSpace0.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace1-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace1-stderr.txt cmMakefile: Create a scoped context for parsing listfiles. 2015-07-06 11:22:41 -04:00
BracketNoSpace1.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace2-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace2-stderr.txt cmMakefile: Create a scoped context for parsing listfiles. 2015-07-06 11:22:41 -04:00
BracketNoSpace2.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace3-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace3-stderr.txt cmMakefile: Create a scoped context for parsing listfiles. 2015-07-06 11:22:41 -04:00
BracketNoSpace3.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace4-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace4-stderr.txt cmMakefile: Create a scoped context for parsing listfiles. 2015-07-06 11:22:41 -04:00
BracketNoSpace4.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace5-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
BracketNoSpace5-stderr.txt cmMakefile: Create a scoped context for parsing listfiles. 2015-07-06 11:22:41 -04:00
BracketNoSpace5.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
CMP0053-At-NEW-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-At-NEW.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-At-OLD-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-At-OLD.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-At-WARN-newlines-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-At-WARN-newlines.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-At-WARN-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-At-WARN.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NUL-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NUL.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithCarriageReturn-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithCarriageReturn-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithCarriageReturn.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithCarriageReturnQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedSpaces-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedSpaces-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedSpaces.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedSpacesQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedTabs-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedTabs-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedTabs.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithEscapedTabsQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithNewline-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithNewline-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithNewline.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithNewlineQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithSpaces-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithSpaces-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithSpaces.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithSpacesQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithSpacesQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithSpacesQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithTabs-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithTabs-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithTabs.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithTabsQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithTabsQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-NameWithTabsQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-ParenInENV-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-ParenInENV.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-ParenInQuotedENV-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-ParenInQuotedENV.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-WARN-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMP0053-WARN.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CMakeLists.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
CommandComments-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandComments.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError0-result.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError0-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError0.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError1-result.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError1-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError1.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError2-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
CommandError2-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
CommandError2.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
CommandNewlines-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandNewlines.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandSpaces-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandSpaces.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandTabs-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandTabs.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
Escape1-stderr.txt Add to RunCMake.Syntax test \-escape cases 2013-10-29 10:21:50 -04:00
Escape1.cmake Add to RunCMake.Syntax test \-escape cases 2013-10-29 10:21:50 -04:00
Escape2-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
Escape2-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
Escape2.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
EscapeChar-char-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
EscapeChar-char-stderr.txt.in EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
EscapeChar-char.cmake.in EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
EscapeCharsAllowed-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
EscapeCharsAllowed.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
EscapeCharsDisallowed.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
EscapeQuotes-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
EscapeQuotes.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
EscapedAt-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
EscapedAt.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
ExpandInAt-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
ExpandInAt.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
ForEachBracket1-stderr.txt Test foreach/function/macro handling of bracket arguments 2013-10-30 19:13:41 -04:00
ForEachBracket1.cmake Test foreach/function/macro handling of bracket arguments 2013-10-30 19:13:41 -04:00
FunctionBracket1-stderr.txt Test foreach/function/macro handling of bracket arguments 2013-10-30 19:13:41 -04:00
FunctionBracket1.cmake Test foreach/function/macro handling of bracket arguments 2013-10-30 19:13:41 -04:00
FunctionUnmatched-result.txt Fix assertion failure on unmatched function or macro 2015-06-22 11:41:51 -04:00
FunctionUnmatched-stderr.txt cmListFileBacktrace: Refactor storage to provide efficient value semantics 2016-04-18 09:21:19 -04:00
FunctionUnmatched.cmake Fix assertion failure on unmatched function or macro 2015-06-22 11:41:51 -04:00
FunctionUnmatchedForeach-result.txt Fix assertion failure on unmatched foreach in function (#15572) 2015-05-18 11:13:05 -04:00
FunctionUnmatchedForeach-stderr.txt Fix assertion failure on unmatched foreach in function (#15572) 2015-05-18 11:13:05 -04:00
FunctionUnmatchedForeach.cmake Fix assertion failure on unmatched foreach in function (#15572) 2015-05-18 11:13:05 -04:00
MacroBracket1-stderr.txt Test foreach/function/macro handling of bracket arguments 2013-10-30 19:13:41 -04:00
MacroBracket1.cmake Test foreach/function/macro handling of bracket arguments 2013-10-30 19:13:41 -04:00
MacroUnmatched-result.txt Fix assertion failure on unmatched function or macro 2015-06-22 11:41:51 -04:00
MacroUnmatched-stderr.txt cmListFileBacktrace: Refactor storage to provide efficient value semantics 2016-04-18 09:21:19 -04:00
MacroUnmatched.cmake Fix assertion failure on unmatched function or macro 2015-06-22 11:41:51 -04:00
MacroUnmatchedForeach-result.txt Fix assertion failure on unmatched foreach in function (#15572) 2015-05-18 11:13:05 -04:00
MacroUnmatchedForeach-stderr.txt Fix assertion failure on unmatched foreach in function (#15572) 2015-05-18 11:13:05 -04:00
MacroUnmatchedForeach.cmake Fix assertion failure on unmatched foreach in function (#15572) 2015-05-18 11:13:05 -04:00
NameWithCarriageReturn-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithCarriageReturn-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithCarriageReturn.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithCarriageReturnQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithCarriageReturnQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithCarriageReturnQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedSpaces-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedSpaces-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedSpaces.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedSpacesQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedSpacesQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedSpacesQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedTabs-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedTabs-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedTabs.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedTabsQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedTabsQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithEscapedTabsQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithNewline-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithNewline-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithNewline.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithNewlineQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithNewlineQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithNewlineQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithSpaces-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithSpaces-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithSpaces.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithSpacesQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithSpacesQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithSpacesQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithTabs-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithTabs-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithTabs.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithTabsQuoted-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithTabsQuoted-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
NameWithTabsQuoted.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
OneLetter-stderr.txt cmListFileLexer: Allow command names with one letter (#14181) 2013-10-17 09:06:59 -04:00
OneLetter.cmake cmListFileLexer: Allow command names with one letter (#14181) 2013-10-17 09:06:59 -04:00
ParenInENV-result.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
ParenInENV-stderr.txt cmMakefile: Create a scoped context for parsing listfiles. 2015-07-06 11:22:41 -04:00
ParenInENV.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
ParenInQuotedENV-stderr.txt tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
ParenInQuotedENV.cmake tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00
ParenInVarName0-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
ParenInVarName0-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
ParenInVarName0.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
ParenInVarName1-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
ParenInVarName1-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
ParenInVarName1.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
ParenNoSpace0-stdout.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
ParenNoSpace0.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
ParenNoSpace1-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
ParenNoSpace1-stderr.txt cmMakefile: Create a scoped context for parsing listfiles. 2015-07-06 11:22:41 -04:00
ParenNoSpace1.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
ParenNoSpace2-stdout.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
ParenNoSpace2.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
RunCMakeTest.cmake Fix assertion failure on unmatched function or macro 2015-06-22 11:41:51 -04:00
String0-stderr.txt Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
String0.cmake Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
String1-stderr.txt Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
String1.cmake Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
StringBackslash-result.txt Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringBackslash-stderr.txt Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringBackslash.cmake Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringCRLF-stderr.txt cmListFileLexer: Convert CRLF -> LF newlines explicitly 2013-10-17 09:07:00 -04:00
StringCRLF.cmake cmListFileLexer: Convert CRLF -> LF newlines explicitly 2013-10-17 09:07:00 -04:00
StringContinuation1-result.txt Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringContinuation1-stderr.txt Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringContinuation1.cmake Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringContinuation2-result.txt Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringContinuation2-stderr.txt Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringContinuation2.cmake Add \-continuation to CMake language quoted arguments 2013-10-23 09:02:07 -04:00
StringNoSpace-stderr.txt cmMakefile: Create a scoped context for parsing listfiles. 2015-07-06 11:22:41 -04:00
StringNoSpace.cmake Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
Unquoted0-stderr.txt Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
Unquoted0.cmake Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
Unquoted1-stderr.txt cmListFileLexer: Fix lexing of single '[' character (#15092) 2014-08-18 10:18:20 -04:00
Unquoted1.cmake cmListFileLexer: Fix lexing of single '[' character (#15092) 2014-08-18 10:18:20 -04:00
Unquoted2-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
Unquoted2.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace0-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace0-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace0.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace1-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace1.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace2-result.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace2-stderr.txt EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBrace2.cmake EVIS: Add tests for syntax corner cases and CMP0053 2014-05-08 13:24:49 -04:00
UnterminatedBracket0-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracket0-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracket0.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracket1-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracket1-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracket1.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracketComment-result.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracketComment-stderr.txt Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedBracketComment.cmake Add Lua-style long brackets and long comments to CMake language 2013-10-17 09:07:00 -04:00
UnterminatedCall1-result.txt Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
UnterminatedCall1-stderr.txt Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
UnterminatedCall1.cmake Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
UnterminatedCall2-result.txt cmListFileLexer: Fix line number after backslash in string 2013-08-08 13:26:26 -04:00
UnterminatedCall2-stderr.txt cmListFileLexer: Fix line number after backslash in string 2013-08-08 13:26:26 -04:00
UnterminatedCall2.cmake cmListFileLexer: Fix line number after backslash in string 2013-08-08 13:26:26 -04:00
UnterminatedString-result.txt Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
UnterminatedString-stderr.txt Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
UnterminatedString.cmake Add RunCMake.Syntax test to cover argument parsing 2013-08-08 13:26:26 -04:00
atfile.txt.in tests: Add variable expansion tests 2014-02-21 16:39:12 -05:00