summaryrefslogtreecommitdiff
path: root/Source/cmListFileLexer.c
Commit message (Expand)AuthorAgeFilesLines
* cmListFileLexer: Fix lexing of single '[' character (#15092)Brad King2014-08-181-33/+42
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-31/+40
* Add \-continuation to CMake language quoted argumentsBrad King2013-10-231-1/+1
* Add Lua-style long brackets and long comments to CMake languageBrad King2013-10-171-108/+261
* cmListFileLexer: Convert CRLF -> LF newlines explicitlyBrad King2013-10-171-25/+57
* cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137)Brad King2013-10-171-4/+53
* cmListFileLexer: Allow command names with one letter (#14181)Brad King2013-10-171-1/+1
* cmListFileLexer: Fix leak on error before EOFBrad King2013-09-171-0/+1
* cmListFileLexer: Modify flex output to avoid Borland warningBrad King2013-08-081-24/+24
* Warn about arguments not separated by whitespaceBrad King2013-08-081-57/+62
* cmListFileLexer: Split normal and legacy unquoted argumentsBrad King2013-08-081-77/+93
* cmListFileLexer: Fix line number after backslash in stringBrad King2013-08-081-147/+227
* Remove some uses of obsolete 'register' storage specifierSean McBride2013-06-281-15/+15
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-22/+22
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-1/+1
* COMP: Fix warnings produced by the change in include order from the re-organi...Brad King2006-08-091-9/+1
* COMP: Moved duplicate flex-generated lexer warning suppression and cross-plat...Brad King2006-08-081-20/+2
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-0/+5
* BUG: When an unquoted argument contains a pair of matching double quotes spac...Brad King2005-09-191-48/+49
* BUG: Unquoted arguments can have quotes that are not at the beginning, but on...Brad King2005-08-011-67/+65
* COMP: Defining YY_NO_INPUT to remove compilation of unused yyinput function. ...Brad King2005-03-151-0/+1
* ENH: Mangled lexer symbols to begin in cmListFileLexer_yy instead of just yy ...Brad King2005-01-191-150/+152
* BUG#1179: Fix for syntax in unquoted arguments.Brad King2004-09-201-70/+80
* BUG#1049: Added error message when file ends in an unterminated string.Brad King2004-08-311-10/+35
* BUG: Fixed parsing of unquoted arguments to allow double-quotes within the ar...Brad King2004-06-181-37/+34
* ENH: Added cmListFileLexer_SetString method to allow a string to be parsed as...Brad King2004-04-211-31/+115
* ERR: Removed YY_BREAK statements after return statements because they are unr...Brad King2003-12-091-8/+1
* ERR: Added missing static keyword to cmListFileLexerSetToken and cmListFileLe...Brad King2003-12-091-27/+41
* ERR: We must define YY_NO_UNISTD_H to build on windows.Brad King2003-12-081-0/+1
* ENH: Using lex-based tokenizer and a simple recursive-descent parser in place...Brad King2003-12-081-0/+2216