2454 Commits (85534bbb1e2119bc5dae045967386db9cad22aa7)
 

Author SHA1 Message Date
Eric Salo 85534bbb1e remove unused #includes from reflection.h 2 years ago
Joshua Haberman ba7603b7c1 Updated decoder internal symbols to new naming scheme. 2 years ago
Joshua Haberman 5a7644b2d0 Fixed fuzz bug in upb. 2 years ago
Protobuf Team Bot 8827a09490 Add a comment to remind ASAN users to compile interpreters with ASAN as well. 2 years ago
Eric Salo 111249d085 continue preparing def.c for the big split: 2 years ago
Copybara-Service ada907989e Merge pull request #761 from protocolbuffers:perezd-patch-1 2 years ago
Derek Perez fa5e4cfd31
Updating rules_python to 0.12.0 2 years ago
Eric Salo b987ef6249 use _upb_DefBuilder instead of _upb_AddDexCtx 2 years ago
Eric Salo 02ef81247a rename some symtab functions to follow the upb style guide: 2 years ago
Eric Salo 250321e63b more misc tweaks to def.c: 2 years ago
Copybara-Service a694d2369b Merge pull request #755 from haberman:fix-prs 2 years ago
Joshua Haberman 682b519aac Fixed GitHub Actions tests for pull requests that come from other repos. 2 years ago
Joshua Haberman 15b2402144 Removed unused `_upb_DefPool_registerlayout()` function. 2 years ago
Eric Salo daac8dce8f add more constructors to def.c 2 years ago
Eric Salo 11aa037bfd add some more accessor calls to def.c 2 years ago
Protobuf Team Bot 52c9b98692 Resolve field name/accessor name conflicts. 2 years ago
Eric Salo 5b46a55a46 try to be better about using accessors in def.c 2 years ago
Eric Salo 1135746e42 start replumbing def.c 2 years ago
Protobuf Team Bot 4e979b8d13 Add support for dashes in proto file names. 2 years ago
Protobuf Team Bot ce32d9d68f Fix code generation for infinity default value on float/double fields. 2 years ago
Eric Salo f3316e2d7d remove upb_String from the public tokenizer api 2 years ago
Eric Salo 0013c936ef add upb_Status to the tokenizer 2 years ago
Eric Salo c67021f84a split out the json string-to-int functions for general use 2 years ago
Copybara-Service 12166431ed Merge pull request #738 from Wyverald:patch-1 2 years ago
Eric Salo 33114209dc simplify the tokenizer 2 years ago
Copybara-Service e9f4211f3b Merge pull request #740 from protocolbuffers:rule_python-update 2 years ago
Derek Perez 4135cd206b
Updating python to 0.11.0 2 years ago
Protobuf Team Bot 470f06cccb Different message factories will return same message class for same descriptor in python. 2 years ago
Xùdōng Yáng 0aa5a453b8
install rsync on Bazel CI before running tests 2 years ago
Eric Salo 922a858e5c clean up tokenizer options and defaults 2 years ago
Eric Salo 6861966501 first stab at a Tokenizer api 2 years ago
Protobuf Team Bot 0c6531378d Merge GetEnum into GetInt32. Rename SetEnum to SetEnumProto2 to be clear that upb only treats Proto2 enum as enum. Proto3 enums should use SetInt32. 2 years ago
Mike Kruskal 63a4a7d74b Bump pinned protobuf version 2 years ago
Eric Salo 3f4f7ab079 properly format extension names in text_encode() 2 years ago
Joshua Haberman fcb666d040 Fixed comparison of maps in Python. 2 years ago
Protobuf Team Bot 79b735a7d7 Make upb numpy type checks consistent with pure python and cpp. 2 years ago
Protobuf Team Bot e09d6fcb6d Update mini table API comment 2 years ago
Protobuf Team Bot 33313a2891 Update python tests due to macos-10.15 deprecation. https://github.com/actions/virtual-environments/issues/5583 2 years ago
Protobuf Team Bot bf88f8ba97 Small typo fix (now -> not) 2 years ago
Protobuf Team Bot f034bba2ed fixed formatting and parsing of negative durations between -1s and 0s 2 years ago
Joshua Haberman fcb5ef37f7 Fixed a bug in MiniTable construction for extensions. #fuzzing 2 years ago
Joshua Haberman ececc21624 Fixed bug when parsing an unknown value in a proto2 enum extension. #fuzzing 2 years ago
Protobuf Team Bot 48d6764490 rolling back to fix some tests 2 years ago
Protobuf Team Bot 470d6322c9 fixed formatting and parsing of negative durations between -1s and 0s 2 years ago
Eric Salo 24f567b64a clean up the public api for mini descriptors 2 years ago
Eric Salo 28bc460dc9 create _upb_EnumDef_MiniDescriptor() 2 years ago
Joshua Haberman b0ed763a41 Fixed some corner cases around empty packages in upb. 2 years ago
Mike Kruskal 17b6451684 Bumping protobuf dependency to newer commit 2 years ago
Eric Salo eb66ab601f update upb_Encode() to use arena api internally 2 years ago
Eric Salo c2c6427f60 upb: fix NULL pointer bug in Python FFI 2 years ago