Hao Nguyen
582927ae2a
Update generated files
6 years ago
Hao Nguyen
88339fa7f8
Down integrate to GitHub
6 years ago
Hao Nguyen
b0d648664d
Update protobuf version
6 years ago
Hao Nguyen
46d5cc7de5
Revert "Revert "Add new file to package.xml ( #6116 )""
...
This reverts commit 783971e872
.
Revert an accidental revert!
6 years ago
Hao Nguyen
2352a30e66
Revert "Update protobuf version"
...
This reverts commit 6d96493b31
.
6 years ago
Hao Nguyen
783971e872
Revert "Add new file to package.xml ( #6116 )"
...
This reverts commit c40018e52d
.
6 years ago
Hao Nguyen
6d96493b31
Update protobuf version
6 years ago
Yilun Chong
0c3f43a619
Merge pull request #6158 from TechProofreader/patch-2
...
Update performance.md
6 years ago
TechProofreader
02a4c720c3
Update performance.md
...
Even though I just proofread this file, I noticed one more thing that needed correcting, which I fixed. The word "genereated" had to be corrected to "generated". My apologies for missing this on the initial check.
6 years ago
Hao Nguyen
fcfc47d405
Merge pull request #6151 from haon4/201905171200
...
Down Integrate to GitHub
6 years ago
Yilun Chong
1bc8cbe14b
Merge pull request #6153 from TechProofreader/patch-1
...
Update performance.md
6 years ago
TechProofreader
5b628d552b
Update performance.md
...
I corrected a few grammatical mistakes and increased the document's readability by easing the language flow.
6 years ago
Paul Yang
c40018e52d
Add new file to package.xml ( #6116 )
6 years ago
Hao Nguyen
66540237ca
Down integrate to GitHub
6 years ago
Yilun Chong
b4f193788c
Merge pull request #6115 from haon4/javalite_doc
...
Update instruction on how to use JavaLite runtime
6 years ago
Yilun Chong
1ded7fbb7d
Merge pull request #6138 from haoyuanli/patch-1
...
Fix typo 'pythong'
6 years ago
Joshua Haberman
d41002663f
Merge pull request #6139 from haberman/conformance-build
...
Typo fix for conformance test runner.
6 years ago
Joshua Haberman
7980ad8e1c
Merge pull request #6140 from protocolbuffers/revert-6128-convert-to-ruby
...
Revert "Convert Google::Protobuf.deep_copy to pure Ruby"
6 years ago
Joshua Haberman
d57581348d
Revert "Convert Google::Protobuf.deep_copy to pure Ruby"
6 years ago
Joshua Haberman
c659a4a4db
Fixed typo: conformance_test_runner should be a binary, not library.
6 years ago
Joshua Haberman
0acd543dc4
Merge branch 'master' into conformance-build
6 years ago
Joshua Haberman
16d0021356
Merge pull request #6128 from tenderlove/convert-to-ruby
...
Convert Google::Protobuf.deep_copy to pure Ruby
6 years ago
haoyuanli
62246b9166
Fix typo 'pythong'
...
Changed 'pythong' to 'python'
6 years ago
Hao Nguyen
5f3f3d646d
Merge pull request #6133 from haon4/fix_update_pbh
...
Make sure to return the updated line when modifying .pb.h file
6 years ago
Hao Nguyen
01a0a355ba
Merge pull request #6132 from haon4/fix_build
...
Make sure to include zlib.BUILD in our distribution
6 years ago
Hao Nguyen
3986786182
Make sure to return the updated line when modifying .pb.h file
6 years ago
Hao Nguyen
166652fc6f
Merge pull request #6127 from haon4/201905131051
...
Down integrate to GitHub
6 years ago
Hao Nguyen
87f83cc1e8
Make sure to include zlib.BUILD in our distribution
6 years ago
Aaron Patterson
3b67455319
Convert Google::Protobuf.deep_copy to pure Ruby
...
In general, I think it will help us to debug issues if we have less C
code and more Ruby code. This method can be implemented in pure Ruby,
so this commit converts it to pure Ruby.
6 years ago
Hao Nguyen
3d1b5d7280
Move CreateUnknownEnumValues to anonymous namespace
6 years ago
Hao Nguyen
34af356256
Remove inline from generated_message_reflection
6 years ago
Hao Nguyen
a1c8868344
Down integrate to GitHub
6 years ago
Joshua Haberman
78ca77ac87
Added conformance tests to Bazel BUILD file ( #6126 )
6 years ago
Joshua Haberman
2996da4d81
Merge branch 'master' into conformance-build
6 years ago
Ruslan Manaev
982d5d2ab1
Fix compilation error with SDL check flag in Visual Studio
6 years ago
Adam Cozzette
531505ca13
Updated gemspec to require Ruby 2.3 or higher
6 years ago
Seth Girvan
cdf873f29b
Revert "protobuf.pc.in does not reflect CXXFLAGS"
...
This reverts commit a7180caf19
.
6 years ago
Parnic
55f89a10fa
Don't build io_win32 for Xbox One
...
This file contains a lot of code that doesn't compile for Xbox One and doesn't appear to be necessary for usage on that platform. _WIN32 is defined for the Xbox One platform.
6 years ago
Parnic
3691c172c9
Replaced unavailable include with struct definition for Xbox One
...
It appears this file was including winsock2.h just to get the timeval struct definition. There are platforms, such as Xbox One, that don't use winsock but do compile with _MSC_VER set, so just drop in the struct definition we needed instead of including all of winsock. This fixes compilation of this file for Xbox One. Without this change, there were numerous `timeval` complaints such as
```
1>c:\dev\protobuf\src\google\protobuf\util\time_util.h(153): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file C:\dev\protobuf\src\google\protobuf\util\time_util.cc)
1>c:\dev\protobuf\src\google\protobuf\util\time_util.h(153): error C2143: syntax error: missing ',' before '&' (compiling source file C:\dev\protobuf\src\google\protobuf\util\time_util.cc)
```
etc.
6 years ago
Per Lundberg
2bb7c278c2
Fix typo
6 years ago
Paul Yang
7597f8ad24
Custom mktime to fix issue on mac ( #6118 )
...
* Custom mktime to fix issue on mac
* Remove succeeded tests from failure list
6 years ago
Hao Nguyen
c08249b414
Merge pull request #6121 from haon4/csharp_fix
...
Fix update_version script to use the appropriate rc style for C#
6 years ago
Hao Nguyen
fdfe761022
Fix update version to use the appropriate rc style for C#
6 years ago
Paul Yang
65fed3f294
Update version for podspec to not include dot ( #6111 )
6 years ago
Hao Nguyen
cf9fe7259b
Update instruction on how to use JavaLite runtime
6 years ago
Hao Nguyen
ec1a70913e
Merge pull request #6106 from haon4/php_fix
...
Update php/release.sh to be executable and create a new branch
6 years ago
Hao Nguyen
a56b529832
Update php/release.sh to be executable and create a new branch for the new version
6 years ago
Hao Nguyen
b06fd483ae
Merge pull request #6097 from haon4/201905031433
...
Down integrate to GitHub
6 years ago
Hao Nguyen
4cebf97a52
Update BUILD file to match the changes in cmake files for lite
6 years ago
Hao Nguyen
1d4e959374
Down integrate to GitHub
6 years ago