From: Andreas Hartmetz Date: Tue, 9 Jul 2013 20:43:15 +0000 (+0200) Subject: Improvements in AttribArray / attrib/list code generation. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=b491f9b5da9ccc5ed9ea831961df734a1137470e;hp=b491f9b5da9ccc5ed9ea831961df734a1137470e;p=apitrace Improvements in AttribArray / attrib/list code generation. - Treat unknown keys the same way while counting elements and while processing them (they are assumed to be followed by an int value). - Support custom terminators. - Serialize the terminator. - Reduce the line count of generated code a bit. - Add forgotten begin/endElement() around writing the keys. - Improve comment wording. ---