Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
925aa60ff23f818d0cbf1361a2dbdf7359d6fba9
925aa60
Add Mergeable config
by Hao Nguyen
· 6 years ago
5b232b8
Merge pull request #6001 from haon4/sync201904090622
by Hao Nguyen
· 6 years ago
ef1e8e7
Add module for JavaLite and fix builds
by Hao Nguyen
· 6 years ago
6dc9832
Merge branch 'master' of https://github.com/protocolbuffers/protobuf into sync201904090622
by Hao Nguyen
· 6 years ago
176f7db
Down integrate to Github
by Hao Nguyen
· 6 years ago
df4ec8a
support specify C++ STL for android
by yejianwu
· 6 years ago
c163a2d
Revert accidentally commit
by Hao Nguyen
· 6 years ago
1eb0491
Add module for JavaLite and fix builds
by Hao Nguyen
· 6 years ago
86bc27d
Merge branch 'master' of https://github.com/protocolbuffers/protobuf
by Hao Nguyen
· 6 years ago
a48a574
Down integrate to Github
by Hao Nguyen
· 6 years ago
1065652
Removes unused code and lint warnings (#5773)
by Ankit Singh
· 6 years ago
8e5b2f1
Update file list for protobuf_lite
by Phillipp Schoppmann
· 6 years ago
0f8e6d1
Fix some UBSAN warnings.
by Harvey Tuch
· 6 years ago
f425b9f
Merge pull request #5953 from acozzette/merge-3-7-x
by Paul Yang
· 6 years ago
3efc3fd
Upgrade the closure compiler version (#5955)
by Hao Nguyen
· 6 years ago
8018e45
Removed duplicate text from WORKSPACE file
by Adam Cozzette
· 6 years ago
33dd96c
Use mktime
by Bo Yang
· 6 years ago
262cc06
Fix ruby conformance test on mac
by Bo Yang
· 6 years ago
2d9507e
Update upb for ruby
by Bo Yang
· 6 years ago
2350e20
mathlimits: remove no-op macro expansion code
by Ben Boeckel
· 6 years ago
3071fc3
mathlimits: remove unused code
by Ben Boeckel
· 6 years ago
e5862cd
mathlimits: check for _WIN32 and __MINGW32__ existence
by Ben Boeckel
· 6 years ago
ec70372
command_line_interface: check if __APPLE__ is defined
by Ben Boeckel
· 6 years ago
a268b63
Update upb for ruby
by Bo Yang
· 6 years ago
cd044e9
Sync latest upb changes
by Bo Yang
· 6 years ago
e4bbca1
Add wrapper type helpers for Ruby (#5739)
by Joe Bolinger
· 6 years ago
d2daa38
Add native type setters for Timestamp and Duration in Ruby (#5751)
by Joe Bolinger
· 6 years ago
8645d89
Merge branch '3.7.x' into merge-3-7-x
by Adam Cozzette
· 6 years ago
e9faff8
Update third_party.md
by Pavel Perestoronin
· 6 years ago
6973c3a
Update version number to 3.7.1 (#5947)
by Paul Yang
· 6 years ago
0770795
Fixed CI failures with Ruby 2.3 on OSX (#5948)
by Adam Cozzette
· 6 years ago
5939bc3
Fix "the the".
by Benjamin Peterson
· 6 years ago
34b6499
Avoid linking against libatomic when building protoc (#5922)
by Adam Cozzette
· 6 years ago
ba42cb5
Allow bytes field to be longer than 16000 bytes (#5924)
by Paul Yang
· 6 years ago
02cf61a
Updated NPM version to 3.7.1
by Adam Cozzette
· 6 years ago
ec0d47e
No define strtoll/strtoull for VS2013 and above
by myd7349
· 6 years ago
b3c132f
Avoid marking generated C++ messages as final for now (#5928)
by Adam Cozzette
· 6 years ago
3a3956e
Merge pull request #5921 from haon4/contributing
by Hao Nguyen
· 6 years ago
38679c6
Remove unused import in message.js.
by Daniel Kurka
· 6 years ago
059851f
Remove unused import from message.
by Daniel Kurka
· 6 years ago
e2461b5
Revert "Remove unused f expression from jscode gen. (#5573)"
by Daniel Kurka
· 6 years ago
ed10d9c
Fix several DeprecationWarning: invalid escape sequence (#5897)
by Mickaël Schoentgen
· 6 years ago
a0a8c6c
Fix Windows builds with future Bazel changes
by Adam Cozzette
· 6 years ago
e6779e9
Added io_win32.h to header list in CMake config
by Adam Cozzette
· 6 years ago
71f2996
Update generated descriptor files
by Hao Nguyen
· 6 years ago
1a3fa5d
Update conformance test failures
by Hao Nguyen
· 6 years ago
507c6df
Undelete python/google/protobuf/pyext/proto2_api_test.proto that was accidentally removed from file_list
by Hao Nguyen
· 6 years ago
d47c3e9
Fix CMake conflict
by Hao Nguyen
· 6 years ago
81567d8
Merge branch 'contributing' of https://github.com/haon4/protobuf into contributing
by Hao Nguyen
· 6 years ago
2f864fd
Down integrate to Github
by Hao Nguyen
· 6 years ago
5e0812d
Allow Java reserved keywords to be used in extensions (#5709)
by Joe Bolinger
· 6 years ago
57b6597
Replace strptime with custom implementation (#5906)
by Paul Yang
· 6 years ago
ec3d948
add System.Memory dependency (#5835)
by Jan Tattermusch
· 6 years ago
68cd8e8
Merge pull request #5908 from protocolbuffers/revert-5014-iterator-deprecation-fix
by Paul Yang
· 6 years ago
cb8a46b
Merge pull request #5912 from haon4/contributing
by Hao Nguyen
· 6 years ago
9e62059
Update CONTRIBUTING.md to recommend applying the appropriate labels
by Hao Nguyen
· 6 years ago
12f8fe8
Revert "Updating Iterators to be compatible with C++17 in MSVC"
by Paul Yang
· 6 years ago
032a179
Fix macros in header of generated code (#5881)
by Paul Yang
· 6 years ago
b68a347
Merge pull request #5898 from jskeet/non-packable
by Jan Tattermusch
· 6 years ago
2de68bc
Make the C# benchmarks non-packable
by Jon Skeet
· 6 years ago
4fd0579
Merge pull request #5896 from jbolinger/error-to-3.7.x
by Paul Yang
· 6 years ago
580826c
cherry-pick test fix from #5853
by Joe Bolinger
· 6 years ago
f071c9e
fix source stepping by upgrading sourcelink (#5891)
by Jan Tattermusch
· 6 years ago
604121a
fix tests for older rubies
by Joe Bolinger
· 6 years ago
1cf730c
add type errors test to Makefile.am
by Joe Bolinger
· 6 years ago
0114727
add more descriptive error messages to init methods
by Joe Bolinger
· 6 years ago
36fa3c6
add missing C# windows presubmit.cfg file (#5894)
by Jan Tattermusch
· 6 years ago
d65b864
Add terminating character to zend_lookup_class call (#5871) (#5885)
by David Supplee
· 6 years ago
66fb3ce
Add C# benchmark files to EXTRA_DIST in Makefile.am
by Jon Skeet
· 6 years ago
233f486
First pass at benchmarking for C#
by Jon Skeet
· 6 years ago
db1d4dc
Merge pull request #5876 from jtattermusch/csharp_win_tests
by Jan Tattermusch
· 6 years ago
207d01d
Remove GPBWrapperUtil from generated code (#5880)
by Paul Yang
· 6 years ago
93533f7
Add terminating character to zend_lookup_class call (#5871)
by David Supplee
· 6 years ago
4b145b1
Parse nested listvalue in json for ruby (#5867)
by Paul Yang
· 6 years ago
45aba80
Avoid passing -Og flag to C++ compiler
by Adam Cozzette
· 6 years ago
791b863
No define strtoll/strtoull for VS2013 and above
by myd7349
· 6 years ago
60a889e
make check for distinct hashcode optional
by Jan Tattermusch
· 6 years ago
d305c2a
update csharp_EXTRA_DIST
by Jan Tattermusch
· 6 years ago
e6a22c9
test all frameworks on windows
by Jan Tattermusch
· 6 years ago
67fee07
C#: set some dotnet options when testing
by Jan Tattermusch
· 6 years ago
753daae
use netcoreapp2.1 for testing
by Jan Tattermusch
· 6 years ago
79c32b1
add scripts for C# windows tests
by Jan Tattermusch
· 6 years ago
70dc39e
Stop enabling more warnings for CXX compiles.
by Thomas Van Lenten
· 6 years ago
15fab91
Bump target frameworks of C# programs from netcoreapp1.0 to netcoreapp2.1 (#5838)
by Sydney Acksman
· 6 years ago
a186808
Encode empty ListValue (#5857)
by Paul Yang
· 6 years ago
5928445
Use fixed size for bool, float and double field in codec (#5810)
by WilliamWhispell
· 6 years ago
4b9a5df
Bazel: Add dependency to error_prone_annotations
by David Ostrovsky
· 6 years ago
0b5111d
Raise error for JSON overflow encoding in Ruby (#5752) (#5861)
by bmoyles0117
· 6 years ago
35c9a5f
Bazel: Add dependency to error_prone_annotations
by David Ostrovsky
· 6 years ago
e75a689
Fix ruby continuous tests (#5853)
by Paul Yang
· 6 years ago
f891a16
Add link to continuous test badges (#5855)
by Paul Yang
· 6 years ago
f85c823
Create test to verify that the dist artifact can be installed. (#5854)
by Hao Nguyen
· 6 years ago
e2dd740
Cleanups to allow for import by Copybara. (#5826)
by Joshua Haberman
· 6 years ago
e41e2dd
Update mutex.h
by GitHubGanesh
· 6 years ago
f4f32a5
make tests work on older rubies (#5823)
by Joe Bolinger
· 6 years ago
1568dea
Revert "Updated upb from defcleanup branch and modified Ruby to use it (#5539)" (#5848)
by Joshua Haberman
· 6 years ago
d0f91c8
Down integrate to Github (#5839)
by Hao Nguyen
· 6 years ago
f5e8ee4
PHP updates for new upb APIs (#5604)
by Joshua Haberman
· 6 years ago
3758138
Updated upb from defcleanup branch and modified Ruby to use it (#5539)
by Joshua Haberman
· 6 years ago
a1b286e
Simplify string_values_ vector in default_value_objectwriter
by Markov Vladislav
· 6 years ago
Next »