summaryrefslogtreecommitdiff
path: root/Source/cmListFileLexer.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* clang-tidy: Enable check modernize-use-usingRegina Pfeifer2019-09-041-4/+9
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+2
* cmListFileLexer: bail out on seek-errorsGregor Jasny2017-02-271-0/+1
* cmListFileLexer: Fix signature of cmListFileLexer_NewBrad King2017-01-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-4/+2
* Add Lua-style long brackets and long comments to CMake languageBrad King2013-10-171-0/+3
* cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137)Brad King2013-10-171-1/+13
* Warn about arguments not separated by whitespaceBrad King2013-08-081-0/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG#1049: Added error message when file ends in an unterminated string.Brad King2004-08-311-1/+4
* ENH: Added cmListFileLexer_SetString method to allow a string to be parsed as...Brad King2004-04-211-0/+1
* ENH: Using lex-based tokenizer and a simple recursive-descent parser in place...Brad King2003-12-081-0/+60