159 Commits (e16ed470be7d0d459e85e1d7b43893358a625d34)

Author SHA1 Message Date
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
borislav nikolov 5da90a3571 indent according to google-style-guide 9 years ago
Josh Haberman 4150640650 Added assertions for getjsonname() return. 9 years ago
Josh Haberman 458da2563f Addressed code review comments. 9 years ago
Josh Haberman f9afc3e55b Changed JSON parser/printer to correctly camelCase names. 9 years ago
borislav nikolov 4d9fa86309 make it compile with gcc < 4.5.1 9 years ago
Josh Haberman ae8d257985 Added small explanatory comment. 9 years ago
Josh Haberman 0d18e1f7e3 Optimized upb_inttable_compact(): it shrinks inttables more now. 9 years ago
Mattia Barbon e943fc6e7a Make sure upb_pbdecoder.status is initialized 9 years ago
Mattia Barbon 4ab60c1def Add missing upb_fielddef_fullname implementation 9 years ago
Josh Haberman c1bc256d4e Addressed PR comments. 9 years ago
Josh Haberman ba4b6f5c84 Properly populate field presence flag on messages according to syntax flag. 9 years ago
Josh Haberman bc53c1bc46 Add flag to MessageDef for whether fields have presence. 9 years ago
Josh Haberman 1e870951d7 Refer to a shared definition for max buffered bytes. 9 years ago
Josh Haberman 146a9c22ef Added lots of decoder tests and fixed lots of bugs. 9 years ago
Josh Haberman 85440108e5 More decoder fixes, and slightly changed parse call semantics. 9 years ago
Josh Haberman fe427341f2 Decoder fix: skipped data at end of submessage. 9 years ago
Josh Haberman 7dcd017f4e Fixed PR for JIT-enabled builds. 9 years ago
Josh Haberman abcb6428ad Changed parser semantics around skipping. 9 years ago
Josh Haberman 2efe6be994 Clear JSON parser status in reset. 10 years ago
Josh Haberman 334bab5d8d Updated JSON parser size. 10 years ago
Josh Haberman 5506b58943 Fixed JSON parser error reporting. 10 years ago
Josh Haberman 5b44720f8f Also remove license headers from Lua. 10 years ago
Josh Haberman c09ec32f5c Updated license headers for Ragel source also. 10 years ago
Josh Haberman 49dab06e03 Brought into compliance with Google open-source policies. 10 years ago
Josh Haberman b354ead7ef Moved DynASM to third_party to comply with Google policy. 10 years ago
Josh Haberman c3e9a57a6f Fixed some bad bugs in upb_env. 10 years ago
Josh Haberman e3a7a4cf7b Addressed code review comment and clarified comments. 10 years ago
Josh Haberman b72ed3b97a Fix for stack overflow for cyclic defs. 10 years ago
Josh Haberman 21d32dfe3d Fix amalgamation by changing include style for structdef.int.h. 10 years ago
Josh Haberman d9485c28ed Fix for va_copy. 10 years ago
Josh Haberman 19a973a85e Fixes from Google-internal. 10 years ago
Josh Haberman 6f30032183 Sync from Google-internal development. 10 years ago
Josh Haberman 919fea438a Ported upb to C89, for greater portability. 10 years ago
Josh Haberman 2cff15d35e Updates from code review comments. 10 years ago
Josh Haberman e2840a4aa1 Restructure tables for C89 port and smaller size. 10 years ago