Jisi Liu
fe06eb62c6
Fix protoc artifact pom version
9 years ago
Jie Luo
b01b1a8ebe
JSON format for Any message must print @type first, use OrderedDict instead of {}
9 years ago
Feng Xiao
4f630a6857
Add compatiblity tests against v2.5.0
9 years ago
Adam Michalik
810ba9b8f2
Export class Arena to shared library.
...
This got broken in commit 6ef984af4b
which integrated changes from internal branch.
9 years ago
Adam Michalik
f2885f619a
Fix #include in js_generator.cc
...
The commit 3b3c8abb96
has replaced the <>
with "" in #include statement in js_generator.cc
9 years ago
Jisi Liu
67d2d45d73
Merge pull request #1546 from pherl/beta-3
...
Added download_url to be able to upload to pypi.
9 years ago
Jisi Liu
b3bb46c51b
Added download_url to be able to upload to pypi.
9 years ago
Jisi Liu
c8be6ee00c
Merge pull request #1542 from google/beta-3
...
Merge Beta 3 release branch into master
9 years ago
Jisi Liu
3470b6895a
Merge pull request #1540 from pherl/changelog
...
Update changes for lite
9 years ago
Jisi Liu
cf1fd7ed65
Merge pull request #1533 from pherl/mapcomment
...
Remove the comments about iterator validation
9 years ago
Jisi Liu
0ec34bfbc1
Update changes for lite
9 years ago
Jisi Liu
5e7c4cb3f6
Remove the comments about iterator validation
...
As it may be implementation dependent.
9 years ago
Jisi Liu
f2db1e0e39
Merge pull request #1532 from pherl/changelog
...
Update changelogs for C++ maps
9 years ago
Jisi Liu
034867f762
Update changelogs for C++ maps
9 years ago
Joshua Haberman
dc4970684a
Merge pull request #1529 from gkraynov/test-redundant-varint
...
Test redundant varint fields decoding in JS.
9 years ago
Jisi Liu
5c29835f67
Merge pull request #1528 from pherl/master
...
Remove the instructions for pbconfig.h
9 years ago
Jisi Liu
b126706cf0
Merge pull request #1527 from haberman/changelog
...
Added release notes for Ruby and JavaScript.
9 years ago
Josh Haberman
d346f4998d
Added release notes for Ruby and JavaScript.
9 years ago
Jisi Liu
ce7e502e4b
Remove the instructions for pbconfig.h
9 years ago
Jisi Liu
7b87f77a25
Merge pull request #1521 from zhangkun83/master
...
Fine-tune build scripts and better documentation.
9 years ago
Kun Zhang
04757db7a8
Fix the server id in example
9 years ago
Jisi Liu
9f84114864
Merge pull request #1520 from pherl/hashmapvs2008
...
Bridge vs2008 hashmaps.
9 years ago
Jisi Liu
325cc42e98
Merge pull request #1522 from xfxyjwf/compatibility_notice
...
Add compatibility notice for Java.
9 years ago
Jisi Liu
f9fd4509f6
Merge pull request #1524 from anandolee/master
...
python changes
9 years ago
Grigoriy Kraynov
5d54a852eb
Test redundant varint fields decoding in JS.
...
Varints are generally encoded in minimum possible length but need to
ensure that any redundancy does not break fields decoder.
9 years ago
Jon Skeet
371d341c7e
Merge pull request #1518 from jskeet/move_test
...
Move test for standalone BoolValue to JsonParserTest
9 years ago
Jie Luo
e4ca694cdf
python changes
9 years ago
Feng Xiao
09732c96ac
Add compatibility notice for Java.
9 years ago
Kun Zhang
28cb77f39e
Fine-tune build scripts and better documentation.
...
"make google/protobuf/stubs/pbconfig.h" was added in hope of addressing
the issue that when you "make protoc" from a freshly checked out
project, pbconfig.h will be reported missing. However, the trick doesn't
seem to work. Instead, add instructions in the document to work the issue
around.
Also document why MSYS2 cannot be used for publishing protoc.
9 years ago
Jie Luo
e1f588ae3c
Merge pull request #1 from google/beta-3
...
Beta 3
9 years ago
Jisi Liu
71dd9c4a5e
Merge pull request #1515 from pherl/changelog-beta3
...
Initial draft for changelog.
9 years ago
Jisi Liu
ede9cc4bd5
Update comments for csharp, zero-copy and objc.
9 years ago
Jisi Liu
19472bf5cb
Merge pull request #1512 from pherl/beta-3
...
Update version numbers for beta3
9 years ago
Jisi Liu
017d390d65
Fix csharp version
9 years ago
Jisi Liu
dbdf6d9085
Bridge vs2008 hashmaps.
9 years ago
Jisi Liu
5668e2e426
Fix typo.
9 years ago
Feng Xiao
920ee735cf
Merge pull request #1483 from wal-rus/fix-boost-incompatibility
...
Fix C++ Boost incompatibility on Windows/MSVC
9 years ago
Jon Skeet
7cc9cb407b
Move test for standalone BoolValue to JsonParserTest
...
Also added a standalone formatter test, for confidence.
Have validated that undoing the change in 835fb947
breaks the tests
(i.e. we are still testing that the change is required).
9 years ago
Jon Skeet
cca2d44ef1
Merge pull request #1517 from jhickson/boolvalue
...
Fix C# Json parsing of well-known type Boolvalue
9 years ago
Jos Hickson
835fb947cc
Fixed parsing of BoolValue.
9 years ago
Jos Hickson
2b22b611a8
Merge remote-tracking branch 'refs/remotes/google/master'
9 years ago
Jisi Liu
c67879b9fa
Merge pull request #1514 from pherl/fix_heap_check
...
Fix the command line interface unittest again
9 years ago
Jisi Liu
0e4d1ea116
Initial draft for changelog.
9 years ago
Jisi Liu
e8737d8676
Fix the command line interface unittest again
...
This time move the macro inside namespaces; hopefully will work with the
integration script.
9 years ago
Jisi Liu
cdd3ec7c2f
Merge pull request #1513 from pherl/fix-build-protoc
...
Fix protoc build artifact script.
9 years ago
Jisi Liu
25dd69002f
Fix protoc build artifact script.
...
pbconfig.h has gone. This commit removes the target.
9 years ago
Jisi Liu
5dea2017db
Update version numbers for other languages
9 years ago
Jisi Liu
dbed8a0154
Update version numbers for beta3
9 years ago
Thomas Van Lenten
a1938b2aa9
Merge pull request #1510 from thomasvl/nonnull
...
Declare an init and avoid passing NULL to initWithValue:count:
9 years ago
Thomas Van Lenten
4755bdc5f9
Declare an init and avoid passing NULL to initWithValue:count:
...
Fixes https://github.com/google/protobuf/issues/1189
9 years ago