summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-07-18Responded to PR comments.Joshua Haberman
2017-07-18Fixes for oneof conformance tests.Joshua Haberman
2017-07-18Fixed varint length when buffer is reallocated.Joshua Haberman
2017-07-17New encode/decode: most (171 / 192) conformance tests pass.Joshua Haberman
2017-07-08A good start on upb_encode and upb_decode.Josh Haberman
2017-07-04First version of a real C codegen for upb.Joshua Haberman
2017-07-02Start migrating upb_msglayout to be suitable for generated code.Joshua Haberman
2017-03-14Deleted some dead code related to varint decoding.Josh Haberman
2017-01-23A couple more fixes.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
2016-12-12Basic serialization for upb_msg and Lua.Josh Haberman
2016-12-07Merge pull request #74 from haberman/msgJoshua Haberman
2016-12-06Changes for PR comments.Josh Haberman
2016-11-29Fixed some bugs surfaced by Travis.Josh Haberman
2016-11-29New upb_msg code and Lua bindings around it.Josh Haberman
2016-11-13Fix glibc coupling in testHATATANI Shinta
2016-09-09Some refcounting fixes.Josh Haberman
2016-09-09Merge pull request #69 from haberman/oneofdescJoshua Haberman
2016-09-08Added support for loading oneofs from descriptors.Josh Haberman
2016-08-16WIP.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-19Split upb::Arena/upb::Allocator from upb::Environment. (#58)Joshua Haberman
2016-04-14JSON parser: always accept both name variants, flag controls which we generate.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-02-17Changed JSON parser/printer to correctly camelCase names.Josh Haberman
2015-08-19Refer to a shared definition for max buffered bytes.Josh Haberman
2015-08-14Added lots of decoder tests and fixed lots of bugs.Josh Haberman
2015-08-13Fix from google3: memory leak caught by heapcheck.Josh Haberman
2015-08-11More decoder fixes, and slightly changed parse call semantics.Josh Haberman
2015-07-31Decoder fix: skipped data at end of submessage.Josh Haberman
2015-07-30Fixed PR for JIT-enabled builds.Josh Haberman
2015-07-30Changed parser semantics around skipping.Josh Haberman
2015-07-07Brought into compliance with Google open-source policies.Josh Haberman
2015-07-07Moved lunit to third_party for Google compliance.Josh Haberman
2015-06-22Merge pull request #30 from haberman/encoderfixJoshua Haberman
2015-06-22Fixed some bad bugs in upb_env.Josh Haberman
2015-06-12Fix for stack overflow for cyclic defs.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-18Updates from code review comments.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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback