17628 Commits (6afb130dca7e4f26d584c8f17f5b3e99a40f5d7f)
 

Author SHA1 Message Date
Protobuf Team Bot 6afb130dca Auto-generate files after cl/631620526 10 months ago
Eric Salo d923896299 upb: implement most of the non-universal setters 10 months ago
Protobuf Team Bot 4d3a98c27e Auto-generate files after cl/631612923 10 months ago
Eric Salo 65821a67d6 upb: finish cleaning up message/accessors.h and message/internal/accessors.h 10 months ago
Éamonn McManus 98d5bdd111 Add "reserved literals" to the list of reserved names for Java. 10 months ago
Protobuf Team Bot 5632d8e616 Replace macro with constexpr function to reduce compile time cost of 10 months ago
Sandy Zhang 94cf1e9446 Add 27.x to staleness check 10 months ago
Protobuf Team Bot 12af9ade1d Add simple conformance test that builds the old gencode against the current runtime. 10 months ago
Protobuf Team Bot ae17e81e42 Auto-generate files after cl/631454136 10 months ago
Hong Shin 6ccda4d2b5 Add upb_Message_ClearOneof (and retain upb_Message_WhichOneofFieldNumber) 10 months ago
Protobuf Team Bot d45016a93f Internal changes to versions 10 months ago
Protobuf Team Bot 5584c934bf Update AbstractMessageLite.addAll so that it won't throw when input is a LazyStringArrayList with byte[] elements. 10 months ago
Mark Hansen c56bddd707 Add UnknownFieldSet.isEmpty 10 months ago
Jie Luo 9de810acdc use struct instead of ctype. allows the protobuf python library to work on cpython 3.11's new wasm target [1] 10 months ago
Mark Hansen d0b016fcfc Java full runtime: Avoid allocating when calling asMap on empty UnknownFieldSet 10 months ago
Protobuf Team Bot f597991857 Return the default instance when parsing from an empty byte[]. 10 months ago
Yohei Yukawa 55592a28e7 Fix #10007: Propagate msvc-style link flags to clang-cl with Bazel 10 months ago
Sandy Zhang 4c8da99c48 Deprecate building from source with Maven to be removed in 4.28.x. 10 months ago
Protobuf Team Bot f70d90b474 Put arena cleanup nodes on a separate chunked list instead of at the ends of arena blocks. 10 months ago
Jie Luo 24f27c3b88 Nextgen Proto Pythonic API: Add 'in' operator 10 months ago
Protobuf Team Bot e949bba22a Clean up port_def.inc by inlining BSWAP macros that are only used once. 10 months ago
Protobuf Team Bot e03c1ce349 In SerialArenaChunk, (a) avoid recomputing offset of ids/arenas on each element access in constructor, (b) add a no-arg Layout() function for convenience, (c) fix an incorrect construction type in `new (&arena(i)) std::atomic<void*>`, where std::atomic<void*> should be std::atomic<SerialArena*>. 10 months ago
Protobuf Team Bot 51cba7ce17 Auto-generate files after cl/631023575 10 months ago
Eric Salo 18306666b9 upb: clean up the UPB_TRACING_ENABLED code 10 months ago
Jakob Buchgraber b6e0a48b02 Implement `IntoProxied` for repeated field setters 10 months ago
Protobuf Team Bot 2f6e705595 Auto-generate files after cl/630517509 10 months ago
Protobuf Team Bot 0a2e6625e2 Add copyright notice to test protos 10 months ago
Protobuf Team Bot 7646fbfebd Auto-generate files after cl/630466865 10 months ago
Eric Salo aa70a3576b upb: clean up message/accessors.h and message/internal/accessors.h 10 months ago
Protobuf Team Bot a91d76bb8a Internal changes to extension declarations. 10 months ago
Protobuf Team Bot 9ae3d81052 Internal change. 10 months ago
Bastien Jacot-Guillarmod 7b3682fcf2 Pin the rev of googletest to the GitHub main branch 10 months ago
Thomas Van Lenten 353b4e0031 Ensure overflow values for float/double map to inf/-inf. 10 months ago
Adrian Sadłocha 733b9c54e9 Implement `is_known` method on the `Enum` trait 10 months ago
Protobuf Team Bot d9ff109888 internal change 10 months ago
Mark Hansen 4f12891b87 Java full runtime: Avoid allocating iterator if UnknownFieldSet's TreeMap is empty 10 months ago
Mark Hansen cc79f776dc Proto java full runtime: avoid allocating Integers accessing enum lists 10 months ago
Mike Kruskal d6c283321e Fix validation checks of implicit presence. 10 months ago
Mike Kruskal 0dbd99a41d Clarify map behaviors in editions. 10 months ago
Protobuf Team Bot 9340eec422 Auto-generate files after cl/630099889 10 months ago
Mike Kruskal 2257232676 Split bootstrapped java_features.proto to keep it from leaking out. 10 months ago
Protobuf Team Bot d3b2fc52a4 Auto-generate files after cl/630090538 10 months ago
Protobuf Team Bot c9eeb1c8a7 Internal changes. 10 months ago
Protobuf Team Bot 05afdc2f0a Auto-generate files after cl/629808114 10 months ago
Éamonn McManus b4f4f8ef65 Automated rollback of commit 7a09c4569b. 10 months ago
Éamonn McManus 39a1c6a46e In the Kotlin DSL, reference builder methods with property syntax. 10 months ago
Seth Vargo 4f23cafa02 Cancel in-progress workflow runs for pull requests and dispatches (#16601) 10 months ago
Protobuf Team Bot 990380bc55 Auto-generate files after cl/629782904 10 months ago
Sandy Zhang 8a11178606 Add system_python to protobuf_deps.bzl. 10 months ago
Hong Shin 7a09c4569b Add upb_Message_ClearOneof 10 months ago