15812 Commits (d58ed887ffd94e641894d5b122ff947a4edf0879)
 

Author SHA1 Message Date
Protobuf Team Bot 5b6c2459b5 Expose alias to protobuf_nowkt runtime 1 year ago
Protobuf Team Bot 785c82dbde Fix a bad cast in put<X>BuilderIfAbsent when already present due to using the result of put() directly (which is null if it currently has no value) 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
Protobuf Team Bot 743bf92146 Auto-generate files after cl/565212511 1 year ago
Eric Salo 9ce03d7d05 upb: tag wire/types.h as an export for (only) wire/reader.h 1 year ago
Protobuf Team Bot 027b8115ce Auto-generate files after cl/565159224 1 year ago
Protobuf Team Bot 4322e00e5b Setting up version updater to prepare for poison pills and embedding version info into C++, Python and Java gencode. 1 year ago
Protobuf Team Bot 09d2511a6c Initial skeleton towards oneof's Mut accessor, and clarify oneof the View accessor to use View<> instead of the raw primitive type. 1 year ago
Protobuf Team Bot 00c3369fb5 Adds "Edition Feature Visibility" to the GitHub code repository. 1 year ago
Protobuf Team Bot 4503ab10c7 Adds "Edition Tooling" to the GitHub code repository. 1 year ago
Protobuf Team Bot 762e529d83 Adds "Prototiller Requirements for Edition Zero" to the GitHub code repository. 1 year ago
Mike Kruskal 4d6ad56e4a Migrate to sccache for better CMake caching 1 year ago
Protobuf Team Bot 78d71cac9f Fix string setter thunk to use PtrAndLen instead of two args. 1 year ago
Adam Cozzette c92e490ed7 Fix Cloud C++ build failure 1 year ago
Protobuf Team Bot 7be2a452c6 Auto-generate files after cl/565073638 1 year ago
Eric Salo 01d688f492 upb: remove def_builder.h as an export from :reflection_internal 1 year ago
Protobuf Team Bot 4d0e805691 Auto-generate files after cl/565057412 1 year ago
Protobuf Team Bot fbdeb5af0b Add prefetching to arena allocations. 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
Adrian Sadłocha 207331d860 Return Optional instead of Option in getter_opt 1 year ago
Protobuf Team Bot 47b9a673a9 Auto-generate files after cl/564923153 1 year ago
Eric Salo ded27aa52a upb: move upb_strdup2() into upb/reflection/ 1 year ago
Adam Cozzette 3806d42233 Add CI run for building upb Python wheels 1 year ago
Protobuf Team Bot 589926ce0f Auto-generate files after cl/564874468 1 year ago
Hong Shin baf5597d40 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 1 year ago
Adam Cozzette 8bc29fba94
Copy upb/third_party/lunit to third_party/lunit and add BUILD.bazel (#14062) 1 year ago
Mike Kruskal 1407088a44 Fix staleness check in forked PRs 1 year ago
Cong Liu ef198dbae3 Small optimization/cleanup for message split. 1 year ago
Adam Cozzette 3f1bf2e18e Update lua test to use third_party/ instead of upb/third_party 1 year ago
Protobuf Team Bot 64db35a31f Internal change 1 year ago
Adam Cozzette 114162882c
Copy upb/third_party/lunit to third_party/lunit and add BUILD.bazel (#14057) 1 year ago
Joshua Haberman c5ca0fc103 Simplify `upb_proto_library()` by not propagating thunks. 1 year ago
Protobuf Team Bot fea7645b4b Auto-generate files after cl/564810016 1 year ago
Adam Cozzette 7286ffceb2 Merge the protobuf and upb Bazel repos 1 year ago
Protobuf Team Bot f175757c1a Auto-generate files after cl/564777204 1 year ago
Hong Shin d72e790084 Return the correct view type for messages 1 year ago
Protobuf Team Bot 9a0a3cf0cd Add `ABSL_ATTRIBUTE_LIFETIME_BOUND` attribute on generated repeated and map field accessors. 1 year ago
Protobuf Team Bot 3ae5a079fc Reduce code bloat for messages - use virtual methods for Merge/Clear/Delete. 1 year ago
Mike Kruskal 2447882e04 Update Abseil dependency in cmake docker images 1 year ago
Protobuf Team Bot e4aeff3992 Create initial Rust conformance test. 1 year ago
Protobuf Team Bot 4a6f2da5b0 Auto-generate files after cl/564706001 1 year ago
Protobuf Team Bot 4eed4eb244 Move `GetClassData` into `MessageLite`. This table will be used to replace several 1 year ago
Christian Blichmann 38a24729ec `Printer`: Include Abseil's `str_cat.h` for `absl::AlphaNum` 1 year ago
Protobuf Team Bot 924165a5f2 Unalign ThreadSafeArena::ThreadCache 1 year ago
Protobuf Team Bot cc84eba821 Auto-generate files after cl/564534891 1 year ago
Joshua Haberman f4f73699b0 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 1 year ago
Joshua Haberman 9d27c2f8aa Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 1 year ago
Protobuf Team Bot 47cec39ab3 Fix a NPE in put<X>BuilderIfAbsent due to using the result of put() directly (which is null if it currently has no value) 1 year ago