Thomas Van Lenten
5699b920bf
More complete nil/reset tests within a oneof
9 years ago
Thomas Van Lenten
708296e583
Fix some constants to be correct for the message class in use.
9 years ago
Jisi Liu
a15df74146
Merge pull request #2087 from khingblue/fix-unused-param
...
Fix #2032 unused parameter 'deterministic'
9 years ago
Khing
08b1c718e4
Fix #2032 unused parameter 'deterministic'
...
Parameter deterministic is unused in
InternalSerializeWithCachedSizesToArray(), which generates unused
parameter warning in every message.
9 years ago
Jisi Liu
30e55aecc1
Merge pull request #2083 from pherl/3.0.x
...
Merge pull request #1884 from hochhaus/valueWriterFn
9 years ago
Joshua Haberman
7645a3d03d
Merge pull request #1884 from hochhaus/valueWriterFn
...
Fix valueWriterFn_ variable name
9 years ago
Jisi Liu
1a58673508
Merge pull request #2077 from pherl/3.0.x
...
Update release date in the change log
9 years ago
Jisi Liu
e298ce5fd0
Update release date in the change log
9 years ago
Jisi Liu
65a595dea8
Merge pull request #2062 from pherl/3.0.2
...
Bump version number to 3.0.2
9 years ago
Jisi Liu
01d1750477
Merge pull request #2061 from pherl/changelog
...
Changelog update for 3.0.2
9 years ago
Jisi Liu
6e11540b32
Bump version number to 3.0.2
9 years ago
Jisi Liu
0c9999f6d0
ruby, js and c# changes
9 years ago
Jisi Liu
a098e80933
Merge pull request #1862 from pherl/3.0.0-GA
...
Cherry pick c# changes from master
9 years ago
Jisi Liu
4041ed4c0d
objc change log
9 years ago
Jisi Liu
9befe47924
Merge pull request #1978 from pherl/cp
...
Cherry-pick into 3.0.0-GA branch: Add a jenkins test status badge.
9 years ago
Jisi Liu
9d30a98893
Merge pull request #2026 from pherl/cpjs
...
Fix missing import of jspb.Map (#1885 )
9 years ago
Feng Xiao
52e491b3bb
Use 64-bit protoc binaries in compatibility tests.
...
Turns out travis doesn't have the library dependencies to run a 32-bit
binary.
Change-Id: I5fadbcade2eb71c1e9ce21d90fa9459797df0e81
9 years ago
Joshua Haberman
dd45c0b9fd
Merge pull request #2012 from haberman/rubymapgcfix
...
Ruby: make sure map parsing frames are GC-rooted.
9 years ago
Guillaume Egles
8335b7d93e
Fix missing import of jspb.Map ( #1885 )
9 years ago
Jisi Liu
4fd4471de2
Merge pull request #2014 from pherl/fixgmock
...
Change autogen.sh to download the zip from github
9 years ago
Feng Xiao
1760feb621
Update gmock links.
...
The original link is no longer available.
Change-Id: I2976d3f19c8e818689549fb31ff20af8eae92a07
9 years ago
Feng Xiao
1e6dc7d2c3
Update links in appveyor.yml
...
Change-Id: I3d44e3c6877e00cfea5a903568fde1e6f597aac1
9 years ago
Feng Xiao
8b301451bc
Add a jenkins test status badge.
...
[ci skip]
Change-Id: I5bf4f204e7ef0144d8fc984a985d502f92ce95ce
9 years ago
Thomas Van Lenten
45d04d0296
Merge pull request #1977 from thomasvl/bump_cocoapod_spec
...
Bump the version in prep for the 3.0.2 tag being cut
9 years ago
Thomas Van Lenten
584917fe84
Bump the version in prep for the 3.0.2 tag being cut
...
Also pull the watchos support info from master.
9 years ago
Thomas Van Lenten
564c02f5cb
Merge pull request #1975 from pherl/cp
...
Cherry pick objc changes into 3.0.0-GA branch
9 years ago
Thomas Van Lenten
a877fdfafe
Record zero for "has" for proto3 if in a oneof.
...
If a message is proto3, then the zero values still count as being set one the
field is in a oneof.
Add tests to confirm oneofs work as expected in both syntaxes.
9 years ago
Thomas Van Lenten
116596a4e6
Never use strlen on utf8 runs so null characters work.
...
Fixes https://github.com/google/protobuf/issues/1933
Add a new test that forces strings into two different implementations from the
NSString class cluster to help confirm we're exercising both paths by which
CodedOutputStream will extract data from an NSString.
Move the old +load test (that was flawed because the behavior really depends on
the type of string from the NSString class cluster); into a unittest that
targets the specific case we're adding a behavior confirmation on.
As a bonus, improve the TextFormat generation of string characters < 0x20.
9 years ago
Sergio Campamá
62f2ff86b5
Fixes extra whitespace on generated comments. ( #1950 )
...
Fixes extra whitespace on generated comments.
9 years ago
Sergio Campamá
a989501f47
Adds support for appledoc in generated code. ( #1928 )
...
Convert mapping of proto comments to appledoc format so they show up in Xcode and cocoadocs.
Fixes https://github.com/google/protobuf/issues/1866
9 years ago
Sergio Campamá
42ab9b4442
Migrating documentation of the ObjectiveC runtime code to appledoc. ( #1867 )
...
Work for #1866
Migrates all the public class docs over to appledoc format. While Xcode is fine with blank lines in `///` comments, appledoc (used by cocoadocs) isn't and was leaving a bunch of info off the doc pages.
The generator still needs to be updated to do this also; that will be a follow up CL.
9 years ago
Jisi Liu
cf42b608e0
Merge pull request #1905 from pherl/fixdoc
...
Add and fix C++ runtime docs
9 years ago
Jisi Liu
3916a0aa99
Add and fix C++ runtime docs
9 years ago
Jisi Liu
3ef07568cd
Merge pull request #1894 from pherl/fixdist
...
Add python/setup.cfg into dist files
9 years ago
Jisi Liu
e139117108
Add python/setup.cfg into dist files
9 years ago
Jisi Liu
c4790429fc
Merge pull request #1892 from xfxyjwf/compatibility_tests
...
Run Java compatibility tests on Travis.
9 years ago
Feng Xiao
baa4023cd5
Run Java compatibility tests on Travis.
...
The test is testing the binary/source compatibility between 3.0.0-beta-4
and the current version (right now it's 3.0.0).
Change-Id: Ic410b535758b38cee7baa99a15a0433734df44e6
9 years ago
Jisi Liu
f3449e5f57
Merge pull request #1891 from pherl/python
...
add setup.cfg for building wheels
9 years ago
Jisi Liu
811674f479
add setup.cfg for building wheels
9 years ago
Jisi Liu
7e93458bb7
Merge pull request #1888 from pherl/fixbuildzip
...
Fix the build-zip.sh to add .exe for win packages.
9 years ago
Jisi Liu
6a59ac94e1
Fix the build-zip.sh to add .exe for win packages.
9 years ago
Jisi Liu
de30c56391
Merge pull request #1874 from pherl/buildzip
...
Change the build.zip.sh to support lite
9 years ago
Jisi Liu
e3fac65add
Change the build.zip.sh to support lite
9 years ago
Jisi Liu
2662fd3d0c
Merge pull request #1871 from pherl/fixwin
...
Fix build protoc script for windows
9 years ago
Jisi Liu
1b1a8f4017
Fix build protoc script for windows
9 years ago
Jisi Liu
e8ae137c96
Merge pull request #1864 from pherl/galogs
...
Change log for 3.0 GA release.
9 years ago
Jisi Liu
e0d817e0de
Change log for 3.0 GA release.
9 years ago
Jon Skeet
4e169bf0e5
Bring C#'s ToPascalCase method in line with C++.
...
(This still doesn't fix the conformance tests, but at least
we're now consistent with the C++ code.)
9 years ago
Jon Skeet
86535a1ce7
Remove legacy_enum_values flag for GA.
9 years ago
Jisi Liu
7ba044a1c0
Merge pull request #1853 from pherl/3.0.0-GA
...
Make protoc-artifacts able to build plugins.
9 years ago