Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmListFileCache: When missing ending ) print starting line instead of last one | Bartosz Kosiorek | 2019-06-03 | 1 | -1/+1 |
| | | | | Fixes: #19301 | ||||
* | Parser: Issue messages through cmake, not cmSystemTools | Stephen Kelly | 2016-08-25 | 1 | -7/+4 |
| | | | | | Make these messages uniform with regard to other messages issued by cmake. | ||||
* | cmListFileLexer: Fix line number after backslash in string | Brad King | 2013-08-08 | 1 | -0/+7 |
If a line inside a string ends in a backslash count the following newline character as a line increment. Add a test covering this case to verify that subsequent line numbers are correct. |