summaryrefslogtreecommitdiff
path: root/src/libs/glsl/glsllexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* License headers, part 2con2010-12-171-7/+11
* Handle logical xor.Roberto Raggi2010-11-301-1/+4
* Store the numbers and the identifiers in two different sets.Roberto Raggi2010-11-261-1/+4
* Added Engine::blockDiagnosticMessages()Roberto Raggi2010-11-261-10/+2
* Highlight reserved GLSL keywordsRhys Weatherley2010-11-231-4/+5
* Report the syntax errors.Roberto Raggi2010-11-191-0/+18
* Use QString instead of std::string in GLSL parserRhys Weatherley2010-11-181-2/+3
* Build AST nodes from within the parser.Rhys Weatherley2010-11-121-0/+3
* Get rid of glsl.g.in and start working on the semantic actions.Roberto Raggi2010-11-111-6/+14
* Compile.Roberto Raggi2010-11-101-4/+5
* Introduced a simple incremental lexer for GLSL.Roberto Raggi2010-11-101-17/+81
* Imported our new GLSL front-end.Roberto Raggi2010-11-101-0/+325