summaryrefslogtreecommitdiff
path: root/upb
AgeCommit message (Expand)Author
2017-06-20Merge pull request #86 from haberman/json-numbersJoshua Haberman
2017-06-19Responded to PR comments. This also fixed a few more conformance tests.Josh Haberman
2017-06-14Merge pull request #84 from TeBoring/masterJoshua Haberman
2017-06-08Some fixes to make JSON properly recognize numbers in quotes.Josh Haberman
2017-06-02php_namespace should be explicitly set even if it's empty.Bo Yang
2017-06-01Fix upb load descriptor when no messages defined in prorto.Bo Yang
2017-05-31Add new file option php_namespace.Bo Yang
2017-03-15Merge pull request #82 from haberman/rmvarintJoshua Haberman
2017-03-14Deleted some dead code related to varint decoding.Josh Haberman
2017-03-14Fix bugs in file_onphpprefixBo Yang
2017-03-14Add new file option php_class_prefix.Bo Yang
2017-02-06Bug fix: When encoding, negative int32 values should be padded to int64 in or...Bo Yang
2017-01-24Fixed amalgamated build and added test.Josh Haberman
2017-01-23A couple more fixes.Josh Haberman
2017-01-23Remove another bit of obsolete code.Josh Haberman
2017-01-23Removed all code for adding extensions to upb_symtab.Josh Haberman
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-12-14Addressed PR comments.Josh Haberman
2016-12-12A few C++ fixes for BufferSink.Josh Haberman
2016-12-12Basic serialization for upb_msg and Lua.Josh Haberman
2016-12-07Merge pull request #74 from haberman/msgJoshua Haberman
2016-12-07Update for final PR comments.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-29Suppress warnings on 32-bit for this dead code for now.Josh Haberman
2016-11-29Fixed more bugs surfaced by Travis.Josh Haberman
2016-11-29Added descriptor.pb so we don't depend on protoc for tests.Josh Haberman
2016-11-29Fixed some 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-11-13Fix C++11 incompatibilityHATATANI Shinta
2016-11-13Make upb compatible with musl libcHATATANI Shinta
2016-09-12Responded to CR comments.Josh Haberman
2016-09-09Some refcounting fixes.Josh Haberman
2016-09-09Merge pull request #69 from haberman/oneofdescJoshua Haberman
2016-09-09Added descriptive comment about descriptor nesting.Josh Haberman
2016-09-09Addressed CR comments: simplify slightly.Josh Haberman
2016-09-08Added support for loading oneofs from descriptors.Josh Haberman
2016-09-06Merge pull request #68 from haberman/bugfixesJoshua Haberman
2016-09-01Updated generated code.Josh Haberman
2016-09-01A small bugfix to upb_table and simplified some code.Josh Haberman
2016-08-29JSON: fix a couple cases of the wrong closure being passed to end handlers.Josh Haberman
2016-05-12Added UPB_ASSERT() that helps avoid unused var warnings.Joshua Haberman
2016-04-25Updated URL to Tarjan set union paper.Josh Haberman
2016-04-22Fixed small omission: upb_env_init2(). (#61)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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback