Paul Yang
98836a56e6
Update version number for php c extension ( #3896 )
7 years ago
Jisi Liu
e99e5d093f
Merge pull request #3895 from pherl/3.5.x
...
Add protobuf-all in post release
7 years ago
Jisi Liu
1ec45f81ef
Add protobuf-all in post release
7 years ago
Paul Yang
857a021645
Use fully qualifed name for DescriptorPool in Any.php to avoid name ( #3886 )
...
conflict
7 years ago
Jisi Liu
0cd2ad11b8
Update protoc-artfacts
7 years ago
Jisi Liu
4041600aa1
Merge branch '3.5.x' of github.com:google/protobuf into 3.5.x
7 years ago
Jisi Liu
4493595f8c
Update release date
7 years ago
Jisi Liu
2761122b81
Merge pull request #3868 from pherl/3.5.x
...
Support win32 long path for cross compiled build
7 years ago
Paul Yang
188f18044f
All integer types should accept null in json. ( #3869 )
7 years ago
Jisi Liu
9c197b7ecb
Support win32 long path for cross compiled build
7 years ago
Jisi Liu
fe2b4af3d1
Merge pull request #3867 from jtattermusch/update_changelog
...
Update changelog
7 years ago
Jan Tattermusch
07df2307b2
update changelog
7 years ago
Jisi Liu
966a9ed96a
Merge pull request #3861 from jtattermusch/backport_3858
...
Backport #3858 to 3.5.x branch
7 years ago
Jan Tattermusch
5f96191459
ParseFrom<T> for array slice is missing
7 years ago
Jan Tattermusch
4a5e1bd043
check already performed by MergeFrom
7 years ago
Jan Tattermusch
435f61102b
allow message parsing from an array slice
7 years ago
Jisi Liu
5eb717c300
Fix arm64 name
7 years ago
Jisi Liu
b879abc811
Supports Arm64 (aarch64) protoc artifacts
7 years ago
Jisi Liu
0971efb16e
Merge pull request #3854 from pherl/3.5.x
...
Fix Atomic32/AtomicWord on some platforms.
7 years ago
Paul Yang
662e8b20bc
Provide util funtions to figure out correct php class names. ( #3850 )
7 years ago
Jisi Liu
181e284b55
Fix Atomic32/AtomicWord on some platforms.
...
- Removed the redefination in the atomicword_compat.h. Now Atomic32 will
alwyas be intptr_t in 32bit platforms, the bridge is no longer needed.
- Change NaCl 64bit to use intptr_t instead of int32 for Atomic32,
otherwise AtmoicWord APIs will miss the definations.
After this change, the AtmoicWord will always be either Atomic32 or
Atmoic64 depending on the platforms.
7 years ago
Jisi Liu
1144768dd6
Merge pull request #3835 from pherl/3.5.x
...
Update version number to 3.5.0
7 years ago
Jisi Liu
8a3c5cc992
Fix java code example
7 years ago
Jisi Liu
ce2d5282b7
Changelog for 3.5.0
7 years ago
Paul Yang
2df472690e
Fix php well known type conformance tests ( #3828 ) ( #3840 )
...
* Fix php well known type conformance tests
* Properly generate code for test.proto
* Provide GPBMetadata files in c extensions for generated files to import.
* Remove unnecessary test
* Clean up code
* Add declaration for initOnce.
* Refactoring
7 years ago
Jisi Liu
1908012710
Update generated descritpors.
7 years ago
Jisi Liu
97dd175a91
Update version number to 3.5.0
7 years ago
Jon Skeet
cbe250591f
Fix merging with message-valued oneof
...
If messages A and B have the same oneof case, which is a message
type, and we merge B into A, those sub-messages should be merged.
Fixes #3200 .
Note that I haven't regenerated all the code, as some of the protos
have been changed, breaking generation.
7 years ago
Feng Xiao
6dd8224393
Merge pull request #3817 from xuwei-k/joda-url
...
update joda-time javadoc url
7 years ago
xuwei-k
05b56d01c1
update joda-time javadoc url
7 years ago
Jon Skeet
e8c9ae1209
Add parser settings WithXyz methods
7 years ago
Jon Skeet
a985451253
Add JsonParser setting to ignore unknown field values
...
Note that the default behavior is still to throw an exception; you
need to opt into ignoring unknown fields.
Fixes #2838 .
7 years ago
Jisi Liu
4526d8baa0
Merge pull request #3722 from timou/cmake-windows-clean
...
Suppress VS2017 compiler/linker warnings
7 years ago
Paul Yang
23adfeb003
Reserve unknown in Ruby ( #3763 )
...
* Reserve unknown in ruby
* Revert ruby tests. Wait for cpp impl for conformance test
* Add conformance test for preserving unknown
* Add unknown field conformance test to csharp failure list.
* Fix comments
* Fix comment
* Fix comments
* Fix typo
* Use stringsink_string directly
* Mark hd unused
* Remove unused encodeunknown_handlerfunc
7 years ago
Jisi Liu
a08b03d4c0
Add missing files
7 years ago
Jisi Liu
9aaa8e1e55
Merge pull request #3804 from pherl/merge
...
Merge 3.4.x into master before cutting 3.5.x
7 years ago
Adam Cozzette
2fc7aea360
Merge pull request #3791 from signalwerk/patch-1
...
To be clear that we set a new variable
7 years ago
Jisi Liu
cdc0d9536a
Merge remote-tracking branch 'origin/3.4.x' into master
7 years ago
Thomas Van Lenten
ee8a0911cb
Merge pull request #3787 from sergiocampama/coverage
...
Improves coverage of GPBCodedInputStream
7 years ago
Sergio Campama
b1f954e639
Improves coverage of GPBCodedInputStream
7 years ago
Stefan Huber
44daa59e53
To be clear that we set a new variable
7 years ago
Tim Ebringer
a23669c2f6
Sort MSVC warning suppressions
...
Add brief documentation describing each warning suppression.
7 years ago
Jisi Liu
cefa9d73e3
Merge pull request #3758 from spinorx/3.4.x
...
[v3.4.x branch] Fix iOS cc_library build for protobuf.
7 years ago
Jisi Liu
b189389e2f
Merge pull request #3757 from spinorx/master
...
Fix iOS cc_library build for protobuf.
7 years ago
Jisi Liu
09e0dbcf8f
Merge pull request #3743 from Schtolc/master
...
CodedInputStream::SetTotalBytesLimit description fix
7 years ago
Jisi Liu
2a14214045
Merge pull request #3754 from toanju/gcc-fallthrough
...
fix implicit fallthrough in gcc 7
7 years ago
Jisi Liu
07b9238a1c
Merge pull request #3770 from pherl/3.5-integrate
...
Integrate google internal changes for the up coming 3.5 release.
7 years ago
Jisi Liu
2ee294d80b
Fix Java 1.6 compile
7 years ago
Jisi Liu
9c407a16e4
Merge pull request #3751 from uykusuz/master
...
fixes issue #3750
7 years ago
Jisi Liu
ca6187d5e7
Merge pull request #3578 from pherl/filedeprecation
...
Add @Deprecated annotation support for proto file.
7 years ago