aboutsummaryrefslogtreecommitdiffstats
path: root/glcpp/glcpp.h
Commit message (Expand)AuthorAgeFilesLines
* glcpp: Make standalone binary use preprocess().Kenneth Graunke2010-06-231-0/+3
* glcpp: Add glcpp_warning for printing warnings to the info log.Kenneth Graunke2010-06-211-0/+5
* glcpp: Add boolean 'error' flag.Kenneth Graunke2010-06-211-0/+1
* glcpp: Rename "errors" to "info_log."Kenneth Graunke2010-06-211-1/+1
* glcpp: Add line locations to "Unterminated #if" error message.Kenneth Graunke2010-06-211-0/+1
* glcpp: Introduce new glcpp_error function.Kenneth Graunke2010-06-211-0/+3
* glcpp: Set locations on tokens.Kenneth Graunke2010-06-211-0/+1
* glcpp: Add plumbing to support line locations.Kenneth Graunke2010-06-211-1/+11
* glcpp: Build a reentrant parser.Kenneth Graunke2010-06-211-1/+1
* glcpp: Add support for lexing from a string.Kenneth Graunke2010-06-211-0/+3
* glcpp: Output to a buffer and error log rather than directly printing.Kenneth Graunke2010-06-211-0/+2
* Merge Carl's preprocessor into the glcpp subdirectory.Kenneth Graunke2010-06-211-0/+195