summaryrefslogtreecommitdiff
path: root/upb/bindings
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-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-28Fixes for google3.Josh Haberman
2019-01-17Moved some definitions to def.hJoshua Haberman
2019-01-15Merge branch 'arrayapi' into defcleanupJoshua Haberman
2019-01-14WIP.Joshua Haberman
2019-01-12A lot more tests are working now.Joshua Haberman
2019-01-12Removed old-style C++ handlers that relied on UB in favor of more normal ones.Joshua Haberman
2019-01-09upb_refcounted is gone! Some tests still to fix.Joshua Haberman
2019-01-03Renamed upb_stringview -> upb_strview for C terseness.Josh Haberman
2018-12-13Updated to use the new array accessors.Joshua Haberman
2018-12-10WIP, core library compiles now.Joshua Haberman
2018-12-08Merge branch 'cmake-mac-fixes' into defcleanupJoshua Haberman
2018-09-11WIP.Josh Haberman
2018-09-06Removed unused variable.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-21Re-add upb/bindings/stdc++/string.h, which is still used in tests.Josh Haberman
2018-08-21Removed a bunch of obsolete code.Josh Haberman
2018-08-12Enforced that upb_msg lives in an Arena only, and other simplifying.Joshua Haberman
2018-06-14Revert "Prepare upb_value for encoding/decoding map."Bo Yang
2018-03-11Prepare upb_value for encoding/decoding map.Bo Yang
2017-07-11Merge branch 'master' into gencode2Joshua Haberman
2017-07-11Added upb_stringview, the string representation for upb_msg.Joshua Haberman
2017-07-04First version of a real C codegen for upb.Joshua Haberman
2017-07-02Removed all upb_msgdef/upb_fielddef from upb_msg.Joshua Haberman
2017-07-02Start migrating upb_msglayout to be suitable for generated code.Joshua 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-12-12Basic serialization for upb_msg and Lua.Josh Haberman
2016-12-07Added a few missing __gc metamethods.Josh Haberman
2016-12-06Changes for PR comments.Josh Haberman
2016-12-05Fleshed out comments and removed some dead code.Josh Haberman
2016-11-29Fixed more bugs surfaced by Travis.Josh Haberman
2016-11-29Removed some temporary code and fixed a few tests.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-05Added upb::FileDef, which represents the file defs are declared in.Josh Haberman
2015-07-07Also remove license headers from Lua.Josh Haberman
2015-07-07Brought into compliance with Google open-source policies.Josh Haberman
2015-06-22Fixed some bad bugs in upb_env.Josh Haberman
2015-06-04Fixes from Google-internal.Josh Haberman
2015-06-03Merge branch 'master' into google-internalJosh Haberman
2015-06-03Sync from Google-internal development.Josh Haberman
2015-06-02Ported upb to C89, for greater portability.Josh Haberman
2015-05-17Restructure tables for C89 port and smaller size.Josh Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback