Jisi Liu
915d79efa8
Merge pull request #1895 from google/3.0.0-GA
...
Merge GA branch for makedist fix.
8 years ago
Jisi Liu
3ef07568cd
Merge pull request #1894 from pherl/fixdist
...
Add python/setup.cfg into dist files
8 years ago
Jisi Liu
e139117108
Add python/setup.cfg into dist files
8 years ago
Jisi Liu
169d0ca43c
Merge pull request #1893 from google/3.0.0-GA
...
Merge 3.0.0-GA into master
8 years ago
Jisi Liu
c4790429fc
Merge pull request #1892 from xfxyjwf/compatibility_tests
...
Run Java compatibility tests on Travis.
8 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
8 years ago
Jisi Liu
f3449e5f57
Merge pull request #1891 from pherl/python
...
add setup.cfg for building wheels
8 years ago
Jisi Liu
811674f479
add setup.cfg for building wheels
8 years ago
Feng Xiao
42e54876be
Merge pull request #1882 from legrosbuffle/fix-check
...
Be consistent with the use of CHECK()/ GOOGLE_CHECK().
8 years ago
Jisi Liu
7e93458bb7
Merge pull request #1888 from pherl/fixbuildzip
...
Fix the build-zip.sh to add .exe for win packages.
8 years ago
Jisi Liu
6a59ac94e1
Fix the build-zip.sh to add .exe for win packages.
8 years ago
sheffatguidance
9a11ab4f4f
Fix Issue #1869 : faulty js API documentation
8 years ago
Andy Hochhaus
a2174089b2
Fix valueWriterFn variable name
8 years ago
Clement Courbet
c466f4b539
Be consistent with the use of CHECK()/ GOOGLE_CHECK().
8 years ago
Josh Haberman
a207a2bd00
Fix for JRuby (assert_true is not present).
8 years ago
Josh Haberman
e3094a8d80
Ruby: added API support for well-known types.
8 years ago
Jisi Liu
de30c56391
Merge pull request #1874 from pherl/buildzip
...
Change the build.zip.sh to support lite
8 years ago
Jisi Liu
e3fac65add
Change the build.zip.sh to support lite
8 years ago
Jisi Liu
2662fd3d0c
Merge pull request #1871 from pherl/fixwin
...
Fix build protoc script for windows
8 years ago
Jisi Liu
1b1a8f4017
Fix build protoc script for windows
8 years ago
Konstantin Podsvirov
33d2b2a04f
CMake: Bugfix for protobuf_MODULE_COMPATIBLE
...
Removed excess endif()
8 years ago
Konstantin Podsvirov
38c5f2f3e6
CMake: Link to ZLIB only if protobuf_WITH_ZLIB enabled
8 years ago
Jisi Liu
e8ae137c96
Merge pull request #1864 from pherl/galogs
...
Change log for 3.0 GA release.
8 years ago
Josh Haberman
e7982e409d
Fixed Makefile.am for Ruby file rename.
8 years ago
Jisi Liu
e0d817e0de
Change log for 3.0 GA release.
8 years ago
Jisi Liu
be78976ac8
Merge pull request #1861 from jskeet/fix_to_camel_case
...
Bring C#'s ToPascalCase method in line with C++.
8 years ago
Jisi Liu
af2fa056f7
Merge pull request #1859 from jskeet/remove-flag
...
Remove legacy_enum_values flag for GA.
8 years ago
Jon Skeet
a8aae8989c
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.)
8 years ago
Jon Skeet
e67204752f
Remove legacy_enum_values flag for GA.
8 years ago
Jisi Liu
7ba044a1c0
Merge pull request #1853 from pherl/3.0.0-GA
...
Make protoc-artifacts able to build plugins.
8 years ago
Jisi Liu
7c9c314ca7
fix comments.
8 years ago
Jisi Liu
0750797db4
Merge remote-tracking branch 'origin/3.0.0-GA' into 3.0.0-GA
8 years ago
Jisi Liu
54feb9ac24
Fix the script comments.
8 years ago
Jisi Liu
b1aac0b4ed
Make protoc-artifacts able to build plugin.
8 years ago
Jisi Liu
032fb914e2
Merge branch 'master' of github.com:google/protobuf into 3.0.0-GA
8 years ago
Adnan
154e278a2f
fixed cmake config files install path
...
Ruby: generated foo.proto -> foo_pb.rb instead of foo.rb.
This brings us more into line with other langauges, and makes it more
obvious when we are requiring protobuf generated code.
Add a script to build protoc zip packages.
[ci skip]
Change-Id: Ia0e0bf3bb6bd24633dc8f294318bb20ac837f8b9
Ruby: translate package names from snake_case -> PascalCase.
Added unit test for PascalCasing package names in Ruby.
Added new file to ruby_EXTRA_DIST.
8 years ago
Feng Xiao
b6b521b6b7
Merge pull request #1851 from xfxyjwf/cint
...
Fixes traivs cpp build.
8 years ago
Feng Xiao
12581b4c8e
Fixes traivs cpp build.
...
Remove the use of INT64_C/UINT64_C and add static_cast when neccessary.
8 years ago
Joshua Haberman
234ec01795
Merge pull request #1847 from haberman/GAfixes
...
GA fixes
8 years ago
Josh Haberman
43b36dd983
Fixed Makefile.am for Ruby file rename.
8 years ago
Jisi Liu
f11a4f1fe4
Merge pull request #1841 from pherl/3.0.0-GA
...
Bump version number for GA
8 years ago
Josh Haberman
b3b07cd851
Merge branch 'master' into 3.0.0-GA
...
We need to pick up some of the last-minute Ruby fixes.
8 years ago
Joshua Haberman
ba52f2b678
Merge pull request #1788 from google/rubypackagecap
...
Ruby: translate package names from snake_case -> PascalCase.
8 years ago
Feng Xiao
c43f71886d
Merge pull request #1846 from xfxyjwf/zip
...
Add a script to build protoc zip packages.
8 years ago
Josh Haberman
97e20261ac
Added new file to ruby_EXTRA_DIST.
8 years ago
Josh Haberman
6d92233e72
Added unit test for PascalCasing package names in Ruby.
8 years ago
Josh Haberman
6cab568e0b
Ruby: translate package names from snake_case -> PascalCase.
8 years ago
Feng Xiao
b553b87b26
Add a script to build protoc zip packages.
...
[ci skip]
Change-Id: Ia0e0bf3bb6bd24633dc8f294318bb20ac837f8b9
8 years ago
Joshua Haberman
b1cecb6762
Merge pull request #1837 from haberman/rubygencodename
...
Ruby: generated foo.proto -> foo_pb.rb instead of foo.rb.
8 years ago
Jisi Liu
0973822d03
remove extra zeros.
8 years ago