Thomas Van Lenten
12dffd9089
Merge pull request #1572 from thomasvl/podspec_tests_2
...
OS X gitignore cleanup and cocoapods integration tests
9 years ago
Thomas Van Lenten
16dd477a29
CocoaPod Integration Tests
...
- Add an Xcode 6.3 created default iOS Project.
- Add an Xcode 6.3 created default OS X Project.
- Add Podfiles to for both that use Protobufs from within the tree.
- Add a script to run the tests (and cleanup) to help confirm the state of the
Protobuf.podspec and sources.
9 years ago
Joshua Haberman
cc5296b869
Merge pull request #1558 from haberman/rubyoneof
...
Ruby oneofs: return default instead of nil for unset fields.
9 years ago
Thomas Van Lenten
daec44fa52
Expand the OS X/Xcode gitignores
...
- Add the folder CocoaPods will add to the root folder.
- Move and expand the entries in the objectivec directory.
9 years ago
Josh Haberman
2d514ce2d8
Fixed oneof behavior for enums and fixed JRuby.
9 years ago
Thomas Van Lenten
b8ded18ec4
Merge pull request #1561 from pherl/beta-3
...
Bump objc podspec version number
9 years ago
Jisi Liu
d550528c75
Bump objc podspec version number
9 years ago
Joshua Haberman
431ba4b37d
Merge pull request #1549 from xyzzyz/arena_export
...
Export class Arena to shared library.
9 years ago
Joshua Haberman
ba696e7bed
Merge pull request #1547 from xyzzyz/js_generator
...
Fix #include in js_generator.cc
9 years ago
Jisi Liu
cbb9183e89
Merge pull request #1559 from google/beta-3
...
Merge beta-3 release branch again.
9 years ago
Josh Haberman
545527e8cf
Ruby oneofs: return default instead of nil for unset fields.
9 years ago
Paul Yang
32e3d7a109
Merge pull request #1412 from google/internal
...
Integrate interanl changes
9 years ago
Bo Yang
6673283a56
Integrate interanl changes
9 years ago
Joshua Haberman
718eb75b51
Merge pull request #1548 from anandolee/master
...
JSON format for Any message must print @type first
9 years ago
Jisi Liu
97aa8a0784
Merge pull request #1551 from pherl/beta-3
...
Fix protoc artifact pom version
9 years ago
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