| Commit message (Expand) | Author | Age | Files | Lines |
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -31/+40 |
|
|
* | Add \-continuation to CMake language quoted arguments | Brad King | 2013-10-23 | 1 | -1/+1 |
|
|
* | Add Lua-style long brackets and long comments to CMake language | Brad King | 2013-10-17 | 1 | -108/+261 |
|
|
* | cmListFileLexer: Convert CRLF -> LF newlines explicitly | Brad King | 2013-10-17 | 1 | -25/+57 |
|
|
* | cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) | Brad King | 2013-10-17 | 1 | -4/+53 |
|
|
* | cmListFileLexer: Allow command names with one letter (#14181) | Brad King | 2013-10-17 | 1 | -1/+1 |
|
|
* | cmListFileLexer: Fix leak on error before EOF | Brad King | 2013-09-17 | 1 | -0/+1 |
|
|
* | cmListFileLexer: Modify flex output to avoid Borland warning | Brad King | 2013-08-08 | 1 | -24/+24 |
|
|
* | Warn about arguments not separated by whitespace | Brad King | 2013-08-08 | 1 | -57/+62 |
|
|
* | cmListFileLexer: Split normal and legacy unquoted arguments | Brad King | 2013-08-08 | 1 | -77/+93 |
|
|
* | cmListFileLexer: Fix line number after backslash in string | Brad King | 2013-08-08 | 1 | -147/+227 |
|
|
* | Remove some uses of obsolete 'register' storage specifier | Sean McBride | 2013-06-28 | 1 | -15/+15 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -22/+22 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail | Bill Hoffman | 2009-06-25 | 1 | -1/+1 |
|
|
* | COMP: Fix warnings produced by the change in include order from the re-organi... | Brad King | 2006-08-09 | 1 | -9/+1 |
|
|
* | COMP: Moved duplicate flex-generated lexer warning suppression and cross-plat... | Brad King | 2006-08-08 | 1 | -20/+2 |
|
|
* | COMP: Fix and/or disable warnings for Borland 5.6 build. | Brad King | 2006-08-01 | 1 | -0/+5 |
|
|
* | BUG: When an unquoted argument contains a pair of matching double quotes spac... | Brad King | 2005-09-19 | 1 | -48/+49 |
|
|
* | BUG: Unquoted arguments can have quotes that are not at the beginning, but on... | Brad King | 2005-08-01 | 1 | -67/+65 |
|
|
* | COMP: Defining YY_NO_INPUT to remove compilation of unused yyinput function. ... | Brad King | 2005-03-15 | 1 | -0/+1 |
|
|
* | ENH: Mangled lexer symbols to begin in cmListFileLexer_yy instead of just yy ... | Brad King | 2005-01-19 | 1 | -150/+152 |
|
|
* | BUG#1179: Fix for syntax in unquoted arguments. | Brad King | 2004-09-20 | 1 | -70/+80 |
|
|
* | BUG#1049: Added error message when file ends in an unterminated string. | Brad King | 2004-08-31 | 1 | -10/+35 |
|
|
* | BUG: Fixed parsing of unquoted arguments to allow double-quotes within the ar... | Brad King | 2004-06-18 | 1 | -37/+34 |
|
|
* | ENH: Added cmListFileLexer_SetString method to allow a string to be parsed as... | Brad King | 2004-04-21 | 1 | -31/+115 |
|
|
* | ERR: Removed YY_BREAK statements after return statements because they are unr... | Brad King | 2003-12-09 | 1 | -8/+1 |
|
|
* | ERR: Added missing static keyword to cmListFileLexerSetToken and cmListFileLe... | Brad King | 2003-12-09 | 1 | -27/+41 |
|
|
* | ERR: We must define YY_NO_UNISTD_H to build on windows. | Brad King | 2003-12-08 | 1 | -0/+1 |
|
|
* | ENH: Using lex-based tokenizer and a simple recursive-descent parser in place... | Brad King | 2003-12-08 | 1 | -0/+2216 |
|
|