257 Commits (20f1b6df41c0a4a2e0516d45fdb81f58fa4814c5)

Author SHA1 Message Date
Josh Haberman c909a7aa6e Deleted some dead code related to varint decoding. 8 years ago
Bo Yang 4169481438 Fix bugs in file_onphpprefix 8 years ago
Bo Yang 969ba5ef86 Add new file option php_class_prefix. 8 years ago
Bo Yang 0168f28daf Bug fix: When encoding, negative int32 values should be padded to int64 in order to be wire compatible 8 years ago
Josh Haberman 3b7dc27fb5 Fixed amalgamated build and added test. 8 years ago
Josh Haberman 5aa01b46e4 A couple more fixes. 8 years ago
Josh Haberman 512130adf1 Remove another bit of obsolete code. 8 years ago
Josh Haberman 693b841ec6 Removed all code for adding extensions to upb_symtab. 8 years ago
Josh Haberman 629b4ce621 Ripped out complicated and unused code for replacing defs in a symtab. 8 years ago
Josh Haberman 47da2afd52 Make upb::SymbolTable no longer reference-counted. 8 years ago
Josh Haberman c850bc0a4e Moved upb_symtab to def.h/def.c. 8 years ago
Josh Haberman 6cccfe1649 Addressed PR comments. 8 years ago
Josh Haberman ce1f63fde2 A few C++ fixes for BufferSink. 8 years ago
Josh Haberman 15c388b819 Basic serialization for upb_msg and Lua. 8 years ago
Josh Haberman 2b77da3da8 Update for final PR comments. 8 years ago
Josh Haberman ba4e23f170 Added a few missing __gc metamethods. 8 years ago
Josh Haberman 949aeee3f1 Changes for PR comments. 8 years ago
Josh Haberman 3122535726 Fleshed out comments and removed some dead code. 8 years ago
Josh Haberman 62472c1161 Suppress warnings on 32-bit for this dead code for now. 8 years ago
Josh Haberman e977c0af03 Fixed more bugs surfaced by Travis. 8 years ago
Josh Haberman 39c2414d68 Added descriptor.pb so we don't depend on protoc for tests. 8 years ago
Josh Haberman ff99b3f46b Fixed some bugs surfaced by Travis. 8 years ago
Josh Haberman 16ca9309b3 Removed some temporary code and fixed a few tests. 8 years ago
Josh Haberman 4b0c4ca7fb New upb_msg code and Lua bindings around it. 8 years ago
HATATANI Shinta 35e174bf0e Fix C++11 incompatibility 8 years ago
HATATANI Shinta 5211caac97 Make upb compatible with musl libc 8 years ago
Josh Haberman 5a49a33605 Responded to CR comments. 8 years ago
Josh Haberman af79bfb919 Some refcounting fixes. 8 years ago
Josh Haberman c387d372ee Added descriptive comment about descriptor nesting. 8 years ago
Josh Haberman bb872be0c0 Addressed CR comments: simplify slightly. 8 years ago
Josh Haberman 074a050bb1 Added support for loading oneofs from descriptors. 8 years ago
Josh Haberman fd1e6a3805 Updated generated code. 8 years ago
Josh Haberman b09c59cc05 A small bugfix to upb_table and simplified some code. 8 years ago
Josh Haberman ea85066489 JSON: fix a couple cases of the wrong closure being passed to end handlers. 8 years ago
Joshua Haberman fa338b70a6 Added UPB_ASSERT() that helps avoid unused var warnings. 9 years ago
Josh Haberman e16ed470be Updated URL to Tarjan set union paper. 9 years ago
Joshua Haberman d0c2479920 Fixed small omission: upb_env_init2(). (#61) 9 years ago
Joshua Haberman ac2689cec7 Put oneofs in the same table as fields. (#60) 9 years ago
Joshua Haberman e6fa3f9d86 Changed schema for JSON test to be defined in a .proto file. (#54) 9 years ago
Joshua Haberman 68bc62a7fa Split upb::Arena/upb::Allocator from upb::Environment. (#58) 9 years ago
Josh Haberman 04786dc2b3 Also regenerate JSON parser. 9 years ago
Joshua Haberman 5b1804d52a Fix for JSON error reporting. (#57) 9 years ago
Joshua Haberman 89197b9358 JSON parser: always accept both name variants, flag controls which we generate. 9 years ago
Josh Haberman 1019f76fc5 Added migration flag for users using old JSON format. 9 years ago
Josh Haberman 8823fa6069 Refactored upb_def_freeze() a bit per PR comments. 9 years ago
Josh Haberman f8c26358f0 Changes for PR comments. 9 years ago
Josh Haberman e9d79d2441 Added upb::FileDef, which represents the file defs are declared in. 9 years ago
Josh Haberman 7f0d3bb83d Make OneofDef stop deriving from Def. 9 years ago
Mattia Barbon 15c77612d0 Add missing FieldDef::index() definition 9 years ago
Josh Haberman 79938f3590 Fixed const correctness of json_nice_escape(). 9 years ago