summaryrefslogtreecommitdiff
path: root/upb/def.h
AgeCommit message (Expand)Author
2019-03-27Moved macros from upb.h to port_def.inc to avoid leaking them to users. (#160)Joshua Haberman
2019-01-26Added a few more missing functions.Josh Haberman
2019-01-26Added missing fielddef function implementations for C++.Josh Haberman
2019-01-24Fixes for Google-internal tests.Josh Haberman
2019-01-23Some more fixes for PHP.Joshua Haberman
2019-01-17Moved some definitions to def.hJoshua Haberman
2019-01-16upb_symtab_add() returns upb_filedef* instead of bool.Joshua Haberman
2019-01-15Merge branch 'arrayapi' into defcleanupJoshua Haberman
2019-01-14WIP.Joshua Haberman
2019-01-12Removed old-style C++ handlers that relied on UB in favor of more normal ones.Joshua Haberman
2019-01-02Some bugfixes.Joshua Haberman
2018-12-22Merge branch 'master' into defcleanupJoshua Haberman
2018-12-20Some fixes for Ruby.Joshua Haberman
2018-12-16Got test_decoder working!Joshua Haberman
2018-12-13Ported some tests.Joshua Haberman
2018-12-12WIP, more progress on refactoring.Joshua Haberman
2018-12-12Add support for encoding Any in jsonBo Yang
2018-12-10WIP, core library compiles now.Joshua Haberman
2018-12-08Merge branch 'master' into defcleanupJoshua Haberman
2018-12-08Merge branch 'cmake-mac-fixes' into defcleanupJoshua Haberman
2018-12-04Implement json decoding for Any message. (#130)Paul Yang
2018-10-21Merge branch 'master' into defcleanupJosh Haberman
2018-09-18Fix json encoding for wrappers, ListValue, Struct and Value. (#126)Paul Yang
2018-09-11WIP.Josh Haberman
2018-09-06Fix json parsing for Struct, ListValue and Value.Bo Yang
2018-08-29Fix json encoding/decoding for duration. (#118)Paul Yang
2018-08-24Fix json parsing for timestamp (#115)Paul Yang
2018-03-07For encoding upb needs descriptor type instead of type.Bo Yang
2017-05-31Add new file option php_namespace.Bo Yang
2017-03-14Add new file option php_class_prefix.Bo Yang
2017-01-21Ripped out complicated and unused code for replacing defs in a symtab.Josh Haberman
2017-01-21Make upb::SymbolTable no longer reference-counted.Josh Haberman
2017-01-21Moved upb_symtab to def.h/def.c.Josh Haberman
2016-11-29New upb_msg code and Lua bindings around it.Josh Haberman
2016-05-12Added UPB_ASSERT() that helps avoid unused var warnings.Joshua Haberman
2016-04-21Put oneofs in the same table as fields. (#60)Joshua Haberman
2016-04-19Changed schema for JSON test to be defined in a .proto file. (#54)Joshua Haberman
2016-04-06Refactored upb_def_freeze() a bit per PR comments.Josh Haberman
2016-04-06Changes for PR comments.Josh Haberman
2016-04-05Added upb::FileDef, which represents the file defs are declared in.Josh Haberman
2016-03-08Make OneofDef stop deriving from Def.Josh Haberman
2016-02-21Add missing FieldDef::index() definitionMattia Barbon
2016-02-17Addressed code review comments.Josh Haberman
2016-02-17Changed JSON parser/printer to correctly camelCase names.Josh Haberman
2015-10-14Add flag to MessageDef for whether fields have presence.Josh Haberman
2015-07-07Brought into compliance with Google open-source policies.Josh Haberman
2015-06-02Ported upb to C89, for greater portability.Josh Haberman
2015-02-02Support maps in JSON parsing and serialization.Chris Fallin
2015-01-14Support oneof defs in upb.Chris Fallin
2014-12-15Added msgdef flag to indicate map_entry protos.Chris Fallin
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback