Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmListFileLexer: bail out on seek-errors | Gregor Jasny | 2017-02-27 | 1 | -0/+1 |
* | cmListFileLexer: Fix signature of cmListFileLexer_New | Brad King | 2017-01-11 | 1 | -1/+1 |
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -4/+2 |
* | Add Lua-style long brackets and long comments to CMake language | Brad King | 2013-10-17 | 1 | -0/+3 |
* | cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) | Brad King | 2013-10-17 | 1 | -1/+13 |
* | Warn about arguments not separated by whitespace | Brad King | 2013-08-08 | 1 | -0/+1 |
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
* | BUG#1049: Added error message when file ends in an unterminated string. | Brad King | 2004-08-31 | 1 | -1/+4 |
* | ENH: Added cmListFileLexer_SetString method to allow a string to be parsed as... | Brad King | 2004-04-21 | 1 | -0/+1 |
* | ENH: Using lex-based tokenizer and a simple recursive-descent parser in place... | Brad King | 2003-12-08 | 1 | -0/+60 |