1494 Commits (67b9c76752b21c894bc8d7d59b3f6b2dc078c7b1)

Author SHA1 Message Date
Protobuf Team Bot 139ff29ed1 Internal change 1 year ago
Protobuf Team Bot a36dda8f40 Auto-generate files after cl/565698395 1 year ago
Joshua Haberman 0a4c8cbd8d Optimized google3 build by not including the empty .upb.c file. 1 year ago
Protobuf Team Bot e690f27dda Internal change 1 year ago
Protobuf Team Bot 321f6dee25 Auto-generate files after cl/565679918 1 year ago
Protobuf Team Bot 9e8fdd0167 Forward-declare extension minitables in the header file generated by the `upb_minitable_proto_library()` rule 1 year ago
Protobuf Team Bot 0722deab99 Auto-generate files after cl/565665669 1 year ago
Protobuf Team Bot 9b8f042770 Improve loops in RepeatedPtrField. 1 year ago
Protobuf Team Bot 991cfb4a67 Auto-generate files after cl/565541640 1 year ago
Protobuf Team Bot edf364fcd0 Include wire_format_verify.h 1 year ago
Protobuf Team Bot d11eb716ed Auto-generate files after cl/565518070 1 year ago
Joshua Haberman 2b87999fc1 Added new, split upb rules for MiniTables and the C API. 1 year ago
Jie Luo bc0a87423e Use PyImport_ImportModuleLevel() instead of PyImport_Import() for descriptor_pb2. PyImport_ImportModuleLevel() custom globals and locals pointing to some namespace we control, not normal-looking __builtins__ 1 year ago
Hong Shin a0f7918cae Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 1 year ago
Eric Salo 9ce03d7d05 upb: tag wire/types.h as an export for (only) wire/reader.h 1 year ago
Eric Salo 01d688f492 upb: remove def_builder.h as an export from :reflection_internal 1 year ago
Joshua Haberman 6c121f5b14 Refactored `upb_proto*_library()` rules to make future splitting of rules easier. 1 year ago
Eric Salo 91e79b0572 upb: clean up upb/hash/ a bit 1 year ago
Eric Salo ded27aa52a upb: move upb_strdup2() into upb/reflection/ 2 years ago
Adam Cozzette 3806d42233 Add CI run for building upb Python wheels 2 years ago
Hong Shin baf5597d40 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2 years ago
Adam Cozzette 3f1bf2e18e Update lua test to use third_party/ instead of upb/third_party 2 years ago
Joshua Haberman c5ca0fc103 Simplify `upb_proto_library()` by not propagating thunks. 2 years ago
Protobuf Team Bot fea7645b4b Auto-generate files after cl/564810016 2 years ago
Adam Cozzette 7286ffceb2 Merge the protobuf and upb Bazel repos 2 years ago
Adam Cozzette 25dd86d819 Make upb workspace load protobuf deps before upb deps 2 years ago
Joshua Haberman 2d6e554c2e Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2 years ago
Joshua Haberman 39b6f8d7ba Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2 years ago
Protobuf Team Bot 7242c3619c Update upb absl. 2 years ago
Laramie Leavitt b1dc149470 Remove global -Werror from build_defs.bzl open-source 2 years ago
Joshua Haberman 4fa4311f68 Added upb_c_proto_library() as an alias for upb_proto_library(). 2 years ago
Adam Cozzette b2e39c175a Cherry-pick recent changes from the upb repo (#13908) 2 years ago
Eric Salo cb4fe505c2 upb: clean up ClangTidy warnings in upb/reflection/ 2 years ago
Mike Kruskal bad2f5c90f Migrate upb from edition strings to enums 2 years ago
Protobuf Team Bot 0ed6737695 Add iteration to proxies for repeated message fields. 2 years ago
Protobuf Team Bot 0e484c7777 Auto-generate files after cl/563175374 2 years ago
Jie Luo 8a11c3c8f0 Add python test for deprecated syntax 2 years ago
Eric Salo 2805446072 upb: tag message/types.h as an export 2 years ago
Jie Luo bd7a9df1eb Change upb python to keep the meta class ref on message descriptor. Also add Garbage Collection on meta class and message descriptor. 2 years ago
Joshua Haberman 56e9f2b4e4 Added malloc_trim() calls to Python allocator so RSS will decrease when memory is freed 2 years ago
Richard Levasseur 131a7869c7 Internal change 2 years ago
Eric Salo 3be9a6ca12 upb: Remove the mirrored definitions in upb_MapEntry and upb_MessageInternal 2 years ago
Protobuf Team Bot cd4b6ea830 Fix comment on upb_JsonEncode. 2 years ago
Protobuf Team Bot 91114633bb Do not expose mutable methods in the CProxy. 2 years ago
Protobuf Team Bot 8bcc8ccaca Escape trigraphs when emitting string literals. 2 years ago
Protobuf Team Bot fa98bb316a Auto-generate files after cl/561993644 2 years ago
Protobuf Team Bot cb8da95e91 Fix SetExtension value semantics. 2 years ago
Protobuf Team Bot 9d75ac6145 Address -Wint-conversion issues. 2 years ago
Jie Luo 9c76ea4413 Add upb python Py_mp_subscript for descriptor sequences. 2 years ago
Protobuf Team Bot de59ed8541 Fix SetExtension to fuse the right arenas. 2 years ago