1356 Commits (7ccf5650c70fd70ae76ac9fb2a0c68deac08dce8)
 

Author SHA1 Message Date
Joshua Haberman 7ccf5650c7 If we encounter "null" for a non-NullValue enum, throw an error. 4 years ago
Joshua Haberman 0a3a94a12f Updated to a new version of protobuf and fixed a few conformance tests. 4 years ago
Joshua Haberman ddd5f28c4f Merge branch 'is_bazel' 4 years ago
Joshua Haberman 10fa3a0c77
Merge pull request #314 from haberman/addunknown 4 years ago
Joshua Haberman 504e105420 undef UPB_ASAN. 4 years ago
Joshua Haberman ab96d1ec41 Removed extraneous C++-style comment. 4 years ago
Joshua Haberman d5096f9ee8 Fixed bug in addunknown and added ASAN poisoning. 4 years ago
Joshua Haberman 6fe84526be Mark _is_bazel to be replace in google3. 4 years ago
Joshua Haberman d1cd80385b
Merge pull request #313 from haberman/inline-arena 4 years ago
Joshua Haberman 2339fc779c Updated obsolete comment. 4 years ago
Joshua Haberman ebe53f8590 Fixed compile error. 4 years ago
Joshua Haberman 71749b7caf Implemented inline array allocation, and moved type->lg2 map to reflection. 4 years ago
Joshua Haberman b58d2a0ee6 Shrink overhead of message representation. 4 years ago
Joshua Haberman d87ceeacab Shave off one more store. 4 years ago
Joshua Haberman c25d895adf Shrunk the arena state that needs to be synced. 4 years ago
Joshua Haberman ff40dd6ea9 Added new internal header. 4 years ago
Joshua Haberman cbcd635917 Fixed memory leak. 4 years ago
Joshua Haberman e5264bd794
Merge pull request #312 from haberman/defiter 4 years ago
Joshua Haberman 746f64692c Moved arena inline for decoder. 4 years ago
Joshua Haberman b8ef1dcc57 Removed C++-style comments. 4 years ago
Joshua Haberman 575acd85bd Re-added const for all of the pointer wrapper types. 4 years ago
Joshua Haberman 5aa5b77b41 Added simple offset-based accessors for defs, and deprecated old iterators. 4 years ago
Joshua Haberman 33384301e2
Merge pull request #311 from haberman/proto2-benchmark2 4 years ago
Joshua Haberman bc301e7da4 Use merge/partial variants to give proto2 benchmark the fairest hearing. 4 years ago
Joshua Haberman 30f01afa83 Added LargeInitialBlock test for proto2. 4 years ago
Joshua Haberman 5d23fd99af Used shorter protobuf:: namespace alias. 4 years ago
Joshua Haberman 02ff6fb996
Merge pull request #309 from haberman/decoder-forceinline 4 years ago
Joshua Haberman a202ce9629 Add UPB_FORCEINLINE for varint32 decoding. 4 years ago
Joshua Haberman d0f2c4c8a2
Merge pull request #308 from haberman/encoder 4 years ago
Joshua Haberman 5741eb9ad7 Expanded benchmarking script and added one size opt to the encoder. 4 years ago
Joshua Haberman 0135399e60 Fixed bug introduced in refactoring. 4 years ago
Joshua Haberman df3438222b Notated impossible branch as unreachable. 4 years ago
Joshua Haberman 9b31e8fe12 Merged common encode tag paths. 4 years ago
Joshua Haberman 5d7dc718cc Minor formatting fix. 4 years ago
Joshua Haberman 80441e4eb4 Optimized binary encoder. 4 years ago
Joshua Haberman ada28896b9 Changed encoder to use longjmp() for error recovery. 4 years ago
Joshua Haberman 6e140c267c Added benchmark for encoding. 4 years ago
Joshua Haberman 7338facddb
Merge pull request #307 from veblush/port-backport 4 years ago
Esun Kim 4d2251c3e4 Add UPB_NORETURN for MSC 4 years ago
Joshua Haberman 382d5afc60
Merge pull request #306 from haberman/bigendian 4 years ago
Joshua Haberman efefbffc80 Fixed binary encoding and decoding for big-endian machines. 4 years ago
Joshua Haberman 5d3083013c
Merge pull request #304 from haberman/upb-assume 4 years ago
Joshua Haberman 55dd9d3e41 Fixed UPB_ASSUME() for non-GCC, non-MSVC platforms. 4 years ago
Joshua Haberman e4c8afd0d4
Merge pull request #303 from haberman/packed-def 4 years ago
Joshua Haberman 8284321780 Fixed upb_fielddef_packed() to have the correct default. 4 years ago
Joshua Haberman ed86d98f53
Merge pull request #302 from haberman/verify-utf8 4 years ago
Joshua Haberman 8e26a33bcb Added a test for UTF-8 parse checking and added missing error reporting. 4 years ago
Joshua Haberman 2c666bc8f6 Use C-style comment instead of C++. 4 years ago
Joshua Haberman a77ea639d5 Verify UTF-8 when parsing proto3 string fields. 4 years ago
Joshua Haberman 7f19072206
Merge pull request #301 from haberman/rm-pop 4 years ago