aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* fix floating point accuracy problem in Timestamp#to_fGravatar Andreas Eger2017-05-13
| | | | | `.quo` return the most exact devision which fixes accuracy problems for the timestamp coercion
* Merge pull request #3062 from Oppen/masterGravatar Feng Xiao2017-05-08
|\ | | | | Workaround gcc < 4.5.0 bug
* | Add compatibility test for php. (#3041)Gravatar Paul Yang2017-05-05
| | | | | | | | | | | | * Add compatibility test for php. * Revert API incompatible change.
| * Workaround gcc < 4.5.0 bugGravatar Mario J. Rugiero2017-05-05
|/ | | | | | See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=189 Signed-off-by: Mario J. Rugiero <mrugiero@gmail.com>
* Merge pull request #3043 from acozzette/javascriptGravatar Adam Cozzette2017-05-04
|\ | | | | Removed mention of Buffer in byteSourceToUint8Array
| * Removed mention of Buffer in byteSourceToUint8ArrayGravatar Adam Cozzette2017-05-02
|/ | | | | | The Closure compiler complains about Buffer since that class exists only in Node. That logic does not seem to be needed (unit tests and conformance tests pass without it), so let's just remove it to solve the problem.
* Merge pull request #2873 from myitcv/fix_1562Gravatar Adam Cozzette2017-05-02
|\ | | | | Javascript: use goog.crypt.byteArrayToString instead of String.fromCharCode.apply
| * Fix #1562 by using goog.crypt.byteArrayToString instead of ↵Gravatar Paul Jolly2017-05-02
|/ | | | String.fromCharCode.apply
* Merge pull request #3024 from acozzette/merge-3.3-to-masterGravatar Adam Cozzette2017-05-01
|\ | | | | Merged 3.3.x branch to master
* | added "objectivec" build target (#3033)Gravatar makdharma2017-05-01
| | | | | | This target will be used by gRPC iOS bazel build system.
| * Merge remote-tracking branch 'remotes/google/3.3.x' into merge-3.3-to-masterGravatar Adam Cozzette2017-04-27
|/|
* | Merge pull request #3023 from acozzette/minGravatar Adam Cozzette2017-04-27
|\ \ | | | | | | Fully qualify min as std::min in wire_format_lite.cc
| * | Fully qualify min as std::min in wire_format_lite.ccGravatar Adam Cozzette2017-04-27
|/ /
| * Add prefix to enum value with reserved name. (#3020)Gravatar Paul Yang2017-04-26
| |
* | Merge pull request #3018 from acozzette/using-namespace-stdGravatar Adam Cozzette2017-04-26
|\ \ | | | | | | Remove "using namespace std" from stubs/common.h
* \ \ Merge pull request #3015 from buchgr/unused-constsGravatar Feng Xiao2017-04-26
|\ \ \ | | | | | | | | Remove unused constants.
| | * | Remove "using namespace std" from stubs/common.hGravatar Adam Cozzette2017-04-26
| |/ / |/| | | | | | | | | | | | | | | | | | | | This prevents the contents of the std namespace from being effectively pulled into the top-level namespace in all translation units that include common.h. I left in individual using statements for a few common things like std::set and std::map, because it did not seem worth going through the churn of updating the whole codebase to fix those right now.
| | * Add a test case for nested enum, which was missed previously. (#3010)Gravatar Paul Yang2017-04-25
| | |
| * | Remove unused constants.Gravatar Jakob Buchgraber2017-04-25
|/ / | | | | | | | | When compiling with -Werror, -Wunused-const-variable the build fails due to those two constants not being used.
* | Merge pull request #3008 from postmasters/patch-1Gravatar Feng Xiao2017-04-24
|\ \ | | | | | | Add a link to dart-lang/protobuf
| | * Add nested enum descriptor in php rumtime. (#3009)Gravatar Paul Yang2017-04-24
| | |
| | * Update php version number to 3.3.0 (#3001)Gravatar Paul Yang2017-04-24
| | |
| * | Add a link to dart-lang/protobufGravatar postmasters2017-04-24
|/ /
| * Throw exception when parsing invalid data. (#3000)Gravatar Paul Yang2017-04-21
| |
| * Merge pull request #2996 from xfxyjwf/3.3.xGravatar Feng Xiao2017-04-20
| |\ | | | | | | Fix python3 issue.
| * | Allow proto files to import descriptor.proto (#2995)Gravatar Paul Yang2017-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | descriptor.proto uses proto2 syntax, which is not ready for external usage. However, some proto3 files import descriptor.proto and cannot be used. In this PR, all references (We cheated by only removing extensions, which is enough for now. User should avoid using messages defined in descriptor.proto as field type.) to content in descriptor.proto are removed from generated files. Those that import descriptor.proto can be used like other proto files.
| | * Fix python3 issue.Gravatar Feng Xiao2017-04-20
| |/
* | Merge pull request #2992 from xiaogaozi/patch-1Gravatar Feng Xiao2017-04-20
|\ \ | | | | | | Add gogoprotobuf to third-party add-ons list
| * | Add gogoprotobuf to third-party add-ons listGravatar Changjian Gao2017-04-20
|/ /
| * Prepend "PB" to generated classes whose name are reserved words. (#2990)Gravatar Paul Yang2017-04-20
| |
| * Add test for nested enum for php (#2989)Gravatar Paul Yang2017-04-19
| |
| * Enum defined without package have incorrect class name. (#2988)Gravatar Paul Yang2017-04-19
| | | | | | | | Fix the bug by sharing the code for generating class name for both message and enum.
| * Make PHP c extension work with PHP7 (#2951)Gravatar Paul Yang2017-04-19
| |
* | Merge pull request #2508 from yliu120/pass_default_env_to_protocGravatar Feng Xiao2017-04-19
|\ \ | | | | | | add a key to ctx.action dict to prevent protoc losing the default env
* \ \ Merge pull request #2987 from konsumer/patch-1Gravatar Feng Xiao2017-04-19
|\ \ \ | | | | | | | | Add node-protoc-plugin to "Other Utilities"
* \ \ \ Merge pull request #2982 from mda000/issue2972Gravatar Adam Cozzette2017-04-19
|\ \ \ \ | | | | | | | | | | Simplify the Element dtor invocation when freeing elements in InternalDeallocate
| | * | | Add node-protoc-plugin to "Other Utilities"Gravatar David Konsumer2017-04-18
| |/ / / |/| | |
* | | | Merge pull request #2985 from thomasvl/class_check_tweaksGravatar Thomas Van Lenten2017-04-18
|\ \ \ \ | | | | | | | | | | Tighten up class usage/checks.
| * | | | Tighten up class usage/checks.Gravatar Thomas Van Lenten2017-04-18
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | - Ensure extensions resolution/wiring is happening directly on the messageClass (incase someone is doing odd things our out classes). - Make the extension message check match the other class checks in for mergeFrom/isEqual/etc.
| * / / Simplify the Element dtor invocation when freeing elements inGravatar Michael Allen2017-04-17
|/ / / | | | | | | | | | | | | InternalDeallocate to avoid confusing the compiler when there's a class named Element already defined in the global namespace.
* | | Merge pull request #2950 from anuraaga/dev_ragGravatar Feng Xiao2017-04-12
|\ \ \ | | | | | | | | Allow unknown values for Map put*Value methods just like every other …
| | | * Merge pull request #2967 from xfxyjwf/3.3.xGravatar Feng Xiao2017-04-11
| | | |\ | | | | | | | | | | Fix map serialization
| | | | * Cherry-pick cl/152450543Gravatar Feng Xiao2017-04-11
| | | | |
| | | | * Cherry-pick cl/151775298Gravatar Feng Xiao2017-04-11
| | | |/
| | | * Merge pull request #2955 from xfxyjwf/3.3.xGravatar Feng Xiao2017-04-11
| | | |\ | | | | | | | | | | Add include for INT_MAX
| | | * | cherrypick descriptor_pool.FindFileContainingSymbol by extensions (#2962)Gravatar Jie Luo2017-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use PyUnicode_AsEncodedString() instead of PyUnicode_AsEncodedObject() * Cherrypick the fix descriptor_pool.FindFileContainingSymbol by extensions.
| | | | * Add include for INT_MAXGravatar Feng Xiao2017-04-08
| | | |/
| | | * Merge pull request #2949 from xfxyjwf/3.3.xGravatar Feng Xiao2017-04-07
| | | |\ | | | | | | | | | | Cleanup reflection objects for map entry.
| * | | | Allow unknown values for Map put*Value methods just like every other enum ↵Gravatar Anuraag Agrawal2017-04-07
|/ / / / | | | | | | | | | | | | mutation method.
| | | * Cleanup reflection objects for map entry.Gravatar Feng Xiao2017-04-06
| | | |