summaryrefslogtreecommitdiff
path: root/upb/bindings
AgeCommit message (Expand)Author
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
2015-05-13Enable Travis for Clang, and enable -Werror for all Travis builds.Josh Haberman
2015-05-13Changes to Lua module loading, and file generation.Josh Haberman
2015-05-08Fixes for the open-source build.Josh Haberman
2015-05-08Google-internal development.Josh Haberman
2014-12-18Modified strtable to support length-delimited string keys. Allows forChris Fallin
2014-12-09JSON test, symbolic enum names in JSON, and a few improvements.Chris Fallin
2014-12-03Sync from Google-internal development.Josh Haberman
2014-11-18Sync to Google-internal development.Josh Haberman
2014-09-01Added lua and core32 Travis builds, and rewrote README.mdJosh Haberman
2014-08-31Rewrite of build system.Josh Haberman
2014-08-30Fix in test_cpp for bad macro expansion.Josh Haberman
2014-08-09Added optimization note.Josh Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback