Markus Heß
0e069e5a2d
generate python code when calling PROTOBUF_GENERATE_PYTHON
7 years ago
Paul Yang
ae55fd2cc5
Enforce all error report for php tests. ( #3670 )
...
* Enforce all error report for php tests.
* Import vendor/autoload.php in tests/bootstrap_phpunit.php
7 years ago
Feng Xiao
c20440222a
Merge pull request #3675 from hesmar/hesmar/cmakeAddDllExport
...
protobuf_generate: add EXPORT_MACRO option
7 years ago
Markus Heß
9829b8f511
protobuf_generate: add EXPORT_MACRO option
7 years ago
Jisi Liu
c627530946
Merge pull request #3674 from pherl/shutdown
...
Test Shutdown can be called multiple times.
7 years ago
Joshua Haberman
4fc75296c7
Merge pull request #3627 from zanker/zanker/add-submsg-hash-init
...
Allow initializing a chain of protos using only a hash in Ruby
7 years ago
Jisi Liu
b091bfb07b
Test Shutdown can be called multiple times.
7 years ago
Zachary Anker
633ef8bde9
Update message.c
7 years ago
Paul Yang
2b0ee3fdf6
Add $ before url_prefix_len to make it a variable. ( #3668 )
...
* Add $ before url_prefix_len to make it a variable.
* Remove unnecessary string length check
* Remove useless $type_url_len
7 years ago
Joshua Haberman
eade82c836
Merge pull request #3639 from zanker/zanker/fix-embedded-to_h
...
Fixed to_h with repeated messages to return hashes in Ruby
7 years ago
Zachary Anker
8eae3fe6e9
Update message.c
7 years ago
Zachary Anker
87714836e3
Allow initializing a chain of protos using only a hash
7 years ago
Zachary Anker
83264bd160
Fixed to_h with repeated messages to return hashes in Ruby
7 years ago
Feng Xiao
cf1b29dec8
Merge pull request #2377 from mcos/chore/conformance-null-tests
...
Conformance Tests for Null Timestamp and Duration JSON Values
7 years ago
Adam Cozzette
fa5a69e73b
Merge pull request #3624 from acozzette/down-integrate
...
Integrated internal changes from Google
7 years ago
Jisi Liu
655cc830d9
Merge pull request #3651 from pherl/3.4.x
...
Bumping minor version for ruby gems
7 years ago
Jisi Liu
2eb1bacc26
Bumping minor version for ruby gems
7 years ago
Paul Yang
5dd818cd22
Merge pull request #3612 from TeBoring/php-bug
...
Add prefix to php reserved keywords.
7 years ago
Jisi Liu
b04e5cba35
Merge pull request #3642 from pherl/3.4.x
...
Bump version for minor release
7 years ago
Jisi Liu
dba647a6b2
Bump version for minor release
7 years ago
drivehappy
e3be1febf2
Clang warning cleanup for unused parameter.
7 years ago
Adam Cozzette
13fd045dbb
Integrated internal changes from Google
7 years ago
Feng Xiao
d1bc27caef
Merge pull request #3626 from xfxyjwf/fixgo
...
Fix go example test.
7 years ago
Feng Xiao
8136ccb296
Fix go example test.
...
It needs "-I" flag to find imported file google/protobuf/timestamp.proto
7 years ago
Feng Xiao
c0d88ae300
Merge pull request #3635 from drivehappy/clang_cleanup
...
Clang warning cleanup for unused parameter.
7 years ago
drivehappy
7f3ded663b
Clang warning cleanup for unused parameter.
7 years ago
Feng Xiao
471b45e895
Merge pull request #3158 from yeswalrus/fix-policy-warning
...
Fix policy warning CMP0054
7 years ago
Paul Yang
3d78561402
Merge pull request #3634 from TeBoring/ruby-bug
...
Cherry pick bug fix for ruby
7 years ago
Aaron Patterson
a459b224b5
Storing the frame on the map means we don't need the array
7 years ago
Aaron Patterson
c1dd8e85a1
Move parse frame array to the Map object
...
This makes the frame stack per-parser, and per-thread. Fixes #3250
7 years ago
Paul Yang
8741da3e45
Revert "Fix js conformance tests. ( #3604 )" ( #3633 )
...
This reverts commit 2bd55a9fbc
.
7 years ago
Bo Yang
a425dd97f2
Rename ClassNamePrefix to ConstantNamePrefix
7 years ago
Paul Yang
2bd55a9fbc
Fix js conformance tests. ( #3604 )
...
* Fix js conformance tests.
* Remove old incorrect compatibility tests
7 years ago
Bo Yang
f46a01d0c1
Exclude valid constant name from reserved name.
7 years ago
Jan Tattermusch
06aa8dc9e7
Merge pull request #3621 from jtattermusch/upport_3596
...
Google.Protobuf should target net45 (upport to upstream/master)
7 years ago
Feng Xiao
ed0a07eadd
Merge pull request #3618 from hesmar/fix_protobuf_generate
...
fix protobuf_generate function
7 years ago
Jan Tattermusch
5de05654aa
Google.Protobuf should target net45
7 years ago
Markus Heß
444aecd35a
fix protobuf_generate function
7 years ago
Feng Xiao
b1befb08c0
Merge pull request #3613 from xfxyjwf/bazel_examples
...
Add bazel support for examples.
7 years ago
Feng Xiao
6945203300
Exclude addressbook.proto from C# boostrap test.
...
This addressbook.proto now belongs to its own bazel pacakge and can't be
accessed in bazel protobuf_test target.
7 years ago
Bo Yang
ddb9ef9cc3
Change array to map for reserved names in c extension
7 years ago
Feng Xiao
49b31dc5f7
Update C# generated file for addressbook.proto
7 years ago
Feng Xiao
49b88af4a2
Update examples file list.
7 years ago
Bo Yang
89069ded5a
Change array to associate array.
7 years ago
Jack Wakefield
174c82d8ce
Add well-known timestamps to JSON for PHP ( #3564 )
7 years ago
Feng Xiao
74bf45f379
Add bazel support for examples.
...
The example utilizes native bazel rules (proto_library, cc_proto_library,
java_proto_library, java_lite_proto_library) to show how easy it is to
build protobuf with bazel's native support. It also makes use of well
known types which was not possible until the latest bazel 0.5.4 release
and https://github.com/google/protobuf/pull/3594 .
7 years ago
Bo Yang
e5d000cbb7
Add prefix to php reserved keywords.
7 years ago
Feng Xiao
2ad5c0a864
Merge pull request #2576 from cristicbz/py-strutil
...
python: do not include internal 'strutil.h' header
7 years ago
Jan Tattermusch
6a4ffb2f90
Merge pull request #3596 from jtattermusch/csharp_target_net45
...
Google.Protobuf should target net45 (and not net451)
7 years ago
Adam Cozzette
054054c152
Merge pull request #3590 from NanXiao/patch-1
...
Update autogen.sh
7 years ago