aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Use consistent hash across NDEBUG/!NDEBUG builds.Gravatar Harvey Tuch2017-07-07
| | | | Fixes #3322.
* Merge pull request #2482 from andreaseger/fix_ruby_timestamp_accuracyGravatar Adam Cozzette2017-07-06
|\ | | | | [Ruby] fix floating point accuracy problem in Timestamp#to_f
* | add Grpc Protobuf validation (#3311)Gravatar MaDuo2017-07-05
| | | | | | * add Grpc Protobuf validation
* | Merge pull request #3315 from thomasvl/mutate_unknownsGravatar Thomas Van Lenten2017-07-05
|\ \ | | | | | | Expose the initializer for unknown fields.
| * | Expose the initializer for unknown fields.Gravatar Thomas Van Lenten2017-07-05
|/ /
* | Ensure leaveOpen is true when writing to a bufferGravatar Jon Skeet2017-07-04
| | | | | | | | | | | | | | | | Note that the compatibility tests have had to cahnge as well, to cope with internal changes. (The test project has access to internals in the main project.) Fixes #3209.
* | Make Any easier to work with in C#Gravatar Jon Skeet2017-07-03
| | | | | | | | | | | | | | - Add a TryUnpack method which doesn't throw if the type is wrong - Make GetTypeName public for easier determination of the message type Fixes #3294.
* | Add json encode/decode for php. (#3226)Gravatar Paul Yang2017-06-30
| | | | | | | | | | | | | | | | | | | | * Add json encode/decode for php. * Fix php conformance test on 32-bit machines. * Fix conformance test for c extension. * Fix comments
* | Merge pull request #3287 from sergiocampama/initializedGravatar Thomas Van Lenten2017-06-29
|\ \ | | | | | | Add initialized as a reserved keyword as that's the actual property name
| * | Add initialized as a reserved keyword as that's the actual property nameGravatar Sergio Campama2017-06-29
|/ /
* | Add scripts to build python wheel for linux. (#2693)Gravatar Paul Yang2017-06-28
| | | | | | | | | | | | | | | | | | * Add scripts to build python wheel for linux. Followed PEP513. * Fix dist check for new added files. * Update README for usage example.
* | adds PHPDoc @return and @param for getters and setters respectively (#3131)Gravatar Brent Shaffer2017-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds PHPDoc @return and @param for getters and setters respectively * addresses changes in PR review * adds documentation tests * Update php_generator: - Prepend \ to names where required - Remove <pre> tags - Update protobuf field comments * Updates class files with the protobuf changes * Addresses review comments * removes Protobuf Type line from PHP generated classes * fixes phpdoc test * adds array types to phpdoc
* | Merge pull request #3084 from lukaszx0/patch-1Gravatar Feng Xiao2017-06-26
|\ \ | | | | | | Workaround the docker bug when compiling artifacts
* \ \ Merge pull request #3264 from TeBoring/php-bugGravatar Paul Yang2017-06-24
|\ \ \ | | | | | | | | Enusre public header and generated code have no implicit converion.
| * | | Fix more implicit type conversions in public headers and generated code.Gravatar Bo Yang2017-06-24
| | | |
* | | | Merge pull request #2968 from ngg/cpp-proper-fwdGravatar Feng Xiao2017-06-23
|\ \ \ \ | | | | | | | | | | C++: Do not forward-declare dependencies in generated .h files
| | * | | Enusre public header and generated code have no implicit converion.Gravatar Bo Yang2017-06-23
| |/ / / |/| | |
* | | | Merge pull request #3266 from mbrickn/patch-1Gravatar Feng Xiao2017-06-23
|\ \ \ \ | | | | | | | | | | Updated links to use https
| * | | | Updated links to use httpsGravatar Maxwell Paul Brickner2017-06-23
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Howdy! I just updated some links to use https instead of http. Thanks! ^ _ ^
* | | | Merge pull request #3261 from thomasvl/super_oddcaseGravatar Thomas Van Lenten2017-06-22
|\ \ \ \ | | | | | | | | | | If we fail to get a descriptor just super the method resolving.
| * | | | If we fail to get a descriptor just super the method resolving.Gravatar Thomas Van Lenten2017-06-22
|/ / / / | | | | | | | | | | | | | | | | | | | | This should never happen, but if someone is swizzling or do other hooking of methods, anything is possible, so this seems slighty safer than they returning NO.
* | | | Switch to addEnumType to fix fatal error (#3225)Gravatar Ryan Gordon2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Switch to addEnumType to fix fatal error * Fixing more cases of HHVM incompatibility * Updating tests to be hhvm compatible * Fixing tests * Fixing merge * Don't use call_user_func, should hopefully fix tests * Fixing spelling * Fixing another misspelling in a test * Fixing placement of append and kvUpdate functions * Actually fix function helpers * Remove double addEnumType. How did this ever work? * Fixing a couple more tests * Only use the setter if the return value isn't an object
* | | | Updated upb to fix JSON conformance issues. (#3206)Gravatar Joshua Haberman2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | * Fixed a bunch of Ruby conformance errors. * Fixed some more Ruby conformance errors in JSON.
* | | | Merge pull request #3243 from yjjnls/masterGravatar Feng Xiao2017-06-19
|\ \ \ \ | | | | | | | | | | replenish missed header files in install step
* \ \ \ \ Merge pull request #3244 from thomasvl/complete_docsGravatar Thomas Van Lenten2017-06-19
|\ \ \ \ \ | | | | | | | | | | | | ObjC: Document the exceptions on some of the writing apis.
| * | | | | ObjC: Document the exceptions on some of the writing apis.Gravatar Thomas Van Lenten2017-06-19
|/ / / / /
* | | | | Merge pull request #3240 from thomasvl/float_funGravatar Thomas Van Lenten2017-06-19
|\ \ \ \ \ | | | | | | | | | | | | Raise the number of digits used for floats.
| | * | | | replenish missed header files in install stepGravatar yjjnls2017-06-19
| |/ / / / |/| | | | | | | | | | | | | | install 'generated_message_table_driven.h' and 'metadata_lite.h', they are included when compiling the files generated using protoc.exe 3.3.0
* | | | | Remove inclusion of ext/json/php_json.h. (#3241)Gravatar Jeff Ching2017-06-17
| | | | | | | | | | | | | | | | | | | | That implementation of json is not being used - this extension is using a json encoder/decoder provided by 'upb'.
| * | | | Raise the number of digits used for floats.Gravatar Thomas Van Lenten2017-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | About 1.5% of all IEEE754 single-precision numbers require nine decimal digits to represent accurately.
* | | | | Merge pull request #3237 from calder/patch-1Gravatar Feng Xiao2017-06-16
|\ \ \ \ \ | | | | | | | | | | | | Qualify string in java_options.h
* \ \ \ \ \ Merge pull request #3236 from buchgr/bazel-linksGravatar Feng Xiao2017-06-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | bazel: add bazel symlinks to .gitignore
* \ \ \ \ \ \ Merge pull request #3235 from buchgr/java-targetGravatar Feng Xiao2017-06-16
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | bazel: Make compiled jars java 6 binary compatible.
| | | * | | | Qualify string in java_options.hGravatar Calder Coalson2017-06-16
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building the protobuf compiler with Bazel fails to resolve the unqualifed "string"s in java_options.h: ``` ERROR: .../external/com_google_protobuf/BUILD:248:1: C++ compilation of rule '@com_google_protobuf//:protoc_lib' failed: Process exited with status 1 [sandboxed]. In file included from external/com_google_protobuf/src/google/protobuf/compiler/java/java_context.h:41:0, from external/com_google_protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.cc:38: external/com_google_protobuf/src/google/protobuf/compiler/java/java_options.h:59:3: error: 'string' does not name a type string annotation_list_file; ^ external/com_google_protobuf/src/google/protobuf/compiler/java/java_options.h:62:3: error: 'string' does not name a type string output_list_file; ^ Use --strategy=CppCompile=standalone to disable sandboxing for the failing actions. INFO: Elapsed time: 41.487s, Critical Path: 6.20s //interpreter:eval_test NO STATUS Executed 0 out of 1 test: 1 was skipped. ```
| * | | | | bazel: Make compiled jars java 6 binary compatible.Gravatar Jakob Buchgraber2017-06-16
|/ / / / / | | | | | | | | | | | | | | | See: https://github.com/bazelbuild/bazel/issues/3198
| * / / / bazel: add bazel symlinks to .gitignoreGravatar Jakob Buchgraber2017-06-16
|/ / / /
* | | | Fix php jenkins test (#3233)Gravatar Paul Yang2017-06-15
| | | | | | | | | | | | | | | | Update commit id to upload latest composer. Compile php with bc-math for future json support.
* | | | Fix incorrect function call (#3232)Gravatar michaelbausor2017-06-15
| | | |
* | | | Follows proper autoloading standards (#3123)Gravatar Brent Shaffer2017-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Follows proper autoloading standards - Splits PHP classes in descriptor.php into separate files - Splits MapFieldIter and RepeatedFieldIter into separate files - Moves descriptor.php to Internal/functions.php - Moves all namespaced functions into Iternal/functions.php * fixes Makefile.am for added php files * [PHP] moves all functions to GPBUtil * removes description.php from the makefile
* | | | Merge pull request #3228 from thomasvl/add_tvos_to_podspecGravatar Thomas Van Lenten2017-06-14
|\ \ \ \ | | | | | | | | | | Add tvOS to the podspec.
| * | | | Add tvOS to the podspec.Gravatar Thomas Van Lenten2017-06-14
|/ / / / | | | | | | | | | | | | Fixes https://github.com/google/protobuf/issues/3217
* | | | Merge pull request #3216 from traversaro/patch-1Gravatar Feng Xiao2017-06-12
|\ \ \ \ | | | | | | | | | | Export symbols used in inline functions
| * | | | Export symbols used in inline functionsGravatar Silvio Traversaro2017-06-12
|/ / / / | | | | | | | | | | | | fixed_address_empty_string symbol is used in an inline function. We have to export it to avoid undefined reference link errors.
| * / / C++: Do not forward-declare dependencies in generated .h filesGravatar Gergely Nagy2017-06-12
|/ / /
* | | Merge pull request #3176 from acozzette/fix-3114Gravatar Adam Cozzette2017-06-07
|\ \ \ | | | | | | | | Ensure that for Java, imports of .proto files with empty packages works
* \ \ \ Merge pull request #3196 from matt-kwong/kokoroGravatar Feng Xiao2017-06-07
|\ \ \ \ | | | | | | | | | | Add continuous testing config files for Kokoro
| * | | | Add continuous testing config files for KokoroGravatar Matt Kwong2017-06-07
| | | | |
* | | | | Merge pull request #3191 from matt-kwong/kokoroGravatar Feng Xiao2017-06-06
|\| | | | | | | | | | | | | | Add MacOS and Linux tests to Kokoro
| * | | | Add MacOS and Linux tests to KokoroGravatar Matt Kwong2017-06-06
| | | | |
* | | | | Merge pull request #3189 from thomasvl/objc_proto3_unknown_fieldsGravatar Thomas Van Lenten2017-06-06
|\ \ \ \ \ | | | | | | | | | | | | ObjC: Preserve unknown fields in proto3 syntax files.