summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2018-12-04Implement json decoding for Any message. (#130)Paul Yang
* Implement json decoding for Any message. type url may not appear as the first value in json. As a result, other data cannot be resolved before resolving type url. To solve that, this change caches the start and end position of unparsed values and resolve them in end_any_object when type url has been resolved. * Handle Any in switch * Update json parser size * Fix comments * Sync upstream * Add dependency on upb_pb for upb_json * Debug failed test * Fix cmake * Update test generated files * Remove debug tests
2014-12-09Decoder bugfix, .gitignore update, and delete obsolete files.Josh Haberman
2009-08-04Makefile is much improved ("make deps" works again, etc).Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback