Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parser: Issue file open error messages through dedicated API | Stephen Kelly | 2016-06-13 | 1 | -5/+1 |
| | |||||
* | cmMakefile: Create a scoped context for parsing listfiles. | Stephen Kelly | 2015-07-06 | 1 | -1/+3 |
| | | | | Update the Syntax tests to check for updated/improved backtraces. | ||||
* | cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) | Brad King | 2013-10-17 | 1 | -0/+6 |
Teach the lexer to read a UTF-8, UTF-16 BE/LE, or UTF-32 BE/LE Byte-Order-Mark from the start of a file if any is present. Report an error on files using UTF-16 or UTF-32 and accept a UTF-8 or missing BOM. |