Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
google
/
protobuf
/
HEAD
/
src
d88c8d5
Implement unambiguous comparisons for RepeatedPtrIterator in C++20 (#9139)
by Kent Ross
· 3 years, 9 months ago
7ccf4d8
Merge pull request #9169 from protocolbuffers/3.19.x
by Adam Cozzette
· 3 years, 9 months ago
7c40b2d
Update protobuf version (#9167)
by Adam Cozzette
· 3 years, 9 months ago
v3.19.1
e58469b
JS: Fixed `ReferenceError: window is not defined` when getting the global object (#9156)
by Marnix Bouhuis
· 3 years, 9 months ago
65852d6
Fix comment syntax in any.proto (#8792)
by Chris Bainbridge
· 3 years, 9 months ago
1d2e8d9
for old clang build issue, related with https://reviews.llvm.org/D12375 (#9159)
by appledragon
· 3 years, 9 months ago
e350ef8
JS: Fixed `ReferenceError: window is not defined` when getting the global object (#9156)
by Marnix Bouhuis
· 3 years, 9 months ago
d630f96
Merge pull request #9144 from appledragon/master
by deannagarcia
· 3 years, 9 months ago
84c2e1e
Fix grammatical error in comments #7603
by Taufiq Rahman
· 3 years, 9 months ago
02d2e5f
Update stl_util.h
by appledragon
· 3 years, 9 months ago
42db8a3
Make IsDescriptor* helpers lenient about descriptor name (#9127)
by Adam Cozzette
· 3 years, 9 months ago
e6430dd
Merge pull request #9136 from protocolbuffers/3.19.x
by Adam Cozzette
· 3 years, 9 months ago
17b30e9
Update protobuf version (#9119)
by Adam Cozzette
· 3 years, 9 months ago
v3.19.0
912eb8b
Merge pull request #9121 from haberman/rubyfix
by Joshua Haberman
· 3 years, 9 months ago
bb5a268
Minor whitespace fixes and test fixups.
by Joshua Haberman
· 3 years, 9 months ago
51cb7f9
Merge pull request #9120 from protocolbuffers/kotlinInlining
by deannagarcia
· 3 years, 9 months ago
4c445b1
Fix for descriptor_pb.rb: google/protobuf should be required first.
by Joshua Haberman
· 3 years, 9 months ago
ad9eb23
Fixing formatting
by Deanna Garcia
· 3 years, 9 months ago
kotlinInlining
33113ce
Fixing inlining and deprecation for repeated string fields in kotlin
by Deanna Garcia
· 3 years, 9 months ago
3f3e6f4
Update version to 3.19.0-rc2 and fix changelog about Java 7 (#9116)
by Adam Cozzette
· 3 years, 9 months ago
v3.19.0-rc2
d08bc71
Suppress dot-delimiter warning if ruby_package consists of a single component (#7276)
by Masaki Hara
· 3 years, 9 months ago
519340d
Update protobuf version (#9106)
by Adam Cozzette
· 3 years, 9 months ago
f367bfb
Use dedicated helper functions for map descriptors (#9099)
by Adam Cozzette
· 3 years, 9 months ago
d049bce
Remove references to HAVE_PTHREAD (#9100)
by Adam Cozzette
· 3 years, 9 months ago
72f0857
Use int32_t rather than int32.
by Jorg Brown
· 3 years, 9 months ago
6bc21b5
Update the way we get the global object, to comply with CSP no-unsafe-eval (#8864)
by Marnix Bouhuis
· 3 years, 9 months ago
68c17dc
Tweak syntax of casting function to void
by Adam Cozzette
· 3 years, 9 months ago
4ffb31e
Merge tag 'refs/tags/sync-piper' into sync-stage
by Adam Cozzette
· 3 years, 9 months ago
1f66b1b
Sync from Piper @402594188
by Adam Cozzette
· 3 years, 9 months ago
3bdcc12
Fix build on AIX and SunOS (#8373) (#9065)
by Dietmar Scheidl
· 3 years, 9 months ago
1b22582
Fix unused variable warnings in extension_set.h (#9073)
by mgabris
· 3 years, 9 months ago
15c63ad
Fix build error with MinGW (#9077)
by johanmoe
· 3 years, 9 months ago
5142e36
Update README.md (#9078)
by NexusNull
· 3 years, 9 months ago
3afc828
Sync from Piper @401883098
by Adam Cozzette
· 3 years, 9 months ago
2a75e8c
Merge branch '3.18.x' into merge-3.18.x
by Adam Cozzette
· 3 years, 10 months ago
0dab03b
Update protobuf version to 3.18.1 (#9051)
by Adam Cozzette
· 3 years, 10 months ago
v3.18.1
f88c8ef
Remove vestigial function that makes a dated claim that Ruby doesn't support proto2
by Jason Lunn
· 3 years, 10 months ago
ffcae81
Merge pull request #9039 from thomasvl/test_parse_simple
by Thomas Van Lenten
· 3 years, 10 months ago
be37b08
review feedback
by Thomas Van Lenten
· 3 years, 10 months ago
9ab14a8
Fix spacing in message (missing a space between words from line split)
by Thomas Van Lenten
· 3 years, 10 months ago
a9e1d7c
Remove some of the state handoff via ivars within Parser.
by Thomas Van Lenten
· 3 years, 10 months ago
a7823bb
Ensure errors are reported from the last chunk of a file.
by Thomas Van Lenten
· 3 years, 10 months ago
129b3e8
Merge branch 'master' into sync-stage
by Josh Haberman
· 3 years, 10 months ago
567efd4
Merge pull request #9026 from haberman/merge-release
by Joshua Haberman
· 3 years, 10 months ago
2128ce0
Merge branch '3.18.x' into merge-release
by Joshua Haberman
· 3 years, 10 months ago
28c52fd
Merge tag 'refs/tags/sync-piper' into sync-stage
by Josh Haberman
· 3 years, 10 months ago
624d29d
Sync from Piper @399250367
by Josh Haberman
· 3 years, 10 months ago
5e8396f
Performance fix for DynamicMessage: force GetRaw() to be inlined.
by Joshua Haberman
· 3 years, 10 months ago
5d5bc23
Move some common code into a helper.
by Thomas Van Lenten
· 3 years, 10 months ago
57da2b4
Update some types to be more current.
by Thomas Van Lenten
· 3 years, 10 months ago
c4e0ded
Add two new generation options around objc prefix usage.
by Thomas Van Lenten
· 3 years, 10 months ago
58a7c8a
Update port_def.inc (#8993)
by Eddie-cz
· 3 years, 10 months ago
740c4b0
Update ruby_generator.cc to allow proto2 imports in proto3 (#9003)
by zhangskz
· 3 years, 10 months ago
8e451fa
Protobuf: Fix for C5041 for VC++ >= 15.5 (#8979)
by Jason Erb
· 3 years, 10 months ago
3267715
Fix unused variable warnings outside of compiler directory (#8945)
by Sil3ntStorm
· 3 years, 10 months ago
0fe47f3
Merge branch 'master' into sync-stage
by zhangskz
· 3 years, 10 months ago
12fb2b7
Update protobuf version (#8973)
by Paul Yang
· 3 years, 10 months ago
3856725
Disable MSVC warning C4125 (decimal digit terminates octal escape sequence) (#8928)
by Sil3ntStorm
· 3 years, 10 months ago
8c7e082
Fix warning about unary minus operator (#8929)
by Sil3ntStorm
· 3 years, 10 months ago
d669998
Fix shadowing warnings (#8926)
by Sil3ntStorm
· 3 years, 10 months ago
fabb594
Clean up unused code in src\google\protobuf\compiler\cpp\cpp_helpers.h (#8819)
by junzeng
· 3 years, 10 months ago
6dd2176
Sync from Piper @396393195
by Sandy Zhang
· 3 years, 10 months ago
215dd13
Sync from Piper @395989630
by Sandy Zhang
· 3 years, 10 months ago
bbf5d54
Added missing source to Makefile.am.
by Joshua Haberman
· 3 years, 10 months ago
018e2e7
Merge tag 'refs/tags/sync-piper' into sync-stage
by Joshua Haberman
· 3 years, 10 months ago
e5c570b
Sync from Piper @395706834
by Joshua Haberman
· 3 years, 10 months ago
10d0fae
Use ReadVarint32 for Int32 types (#8769)
by Kevin Gibson
· 3 years, 11 months ago
7b9b7fe
Fix unreachable code return in a case label that has a switch with only a default case in it, which returns already (#8927)
by Sil3ntStorm
· 3 years, 11 months ago
c87e1ae
Fix uninitialized variable warnings in descriptor.cc (#8931)
by Sil3ntStorm
· 3 years, 11 months ago
ef6a9b2
Fix cast truncates constant value warning (#8932)
by Sil3ntStorm
· 3 years, 11 months ago
1473d74
Disable conditional expression is constant warning (C4127) inside protobuf
by Sil3ntStorm
· 3 years, 11 months ago
d8f5578
Update protobuf version
by Bo Yang
· 3 years, 11 months ago
f78fefc
Sync from Piper @392954264
by Adam Cozzette
· 3 years, 11 months ago
4eed0da
Sync from Piper @392076391
by Adam Cozzette
· 4 years ago
7cbc086
Update protobuf version (#8887)
by Paul Yang
· 4 years ago
24a5504
Remove internal only change
by Bo Yang
· 4 years ago
c3a7af4
Remove reference to src/google/protobuf/field_access_listener.cc
by Bo Yang
· 4 years ago
04fc93f
Merge tag 'refs/tags/sync-piper' into sync-stage
by Bo Yang
· 4 years ago
509aee4
Sync from Piper @391414001
by Bo Yang
· 4 years ago
8a3c494
Merge pull request #8858 from acozzette/sync-stage
by Adam Cozzette
· 4 years ago
bc67ae8
Initialize TableArena::small_size_blocks_ inside constructor
by Adam Cozzette
· 4 years ago
d7320b1
Fix compiler error in dynamic_message.cc
by Adam Cozzette
· 4 years ago
1a024e8
Tweak brace initialization in descriptor.cc
by Adam Cozzette
· 4 years ago
0a4fcd5
Fix memory leak in InlinedStringField
by Adam Cozzette
· 4 years ago
e4fb604
Use pipe instead of pipe2 for compatibility with Mac OS
by Adam Cozzette
· 4 years ago
57a120f
Disallow missing field initializers
by Tamir Duberstein
· 4 years ago
64e9f1b
Add an extra pair of braces around constexpr std::array
by Adam Cozzette
· 4 years ago
2fd5c96
Add map_test.inc to build configs and new Kotlin files to java_EXTRA_DIST
by Adam Cozzette
· 4 years ago
e1930cd
Fix unused parameters in cpp_helpers.cc
by Adam Cozzette
· 4 years ago
5d03f8c
Merge tag 'refs/tags/sync-piper' into sync-stage
by Adam Cozzette
· 4 years ago
562fc94
Sync from Piper @388508285
by Adam Cozzette
· 4 years ago
343f778
Fix default value of enum(int) in json_util with proto2 (#8835)
by SpringHack
· 4 years ago
88e6a36
Merge pull request #8850 from haberman/rubybuilder
by Joshua Haberman
· 4 years ago
b7ab625
Addressed PR comments.
by Joshua Haberman
· 4 years ago
79370f1
Merge pull request #8844 from fowles/master
by Matt Fowles Kulukundis
· 4 years ago
e2360d7
Put the raw descriptor data after __END__ in the Ruby source.
by Joshua Haberman
· 4 years ago
275eac2
Merge branch 'master' into rubybuilder
by Joshua Haberman
· 4 years ago
16e16eb
pure-Ruby DSL is passing all tests!
by Joshua Haberman
· 4 years ago
914c6fe
Fix #8748 tests.exe link failure under mingw/mingw64 (#8751)
by xidang
· 4 years ago
7326b57
Fix undefined symbol error around SharedCtor() (#8827)
by Yuriy Chernyshov
· 4 years ago
Next »