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
Konstantin Podsvirov
33d2b2a04f
CMake: Bugfix for protobuf_MODULE_COMPATIBLE
...
Removed excess endif()
9 years ago
Konstantin Podsvirov
38c5f2f3e6
CMake: Link to ZLIB only if protobuf_WITH_ZLIB enabled
9 years ago
Jisi Liu
e8ae137c96
Merge pull request #1864 from pherl/galogs
...
Change log for 3.0 GA release.
9 years ago
Josh Haberman
e7982e409d
Fixed Makefile.am for Ruby file rename.
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
be78976ac8
Merge pull request #1861 from jskeet/fix_to_camel_case
...
Bring C#'s ToPascalCase method in line with C++.
9 years ago
Jisi Liu
af2fa056f7
Merge pull request #1859 from jskeet/remove-flag
...
Remove legacy_enum_values flag for GA.
9 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.)
9 years ago
Jon Skeet
e67204752f
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
Jisi Liu
7c9c314ca7
fix comments.
9 years ago
Jisi Liu
0750797db4
Merge remote-tracking branch 'origin/3.0.0-GA' into 3.0.0-GA
9 years ago
Jisi Liu
54feb9ac24
Fix the script comments.
9 years ago
Jisi Liu
b1aac0b4ed
Make protoc-artifacts able to build plugin.
9 years ago
Jisi Liu
032fb914e2
Merge branch 'master' of github.com:google/protobuf into 3.0.0-GA
9 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.
9 years ago
Feng Xiao
b6b521b6b7
Merge pull request #1851 from xfxyjwf/cint
...
Fixes traivs cpp build.
9 years ago
Feng Xiao
12581b4c8e
Fixes traivs cpp build.
...
Remove the use of INT64_C/UINT64_C and add static_cast when neccessary.
9 years ago
Joshua Haberman
234ec01795
Merge pull request #1847 from haberman/GAfixes
...
GA fixes
9 years ago
Josh Haberman
43b36dd983
Fixed Makefile.am for Ruby file rename.
9 years ago
Jisi Liu
f11a4f1fe4
Merge pull request #1841 from pherl/3.0.0-GA
...
Bump version number for GA
9 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.
9 years ago
Joshua Haberman
ba52f2b678
Merge pull request #1788 from google/rubypackagecap
...
Ruby: translate package names from snake_case -> PascalCase.
9 years ago
Feng Xiao
c43f71886d
Merge pull request #1846 from xfxyjwf/zip
...
Add a script to build protoc zip packages.
9 years ago
Josh Haberman
97e20261ac
Added new file to ruby_EXTRA_DIST.
9 years ago
Josh Haberman
6d92233e72
Added unit test for PascalCasing package names in Ruby.
9 years ago
Josh Haberman
6cab568e0b
Ruby: translate package names from snake_case -> PascalCase.
9 years ago
Feng Xiao
b553b87b26
Add a script to build protoc zip packages.
...
[ci skip]
Change-Id: Ia0e0bf3bb6bd24633dc8f294318bb20ac837f8b9
9 years ago
Joshua Haberman
b1cecb6762
Merge pull request #1837 from haberman/rubygencodename
...
Ruby: generated foo.proto -> foo_pb.rb instead of foo.rb.
9 years ago
Jisi Liu
0973822d03
remove extra zeros.
9 years ago
Jisi Liu
5a6c921217
Make jruby still depend on beta-4
9 years ago
Feng Xiao
a17367f44a
Define intX as standard exact-width integer types.
...
Fixes https://github.com/google/protobuf/issues/823
Change-Id: I7f4c2bfcac2f81d8b34c030dd3d12ea02aaa2264
9 years ago
Jisi Liu
fb7a7c5f1f
Bump version number for GA
9 years ago
Josh Haberman
4f19797baf
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.
9 years ago
Feng Xiao
868ea59256
Merge pull request #1831 from xfxyjwf/protoc
...
Fix maven links.
9 years ago
Feng Xiao
b6cd9dd759
Merge pull request #1834 from sergiocampama/framework
...
Correctly sets the generate_for_named_framework option after parsing.
9 years ago
Joshua Haberman
44bd6bda58
Merge pull request #1821 from haberman/rubyfreezestr
...
Ruby: encode and freeze strings when the are assigned or decoded.
9 years ago
Josh Haberman
d07a9963df
Ruby: fixed string freezing for JRuby.
9 years ago
Feng Xiao
9e3c98f17b
Fix maven path.
...
Change-Id: I252d7a644a9e4064a9f1a816a2be3f25f37b4c43
9 years ago
Sergio Campama
3a1259cb45
Correctly sets the generate_for_named_framework option after parsing.
...
- Also updates the documentation with a bit more information.
9 years ago
Feng Xiao
0622030332
Merge pull request #1830 from xfxyjwf/travis
...
Remove linux tests from travis.
9 years ago
Feng Xiao
1b3796c890
Merge pull request #1829 from xfxyjwf/fixcpp
...
Fix sign-comparison warnings and add a test for that.
9 years ago
Feng Xiao
fdd970e4ed
Fix maven links.
...
[ci skip]
Change-Id: Ibefbdf441d932c5751235c635244450d7cbacc53
9 years ago
Feng Xiao
9702b9f785
Keep cpp_distcheck on travis for now.
...
When it runs in parallel with other jenkins tests, multiple tests start
to fail probably because cpp_distcheck will update the C++ lib that
other tests (such as python_cpp) are depending on.
Change-Id: Ibca0243084bb6b81c811b62c75288e20cc2aabf5
9 years ago
Feng Xiao
c2ced9ad48
Remove linux tests from travis.
...
These tests are already covered by jenkins and right now jenkins can
finish these tests much quicker then travis.
Change-Id: I5799761ccc338211d750940e3cf4c8e2569c8144
9 years ago