Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
fcad93e1
Commit
fcad93e1
authored
Jul 20, 2007
by
Bill Hoffman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: user more memory for parser and add test to complex that sets a huge string
parent
2fb1c43a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
Source/cmCommandArgumentParser.cxx
Source/cmCommandArgumentParser.cxx
+3
-2
Tests/Complex/CMakeLists.txt
Tests/Complex/CMakeLists.txt
+1
-0
Tests/ComplexOneConfig/CMakeLists.txt
Tests/ComplexOneConfig/CMakeLists.txt
+1
-0
Tests/ComplexRelativePaths/CMakeLists.txt
Tests/ComplexRelativePaths/CMakeLists.txt
+1
-0
No files found.
Source/cmCommandArgumentParser.cxx
View file @
fcad93e1
...
...
@@ -167,8 +167,9 @@ YY_DECL;
static
void
cmCommandArgumentError
(
yyscan_t
yyscanner
,
const
char
*
message
);
#define YYDEBUG 1
//#define YYMAXDEPTH 100000
//#define YYINITDEPTH 10000
// Set these high so that
#define YYMAXDEPTH 100000
#define YYINITDEPTH 10000
/* Disable some warnings in the generated code. */
...
...
Tests/Complex/CMakeLists.txt
View file @
fcad93e1
This diff is collapsed.
Click to expand it.
Tests/ComplexOneConfig/CMakeLists.txt
View file @
fcad93e1
This diff is collapsed.
Click to expand it.
Tests/ComplexRelativePaths/CMakeLists.txt
View file @
fcad93e1
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment