summaryrefslogtreecommitdiff
path: root/source/text.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto1-21/+9
2016-02-17Rearrange headersDavid Neto1-1/+1
2016-01-07Extend copyright to 2016.Dejan Mircevski1-1/+1
2015-11-16Use Google comment style and fix typos.Lei Zhang1-15/+4
2015-11-12Move SPIR-V constants/limits to a separate header.Lei Zhang1-0/+1
2015-11-12Use std::string instead of a huge array for storing literal strings.Lei Zhang1-4/+1
2015-11-12Use quotation for libspirv.h and sort headers.Lei Zhang1-3/+3
2015-11-10Run clang-format to enforce Google style globally.Lei Zhang1-2/+1
2015-11-02Inclusion guards follow Google C++ styleDavid Neto1-3/+3
2015-10-26Updated string escaping in the assembler.Andrew Woloszyn1-2/+2
2015-10-26Accept long UTF-8 Literal StringsDavid Neto1-3/+6
2015-10-26Support strings with up to 65535 chars, and null.David Neto1-1/+2
2015-10-26Refactored dynamic and static state out of text processing.Andrew Woloszyn1-91/+0
2015-10-26All values now represent symbolic names instead of mixed with numeric.Andrew Woloszyn1-73/+0
2015-10-26Assembler support for simple mask expressionsDavid Neto1-0/+18
2015-10-26Run clang-format.Lei Zhang1-2/+2
2015-10-26Fix an infinite loop during message generation.David Neto1-0/+10
2015-10-26Add an API parameter to choose assembly syntax format for assembler.Lei Zhang1-4/+6
2015-10-26Use opcode operand definitions from SPIR-V specification generator.David Neto1-3/+13
2015-10-26Getting the next word respects quoting and escaping.David Neto1-1/+2
2015-10-26Getting the next word ends at a comment (;)David Neto1-1/+3
2015-10-26String literals must be quoted.David Neto1-1/+4
2015-05-22Code drop of the Codeplay spirv-tools source.Kenneth Benzie (Benie)1-0/+193