aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | * remove backup filesGravatar Yilun Chong2017-06-30
| | | | | | |
| | | | | | * add some test proto2 supported, add js proto2 supported, fixed some errorGravatar Yilun Chong2017-06-30
| | | | | | |
* | | | | | | 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
| | | | | | * change php objc nodejs csharp rubyGravatar Yilun Chong2017-06-29
| | | | | | |
| | | | | | * change java to uniform message, revert TestValidDataForType's parametersGravatar Yilun Chong2017-06-29
| | | | | | |
| | | | | | * change cpp and python to uniform messageGravatar Yilun Chong2017-06-29
| | | | | | |
* | | | | | | 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
|/ / / / / / /
| | | | | | * fix csharp conformance testGravatar Yilun Chong2017-06-28
| | | | | | |
| | | | | | * fix csharp conformance testGravatar Yilun Chong2017-06-28
| | | | | | |
* | | | | | | 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.
| | | | | | * fix csharpGravatar Yilun Chong2017-06-28
| | | | | | |
| | | | | | * add csharp supportGravatar Yilun Chong2017-06-28
| | | | | | |
| | | | | | * add message set test caseGravatar Yilun Chong2017-06-28
| | | | | | |
| | | | | | * add objec supportGravatar Yilun Chong2017-06-28
| | | | | | |
| | | | | | * revert ruby proto built filesGravatar Yilun Chong2017-06-28
| | | | | | |
| | | | | | * delete backup filesGravatar Yilun Chong2017-06-28
| | | | | | |
| | | | | | * delete binaryGravatar Yilun Chong2017-06-28
| | | | | | |
| | | | | | * update .gitignoreGravatar Yilun Chong2017-06-28
| | | | | | |
| | | | | | * revert .gitignoreGravatar Yilun Chong2017-06-28
| | | | | | |
| | | | | | * add java supportedGravatar Yilun Chong2017-06-28
| | | | | | |
| | | | | | * change ignoreGravatar Yilun Chong2017-06-27
| | | | | | |
| | | | | | * add proto2 supported for cpp,python,nodejs,ruby,phpGravatar Yilun Chong2017-06-27
| | | | | | |
* | | | | | | 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
| | | | | | * add support for proto2Gravatar Yilun Chong2017-06-26
| | | | | | |
* | | | | | | 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
| |/ / / / / / / / |/| | | | | | | |
| | | | | | | | * fix readme.mdGravatar Yilun Chong2017-06-23
| | | | | | | | |
| | | | | | | | * add test_proto2_message.proto and change conformnace/makefile.amGravatar Yilun Chong2017-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.
| | | | | | * / Fix a bazel build error on WindowsGravatar Changming Sun2017-06-22
| |_|_|_|_|/ / |/| | | | | |
| | | | | | * Fix typos in commentGravatar Brian J. Watson2017-06-21
| |_|_|_|_|/ |/| | | | |
| | | | | * Merge pull request #3258 from TeBoring/3.3.xGravatar Paul Yang2017-06-21
| | | | | |\ | | | | | | | | | | | | | | Update version number to 3.3.2
| | | | | | * Update C++ generated code.Gravatar Bo Yang2017-06-21
| | | | | | |
| | | | | | * Update version number to 3.3.2Gravatar Bo Yang2017-06-21
| | | | | |/
| | | | | * Merge pull request #3255 from TeBoring/3.3.x-3Gravatar Paul Yang2017-06-20
| | | | | |\ | | | | | | | | | | | | | | Cherry-pick bug fixes for php
| | | | | | * Remove inclusion of ext/json/php_json.h. (#3241)Gravatar Jeff Ching2017-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | That implementation of json is not being used - this extension is using a json encoder/decoder provided by 'upb'.
| | | | | | * Oneof field should be serialized even it's equal to default. (#3153)Gravatar Paul Yang2017-06-20
| | | | | | |
| | | | | | * Add ARRAY for reserved name (#3150)Gravatar Paul Yang2017-06-20
| | | | | |/
* | | | | | 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
|/ / / / / / /