18822 Commits (a4a277d58372131a51ac03179c24f79c72c701a3)
 

Author SHA1 Message Date
Protobuf Team Bot 49bb305147 Move `ClassData` and friends out of `MessageLite` and into the `internal` namespace. 2 months ago
Hong Shin df5a4d63e8 Move MessageLock to message_lock.cc 2 months ago
Protobuf Team Bot 0a246874a3 Internal Change 2 months ago
Thomas Van Lenten 088b994653 [ObjC] Disabling visionOS on CI. 2 months ago
Protobuf Team Bot 5ffeba825c Fix comment in arena.h 2 months ago
Protobuf Team Bot 4fbb0c5eed Return constant Value objects for true, false, and "" 2 months ago
Derek Benson 3b62052186 Add an example crate with a few small tests using the codegen crate. 2 months ago
Mark Hansen a51f98ce0c Optimise CodedOutputStream.ArrayEncoder.writeFixed32NoTag/writeFixed64NoTag 2 months ago
Protobuf Team Bot b404010256 Auto-generate files after cl/678449162 2 months ago
Protobuf Team Bot c1db4563c4 Auto-generate files after cl/678446311 2 months ago
Mark Hansen 2d0f79e2e6 Fix typo: relyed -> relied 2 months ago
Protobuf Team Bot cb1f518b4e Fix mixing rules from builtins and protobuf 2 months ago
Protobuf Team Bot ed93fabf8e Internal version update. 2 months ago
Protobuf Team Bot 39d8737b2d Auto-generate files after cl/678439322 2 months ago
Protobuf Team Bot 06e9924930 Auto-generate files after cl/678439266 2 months ago
Protobuf Team Bot 755c7077c5 Split repeated_ptr_field_unittest.cc from repeated_field_unittest.cc 2 months ago
Mark Hansen 08a4de6f65 Fix typo: inherting / inheriting 2 months ago
Mark Hansen 76ab5f2b10 CodedOutputStream: avoid updating position to go beyond end of array. 2 months ago
Protobuf Team Bot b5d33208b8 Fix error message formatting in rust_proto_library 2 months ago
Jonathan Ringer 3163111b6f [CMake] Allow for protoc executable to be configured (#17888) 2 months ago
Mark Hansen 95ef4134d3 Add tests that CodedOutputStream.spaceLeft isn't negative after overflow. 2 months ago
Mark Hansen 0e75d92cce Convert IndexOutOfBoundsException to OutOfSpaceException in UnsafeDirectNioEncoder 2 months ago
Deanna Garcia 39824ca7bd Disable dependabot for version updates that aren't security related. 2 months ago
Tony Liao 86874ce2d7 Remove calls to tmpnam() in protobuf/testing/googletest.cc. 2 months ago
Adam Cozzette 6f5b35be59 Rust: make generated views implement `std::default::Default` 2 months ago
Mark Hansen 63fc32250a Add tests for overflowing space available when writing 32/64-bit fixed integers. 2 months ago
Mark Hansen d98f5e160d When attempting to write a byte beyond the end of a byte[], don't update the position until after we've finished the bounds checks. 2 months ago
Mark Hansen c8c232f196 Add a test for writing a single byte, including beyond the end of the bounds. 2 months ago
Mark Hansen 5553ff1e50 Migrate CodedOutputStreamTest to @Parameterized. 2 months ago
Protobuf Team Bot ecf5f2e047 Auto-generate files after PR #17682 2 months ago
Nathan Baulch e4cbc79ab4 Fix minor typos (#17682) 2 months ago
Protobuf Team Bot d829ca022d Internal version update. 2 months ago
Mike Kruskal b022c5491e Add the ability to run continuous-only tests with a tag 2 months ago
Protobuf Team Bot 83569cff3d Mute the minor version warning https://github.com/protocolbuffers/protobuf/issues/18096 2 months ago
Mark Hansen 030fcadb88 Inline byte array assertions (assertEqualBytes). 2 months ago
Protobuf Team Bot 4958695bd6 Auto-generate files after cl/676927081 2 months ago
Tony Liao ecae71a49a Refactor "implicit presence map behaviour" tests into its own file. 2 months ago
Zoey Greer 3bc5991d11 Add `unsafe` keyword to unsafe block in rust code (#18264) 2 months ago
Mike Kruskal ac29f8c0cd Fix cord extension check to apply to all editions. 2 months ago
Protobuf Team Bot 3abdf99eec Use a pointer instead of a ref from C++ thunk. 2 months ago
Zoey Greer 20eeda825a Fix bash ternary in `//benchmarks:size_data` (#18234) 2 months ago
Tony Liao 99452451e8 Use using statement in no_field_presence_test to reduce verbosity. 2 months ago
Marat Reymers e5d2dbd45a docs: add nebius.ai custom options to registry (#18297) 2 months ago
Protobuf Team Bot 6bf86f01d4 Auto-generate files after cl/676689077 2 months ago
Protobuf Team Bot 817c82f8d2 Micro-cleanups around `StringPieceField` 2 months ago
Protobuf Team Bot 960b95939b Auto-generate files after cl/676683430 2 months ago
Mike Kruskal ce6dbe478a Setup fix for python/upb for the enforcement of closed enums in editions. 2 months ago
Zoey Greer 7d3e80ce9c `#ifdef` out `clang`-specific pragmas to avoid unknown pragma warnings when compiling with non-`clang` (#18241) 3 months ago
Protobuf Team Bot 9580af32d1 Replace PROTOBUF_{MINIMUM,MAXIMUM}_EDITION macros with constexpr functions 3 months ago
Hong Shin 7a7a087f56 protos.h removal part 3 3 months ago