summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-24Fix error checking in call to register_extensions()Uli Schlachter1-1/+1
2015-03-24Code generator: Implement errorcopy and eventcopyUli Schlachter1-2/+2
2015-03-24Begin work on a test suiteUli Schlachter3-4/+146
2015-03-24Mark the auto-generated file as auto-generatedUli Schlachter1-0/+1
2015-03-24static_extension_info_t: Use uint8_t again were possibleUli Schlachter2-3/+8
2015-03-24Implement a working code generatorUli Schlachter6-134/+61
2015-03-24Add a first version of the code generatorUli Schlachter1-0/+85
2015-03-18Include xcb_errors.h from errors.hUli Schlachter2-1/+2
2015-03-18Define the "unknown foo" lists as stringsUli Schlachter3-12/+12
2015-03-18Add a TODO about round-tripsUli Schlachter1-0/+2
2015-03-18Remove pretty much unused member from xcb_errors_context_tUli Schlachter1-6/+4
2015-03-18Fix memory leak in xcb_errors_context_new()Uli Schlachter1-0/+1
2015-03-18Add and use helper macro for range checksUli Schlachter1-4/+4
2015-03-18Fix off-by-one in length checkUli Schlachter1-1/+1
2015-03-18Initial versionUli Schlachter6-0/+459