2393 Commits (3be46483ba11605ec9d29ae439a16c4fc6bf02c3)

Author SHA1 Message Date
Phil Clay 3be46483ba
Resolve more java field accessor name conflicts (#8198) 3 years ago
Stephen Kennedy 8495372e1e
[cleanup] Msvc warnings (#9263) 3 years ago
Biswapriyo Nath 7e5bfe8883
Fix checking Windows platform with preprocessor (#9460) 3 years ago
Adam Cozzette 22d0e265de
Update protobuf version for 3.19.4 (#9449) 3 years ago
Gregor Jasny e554bd6cbf
Use constexpr for FieldTypeClass (#9434) 3 years ago
Gergely Nagy 639551d445 Disable [[clang::musttail]] attribute on Windows x86 (#9421) 3 years ago
Amin Vakil f96050a05d
Add $(nproc) to make documentation (#9360) 3 years ago
Adam Cozzette cc7b1b5323 Update protobuf version 3 years ago
Thomas Van Lenten c997582f7c Default two more of the options from env variables. 3 years ago
Adam Cozzette eb94f17a8b Update protobuf version 3 years ago
Thomas Van Lenten 41606730da Add space to fix error message formatting. 3 years ago
Alisa 8c29dc2c4d
Fix broken max macro on Windows (#9273) 3 years ago
Adam Cozzette 9a1d5dfa4b
Small tweaks to C# unit tests (#9271) 3 years ago
Adam Cozzette 1ced82f8fd
Use C++11 integer types and fully qualify std::string (#9253) 3 years ago
Adam Cozzette bf481851d8
Remove unused includes from unit tests (#9251) 3 years ago
Thomas Van Lenten ef9b7036e7 Support no_package:FILE in the expected prefixes file. 3 years ago
Thomas Van Lenten f7a58bb060 Add a envvar to provide a prefix on all proto package prefixed symbols. 3 years ago
Rose ef1c9fd907
[C++] Fix missing #ifdef for undefined identifiers (#9201) 3 years ago
Kent Ross d88c8d5d4b
Implement unambiguous comparisons for RepeatedPtrIterator in C++20 (#9139) 3 years ago
Adam Cozzette 7c40b2df1f
Update protobuf version (#9167) 3 years ago
Marnix Bouhuis e58469bdbe JS: Fixed `ReferenceError: window is not defined` when getting the global object (#9156) 3 years ago
Chris Bainbridge 65852d6e9c
Fix comment syntax in any.proto (#8792) 3 years ago
appledragon 1d2e8d9302
for old clang build issue, related with https://reviews.llvm.org/D12375 (#9159) 3 years ago
Marnix Bouhuis e350ef8c20
JS: Fixed `ReferenceError: window is not defined` when getting the global object (#9156) 3 years ago
Taufiq Rahman 84c2e1e502
Fix grammatical error in comments #7603 3 years ago
appledragon 02d2e5fdd7
Update stl_util.h 3 years ago
Adam Cozzette 42db8a3f96
Make IsDescriptor* helpers lenient about descriptor name (#9127) 3 years ago
Adam Cozzette 17b30e9647
Update protobuf version (#9119) 3 years ago
Joshua Haberman bb5a2684de Minor whitespace fixes and test fixups. 3 years ago
Joshua Haberman 4c445b1803 Fix for descriptor_pb.rb: google/protobuf should be required first. 3 years ago
Deanna Garcia ad9eb238cc Fixing formatting 3 years ago
Deanna Garcia 33113ce9f9 Fixing inlining and deprecation for repeated string fields in kotlin 3 years ago
Adam Cozzette 3f3e6f47c6
Update version to 3.19.0-rc2 and fix changelog about Java 7 (#9116) 3 years ago
Masaki Hara d08bc71c96
Suppress dot-delimiter warning if ruby_package consists of a single component (#7276) 3 years ago
Adam Cozzette 519340d662
Update protobuf version (#9106) 3 years ago
Adam Cozzette f367bfb13d
Use dedicated helper functions for map descriptors (#9099) 3 years ago
Adam Cozzette d049bce844
Remove references to HAVE_PTHREAD (#9100) 3 years ago
Jorg Brown 72f085747e
Use int32_t rather than int32. 3 years ago
Marnix Bouhuis 6bc21b531e
Update the way we get the global object, to comply with CSP no-unsafe-eval (#8864) 3 years ago
Adam Cozzette 68c17dcde8 Tweak syntax of casting function to void 3 years ago
Adam Cozzette 1f66b1b032 Sync from Piper @402594188 3 years ago
Dietmar Scheidl 3bdcc1266b
Fix build on AIX and SunOS (#8373) (#9065) 3 years ago
mgabris 1b22582bc0
Fix unused variable warnings in extension_set.h (#9073) 3 years ago
johanmoe 15c63ad850
Fix build error with MinGW (#9077) 3 years ago
NexusNull 5142e362bc
Update README.md (#9078) 3 years ago
Adam Cozzette 0dab03ba7b
Update protobuf version to 3.18.1 (#9051) 3 years ago
Jason Lunn f88c8ef11a Remove vestigial function that makes a dated claim that Ruby doesn't support proto2 3 years ago
Thomas Van Lenten be37b08a31 review feedback 3 years ago
Thomas Van Lenten 9ab14a81e1 Fix spacing in message (missing a space between words from line split) 3 years ago
Thomas Van Lenten a9e1d7c177 Remove some of the state handoff via ivars within Parser. 3 years ago