summaryrefslogtreecommitdiff
path: root/upb/decode.c
AgeCommit message (Expand)Author
2019-04-17upb_proto_library() aspect is working, even for external repos.Josh Haberman
2019-03-27Moved macros from upb.h to port_def.inc to avoid leaking them to users. (#160)Joshua Haberman
2019-03-27Removed reflection and other extraneous things from the core library. (#158)Joshua Haberman
2019-03-26Merge branch 'master' into apitweaksJosh Haberman
2019-02-01A few small API tweaks.Josh Haberman
2019-01-15Merge branch 'arrayapi' into defcleanupJoshua Haberman
2019-01-03Renamed upb_stringview -> upb_strview for C terseness.Josh Haberman
2018-09-11WIP.Josh Haberman
2018-09-06Added support for unknown fields to upb_msg.Josh Haberman
2018-09-06Fixed some c89 errors.Josh Haberman
2018-09-06Removed default instance and oneof array from tables.Josh Haberman
2018-09-06Removed unused parameter.Joshua Haberman
2018-09-06A few more compile fixes.Joshua Haberman
2018-09-06Changed C API to use inline functions and computed offsets.Joshua Haberman
2018-09-03Changed C API to only define structs, a table, and a few minimal inline funct...Joshua Haberman
2018-08-22Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.Josh Haberman
2018-08-12Enforced that upb_msg lives in an Arena only, and other simplifying.Joshua Haberman
2018-03-08Implement decoding repeated message field.Bo Yang
2018-03-07Fix parsing sub-message field.Bo Yang
2018-03-07Fix oneof encoding/decodingBo Yang
2018-03-07For encoding upb needs descriptor type instead of type.Bo Yang
2017-09-25Initialize tag to make compiler happy.Bo Yang
2017-07-19Fixed amalgamated build.Joshua Haberman
2017-07-19Fix amalgamated build.Joshua Haberman
2017-07-19Fixed 32-bit build and added generated files.Joshua Haberman
2017-07-19Address review comments and fix compile warnings.Joshua Haberman
2017-07-18Responded to PR comments.Joshua Haberman
2017-07-18Fixes for oneof conformance tests.Joshua Haberman
2017-07-17New encode/decode: most (171 / 192) conformance tests pass.Joshua Haberman
2017-07-11WIP.Joshua Haberman
2017-07-10Lots of encoder/decoder work (backwards encoder).Joshua Haberman
2017-07-08A good start on upb_encode and upb_decode.Josh Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback