117 Commits (9cd426495e9ce11e8896a576601fab97052276c4)

Author SHA1 Message Date
Shahid 17db372267
Removing the 'byteswap.h' header which is not portable 6 years ago
Shahid 33cd3cfa1d
Update varint.int.h 6 years ago
Josh Haberman b07fcde013 Fix for C++ inclusion of decoder.int.h. 6 years ago
Josh Haberman 22ad7121c2 Fixes for google3. 6 years ago
Josh Haberman c4327e55ac A few more fixes. 6 years ago
Josh Haberman 8980f6db5c text_printer.h now successfully compiles. 6 years ago
Josh Haberman c358bb42fd A few more Google fixes. 6 years ago
Josh Haberman 76033b3a65 Correct TextPrinterPtr. 6 years ago
Joshua Haberman 315c167bed Some more fixes for PHP. 6 years ago
Joshua Haberman 04923fc26e Some fixes for PHP. 6 years ago
Paul Yang c7870e0f77
Supprot FieldMask json encoding/decoding. (#147) 6 years ago
Joshua Haberman 84fb01ad0f Removed the JIT. Nobody was actually using it, and table-driven should achieve 80-90% of the perf. 6 years ago
Joshua Haberman 2c26f60dbb Added some comments and reversed upb_arena_cleanup() args. 6 years ago
Joshua Haberman f30c7f4acb Take sinks by value. 6 years ago
Joshua Haberman 1508648f30 Build & fix the JIT. 6 years ago
Joshua Haberman 754b9f1cfd All tests pass again! 6 years ago
Joshua Haberman cb26d883d1 WIP. 6 years ago
Joshua Haberman 48863ea0be A lot more tests are working now. 6 years ago
Joshua Haberman d2f9bec5c6 Removed old-style C++ handlers that relied on UB in favor of more normal ones. 6 years ago
Joshua Haberman 0553eff64a upb_refcounted is gone! Some tests still to fix. 6 years ago
Joshua Haberman 336402b4d7 WIP, core library compiles now. 6 years ago
Josh Haberman b79fd65a83 WIP. 6 years ago
Bo Yang 0a9681874e Modify TODO 7 years ago
Bo Yang 1e1c54f772 Change parameter type from enum opcode to int. 7 years ago
Joshua Haberman 0776f64830 Fixed JIT for unknown fields. (#1) 7 years ago
Bo Yang dd77460c65 Do not expose encode_unknown 7 years ago
Bo Yang 69dee545ec Remove upb_pb_encoder_encode_unknown 7 years ago
Bo Yang 6a6e192375 Remove unused declaration. 7 years ago
Bo Yang 5aa27d91c6 Use upb_sink_putunknown for reserve unknown 7 years ago
Bo Yang dc9d15084f Remove upb_addunknown_handlerfunc and upb_handlers_setaddunknown 7 years ago
Bo Yang 0b7904e18c Reserve unknown fields in upb 7 years ago
Joshua Haberman be9094d91a New encode/decode: most (171 / 192) conformance tests pass. 7 years ago
Josh Haberman c909a7aa6e Deleted some dead code related to varint decoding. 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 c850bc0a4e Moved upb_symtab to def.h/def.c. 8 years ago
Josh Haberman ff99b3f46b Fixed some bugs surfaced by Travis. 8 years ago
Joshua Haberman fa338b70a6 Added UPB_ASSERT() that helps avoid unused var warnings. 9 years ago
Joshua Haberman 68bc62a7fa Split upb::Arena/upb::Allocator from upb::Environment. (#58) 9 years ago
Josh Haberman e9d79d2441 Added upb::FileDef, which represents the file defs are declared in. 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
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 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