Josh Haberman
8b54280395
Added alias getFieldProto3 as used by older generated code.
...
Un-breaks users who have old generated code and upgrade
to the 3.1.0 release.
8 years ago
Bo Yang
787f3fb163
Fixing inconsistent php version number.
8 years ago
Feng Xiao
c531b49d38
Merge pull request #2181 from google/jtattermusch-patch-2
...
Update README.md
8 years ago
Jan Tattermusch
530eede12b
Update README.md
8 years ago
Feng Xiao
4d3e4cfa4a
Fix MSVC stack overflow issue.
8 years ago
Bo Yang
a428e42072
Add php files for make dist.
8 years ago
Paul Yang
e7269aa4f6
Update change log for 3.1.0 ( #2173 )
8 years ago
Feng Xiao
87d61e44fa
Merge pull request #2175 from xfxyjwf/fix_json
...
Fix VS test failures.
8 years ago
Feng Xiao
5248f61a34
Force a rebuild of Jenkins docker image.
...
Needed to pick up a Java dependency change and re-populate the offline
repo.
[skip ci]
8 years ago
Stanley Cheung
907a075d7e
php: support 5.5.9 for pecl extension ( #2174 )
8 years ago
Feng Xiao
3c88e1b53d
Fix VS test failures.
8 years ago
Feng Xiao
c454b44335
Merge pull request #2171 from xfxyjwf/fix_json
...
Reduce test length to avoid stack overflow on VS.
8 years ago
Feng Xiao
73c8723266
Use "appveyor DownloadFile"
...
"ps: StartFileDownload" is broken by a recent appveyor image update:
http://help.appveyor.com/discussions/problems/5308-ci-frequently-hangs-with-recent-image-update
Change-Id: Ia73aa8b12f77eb9bbec556a4c05310153aad97bf
8 years ago
Bo Yang
18f336b98a
Update php supported version.
8 years ago
Feng Xiao
f6b4d188b4
Reduce test length to avoid stack overflow on VS.
8 years ago
Bo Yang
411968d01f
Fix python cpp.
8 years ago
Feng Xiao
37c3d05f57
Merge pull request #2167 from xfxyjwf/fix_vs
...
Fix Visual Studio compile issues.
8 years ago
Feng Xiao
0798d91f55
Fix Visual Studio compile issues.
...
Change-Id: I6a5078b6bcdf4637e11c1cb9da1f74298e6fc26e
8 years ago
Jisi Liu
3bfc09d548
Merge pull request #2170 from pherl/3.1.x
...
Fix default instance destructor and memory leaks
8 years ago
Jisi Liu
f184cb6035
Fix default instance destructor
8 years ago
Jisi Liu
34996c31b7
Merge branch '3.1.x' of github.com:google/protobuf into 3.1.x
8 years ago
Bo Yang
8c88762e3e
Update version number.
9 years ago
Bo Yang
94bbeb4681
Bump library version to 11
9 years ago
Bo Yang
1b7a844fa1
Add back removed descriptor field.
9 years ago
Bo Yang
9cb812fab5
Modify php api version and minimum supported php version.
9 years ago
Stanley Cheung
11433f78a7
PHP: support 7.0 on PHP implementation ( #2162 )
...
* PHP: support 7.0
* Also fix in test_util.php
9 years ago
Jisi Liu
39a2a25f05
update files to include php generators ( #2165 )
9 years ago
Feng Xiao
2649844cab
Update version number.
...
[skip ci]
Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
9 years ago
Feng Xiao
5270e93803
Fix java compatibilty tests.
...
Change-Id: I3ff47358e66965cab34736eed2a477ae29f02f61
9 years ago
Jisi Liu
923314cc88
update files to include php generators
9 years ago
Charlene
8352d52dd8
Update minimum support php version to 5.5
9 years ago
Bo Yang
bee5213b00
Fix bugs for internal integration.
9 years ago
Brendan Ribera
525c6327ab
Fix hash computation for JRuby's RubyMessage
...
`System.identityHashCode` returns a hash that does not consider a
Message's values. This means two Messages with identical values will not
have identical hashCodes.
This patch uses the pattern from RubyMap to combine the hashCodes from
all values in a given message and produce a unique, consistent,
value-based hash.
9 years ago
Bo Yang
b8e7e892c8
Fix travis, jenkins environment issues.
9 years ago
Adam Cozzette
050c014ac6
Added new has_bits.h file to cmake/extract_includes.bat.in ( #2152 )
...
This is necessary so that the CMake build knows to include this header
file in the installation include/ directory.
9 years ago
Adam Cozzette
f81d44fafa
Fixed quadratic behavior in JSPB deserialization of repeated fields ( #2117 ) ( #2146 )
...
Currently deserialization of a non-packed binary repeated field is quadratic in
the number of elements, because each time we parse a new element we copy over
all elements we have parsed so far. This CL fixes the performance problem by
having the generated deserialization code just call addX() instead of using
getX() and setX().
9 years ago
Bo Yang
b9bc9904c2
Fix bugs for csharp and ruby for internal integration.
9 years ago
Bo Yang
c8b9d41f99
Fix python bugs for internal integration.
9 years ago
Bo Yang
08e9f7011b
Bump library veriosn to 3.1
9 years ago
Bo Yang
22d7248c97
Fix bugs for internal integration.
9 years ago
Bo Yang
6cb6bd9f21
Fix gson dependency.
...
gson 2.3 has internal bug that it doesn't work with some versions of maven.
9 years ago
Bo Yang
ebcda12102
Bump version number to 3.1.0-alpha-1.
9 years ago
Joshua Haberman
679381fba8
Fix for maps_test.js in JavaScript. ( #2145 )
...
Had to strip out some JSPB-format test code,
but also added some .proto test messages that
had been improperly stripped out.
9 years ago
Bo Yang
a2c65011c3
Fix bugs for internal integration.
9 years ago
Thomas Van Lenten
0dca5a5bf9
Use a custom dictionary to avoid NSNumber operations.
...
For the secondary dictionary, use a custom CFDictionary with integer keys to
avoid the NSNumber conversions.
9 years ago
Thomas Van Lenten
96c469de68
Remove the custom key functions and just use the system provided defaults.
9 years ago
Bo Yang
98835fb8f8
Integrate internal changes
9 years ago
Joshua Haberman
b5bbdb0967
Merge pull request #2037 from abscondment/fix-2036-ruby-hash
...
Fix #2036 (Ruby `hash` broken for Messages with repeated fields.)
9 years ago
Feng Xiao
c44ca26fe8
Merge pull request #2130 from kilink/substring-comment-fix
...
Fix erroneous comment regarding String.substring
9 years ago
Patrick Strawderman
9ac84f8f3f
Fix erroneous comment regarding String.substring
...
Since Java 7, Strings produced with String.substring do not share byte arrays.
9 years ago