Sign in
flutter
/
third_party
/
protobuf
/
eff1a6a01492988448685c6f9771e80e735d6030
eff1a6a
More fixes for import.
by Josh Haberman
· 6 years ago
9851c70
Rename StringPieceTrimWhitespace() for rewriting purposes.
by Josh Haberman
· 6 years ago
52fee0e
Merge pull request #5445 from haon4/master
by Hao Nguyen
· 6 years ago
1d90079
Add composer config to Dockerfile (#5451)
by Paul Yang
· 6 years ago
802d543
Add Bazel config for zlib support (#5389)
by Cody Schroeder
· 6 years ago
8bd1542
Add docker file for php testing. (#5447)
by Paul Yang
· 6 years ago
db0a9e0
Add <LangVersion>6</LangVersion> to the core protobuf C# project to prevent future incompatibility
by Hao Nguyen
· 6 years ago
d7cd543
Merge pull request #5396 from hesmar/hesmar/fixCmakeInstallHeader
by Joshua Haberman
· 6 years ago
3d207c3
Fix TimestampPartial operator == overload implementation: Cannot call == inside it, otherwise it would cause stack overflow
by Hao Nguyen
· 6 years ago
73276db
Merge pull request #5442 from ayounes-nviso/cmake
by Adam Cozzette
· 6 years ago
2463808
Make Protobuf compatible with C# 6
by Hao Nguyen
· 6 years ago
35aa9fd
fix: cmake install
by Abdel Younes
· 6 years ago
1484b58
[ObjC] Properly annotate extensions for ARC.
by Thomas Van Lenten
· 6 years ago
6688b60
Windows: install missing headers
by Markus Heß
· 6 years ago
c486130
Annotate the GPBDictionary enumerate* apis with NS_NOESCAPE.
by Thomas Van Lenten
· 6 years ago
2af9c68
Annotate the GPBArray enumerate* apis with NS_NOESCAPE.
by Thomas Van Lenten
· 6 years ago
74fa874
[protos/objc] Include more context in deprecation messages ⚠️
by Stephane Moore
· 6 years ago
704037f
Change MACOSX_DEPLOYMENT_TARGET to 10.9 (#5406)
by Paul Yang
· 6 years ago
0b9af83
PHP: Add Enum methods for converting to/from strings (#5342)
by michaelbausor
· 6 years ago
bfdc2ba
Merge pull request #5398 from brian-peloton/master
by Adam Cozzette
· 6 years ago
ef3a725
Make sure Objective C Proto compiler doesn't "duplicate" prefixes unnecessarily.
by Dave MacLachlan
· 6 years ago
dd614b7
Avoid octal constants in strutil.cc
by Brian Silverman
· 6 years ago
e242a9b
Merge pull request #5375 from arunov/fix-overrides-pr
by Adam Cozzette
· 6 years ago
f22be4d
fix json_format.ParseDict modifies input (#5267)
by giokara-oqton
· 6 years ago
9313cdc
Merge pull request #5386 from ThinkDigitalRepair/patch-1
by Adam Cozzette
· 6 years ago
b017ac4
Update add_person.dart
by Jonathan White
· 6 years ago
81c3e0c
Merge pull request #5142 from noloader/master
by Joshua Haberman
· 6 years ago
cb7678e
Actualizing RubyGems link in README.md (#5378)
by Mikhail Morgunov
· 6 years ago
b323b13
[protobuf/objc] Introduce a protobuf-specific deprecation annotation ⚠️
by Stephane Moore
· 6 years ago
db96ab0
Merge pull request #5368 from haberman/objc
by Joshua Haberman
· 6 years ago
ffa6bfc
ObjC: small improvement to extension serialization.
by Thomas Van Lenten
· 6 years ago
45a595d
Add overrides in C++ code.
by Arun Olappamanna Vasudevan
· 6 years ago
5913329
Fix most of the unused variable warnings in Ruby tests (#5313)
by Toby Hsieh
· 6 years ago
4361398
Updated README.md (#5366)
by dyyap
· 6 years ago
7b28271
Migrate to new `ctx.actions` API (#5367)
by Jon Brandvein
· 6 years ago
00987f4
Some changes to the ObjC code generator to support importing into Google.
by Josh Haberman
· 6 years ago
29747f4
Merge pull request #5363 from acozzette/strutil-header
by Adam Cozzette
· 6 years ago
034dbf8
Make sure to install stubs/strutil.h
by Adam Cozzette
· 6 years ago
92a879b
Add a unittest for ObjC TextFormat extension support.
by Thomas Van Lenten
· 6 years ago
af2d413
TextFormat extension printing fix.
by Thomas Van Lenten
· 6 years ago
3eb2889
Add the missing newlines between repeated extension files.
by Thomas Van Lenten
· 6 years ago
8dadfda
Improve comment about warning being incomplete.
by Thomas Van Lenten
· 6 years ago
7fa7fba
In debug builds output a warning about NSCoding and extensions.
by Thomas Van Lenten
· 6 years ago
3c5f52a
Merge pull request #5348 from acozzette/remove-singleton-header
by Adam Cozzette
· 6 years ago
897c2a2
Merge pull request #5349 from Allen-Webb/master
by Adam Cozzette
· 6 years ago
c0bc265
Fix up the Xcode project.
by Thomas Van Lenten
· 6 years ago
375d32d
cpp_generator: Add support for --cpp_out=speed:...
by Allen Webb
· 6 years ago
2f28980
Merge pull request #5323 from aconchillo/cpp-generator-nullptr
by Adam Cozzette
· 6 years ago
83ddea0
compiler/cpp: replace NULL with nullptr
by Aleix Conchillo Flaque
· 6 years ago
cf90053
Removed stubs/singleton.h
by Adam Cozzette
· 6 years ago
627cc48
Increase C# default recursion limit to 100 (#5339)
by Jon Skeet
· 6 years ago
ebfc043
Merge pull request #5296 from janisozaur/patch-2
by Adam Cozzette
· 6 years ago
46a48e4
Merge pull request #5332 from acozzette/integrate
by Adam Cozzette
· 6 years ago
75a1850
Remove superfluous const from return type in json_stream_parser.h (#5295)
by Michał Janiszewski
· 6 years ago
1c2eba3
Merge pull request #5298 from rogerhub/patch-1
by Adam Cozzette
· 6 years ago
398a47b
java: add BOM (#5117)
by Elliotte Rusty Harold
· 6 years ago
446e34f
Merge pull request #5319 from jdef/patch-1
by Adam Cozzette
· 6 years ago
c81b420
Fixed Java tests
by Adam Cozzette
· 6 years ago
dbc644f
Updated guava-testlib version in pom.xml
by Adam Cozzette
· 6 years ago
fbd69fa
Updated Makefiles
by Adam Cozzette
· 6 years ago
24204c9
Added new JS test protos to gulpfile.js
by Adam Cozzette
· 6 years ago
4dd4593
Removed scc.cc
by Adam Cozzette
· 6 years ago
86d4fe4
Updated checked-in generated code
by Adam Cozzette
· 6 years ago
b78c218
Merge branch 'master' into integrate
by Adam Cozzette
· 6 years ago
0894e07
Integrated internal changes from Google
by Adam Cozzette
· 6 years ago
ce72041
Merge pull request #5316 from zmodem/dllexport_build_fix
by Adam Cozzette
· 6 years ago
be83b29
Fix bugs in our keyword conversion support for objectivec
by Dave MacLachlan
· 6 years ago
cd95c79
Merge pull request #5261 from szakarias/dartExample
by gerben-s
· 6 years ago
4358133
options: reserved extension range for CSI
by James DeFelice
· 6 years ago
5d8dd6b
Add wire_format_lite_inl.h include to implicit_weak_message.cc
by Hans Wennborg
· 6 years ago
eaf672f
Merge pull request #5314 from nilslice/patch-1
by Adam Cozzette
· 6 years ago
6b10b91
include Protolock utility
by Steve Manuel
· 6 years ago
6f73c50
C# Proto2 feature : Groups (#5183)
by Sydney Acksman
· 6 years ago
29f27bf
Added safety checks when malloc returns nil in GPBDescriptor
by Parveen Bhatia
· 6 years ago
7492b56
Import versions from @bazel_skylib//lib:versions.bzl
by Roger Chen
· 6 years ago
eecccdc
Let the 9.4 migrator migrate the Swift source.
by Thomas Van Lenten
· 6 years ago
dde1431
Support suppressing the objc package prefix checks on a list of files.
by Thomas Van Lenten
· 6 years ago
d52f2bb
Add more Xcode versions to the objc build script.
by Thomas Van Lenten
· 6 years ago
18aa296
Collapse :protobuf_objc and :objectivec targets.
by Thomas Van Lenten
· 6 years ago
96f7c53
Merge pull request #5297 from brian-peloton/master
by Adam Cozzette
· 6 years ago
7834dbf
Remove unused types
by Brian Silverman
· 6 years ago
e1fde52
Add missing include guard to zip_writer.h
by Michał Janiszewski
· 6 years ago
63d2f3b
Fix RepeatedField#first in Ruby gem (#5293)
by Toby Hsieh
· 6 years ago
3025a06
Merge pull request #5270 from Thomas-Barbier-1A/master
by Adam Cozzette
· 6 years ago
0038ff4
Remove Debug Statement for Win/MinGW (#5283)
by micw523
· 6 years ago
f075cac
comments
by Sarah Zakarias
· 6 years ago
bc00484
comments and formatting
by Sarah Zakarias
· 6 years ago
acc0fc2
Remove ruby21 and ruby22 tests (#5277)
by Paul Yang
· 6 years ago
31d6b4e
Fix Javadoc typo (#5280)
by Adrián Nieto Rodríguez
· 6 years ago
565c26e
Merge pull request #5186 from BSBandme/add_js_php_benchmark_to_dashboard
by Yilun Chong
· 6 years ago
333b3ce
Add ruby 2.3, 2.4 and 2.5 test for linux. (#5256)
by Paul Yang
· 6 years ago
403d216
Fix error: unused parameter 'arena' and 'default_value' [-Werror=unused-parameter]
by Thomas BARBIER
· 6 years ago
4e30826
Merge pull request #5260 from acozzette/common-h-includes
by Adam Cozzette
· 6 years ago
5e37bbf
Removed unnecessary includes from stubs/common.h
by Adam Cozzette
· 6 years ago
5b8a023
fix
by Yilun Chong
· 6 years ago
c7352b3
Merge pull request #5198 from hesmar/hemsar/cmakeFixProtobufGenerate
by Joshua Haberman
· 6 years ago
dc81f79
Merge pull request #5247 from slovdahl/5139-fix-redundant-cast-java-warning
by Yilun Chong
· 6 years ago
969397b
Add Dart example.
by Sarah Zakarias
· 6 years ago
ec11d29
fix function names
by Yilun Chong
· 6 years ago
d2d4b40
Sync upb for unknown fix (#5240)
by Paul Yang
· 6 years ago
Next »