aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update third party addons with ProfaneDBGiorgio Azzinnaro2017-08-041-0/+1
| | | | I added my project ProfaneDB, it is a database for Protocol Buffers objects. Written in C++, it uses gRPC as an interface for other languages. It is still work in progress, but I'd love to get some feedback on it while I progress!
* Add getClass for php Descriptor in c extension (#3443)Paul Yang2017-08-023-1/+16
|
* Fixing HHVM Compatibility (#3437)Ryan Gordon2017-08-021-4/+2
|
* Expose descriptor API in php c extension (#3422)Paul Yang2017-08-028-27/+841
|
* Change divideInt64ToInt32 to static (#3436)Tony Wong2017-08-011-1/+1
| | | | | divideInt64ToInt32 is called statically from protobuf/php/src/Google/Protobuf/Internal/CodedOutputStream.php (the only reference) This causes fatal error in PHP 7.1 (32-bit only because 64-bit doesn't use this function)
* Removes unnecessary pass-by-references in PHP internal classes (#3433)Brent Shaffer2017-08-013-10/+10
|
* Merge pull request #3429 from king6cong/masterFeng Xiao2017-07-312-1/+8
|\ | | | | Add classpath for java example Makefile
| * Add classpath for java example Makefileking6cong2017-07-312-1/+8
|/
* Merge pull request #3421 from thomasvl/update_commentThomas Van Lenten2017-07-263-5/+9
|\ | | | | Update the comment on the message_type to cover what it should be.
| * Update the comment on the message_type to cover what it should be.Thomas Van Lenten2017-07-263-5/+9
|/
* Merge pull request #3420 from thomasvl/objc_proto2_conformanceThomas Van Lenten2017-07-263-23/+26
|\ | | | | Objc proto2 conformance test support
| * Review feedback.Thomas Van Lenten2017-07-261-8/+6
| | | | | | | | | | - Better error message for unknown messageType. - Remove unneeded if.
| * Add the proto2 message conformance support for ObjC.Thomas Van Lenten2017-07-261-10/+12
| |
| * Generate the proto2 test file and link it in for ObjC.Thomas Van Lenten2017-07-261-9/+11
| |
| * Add a objc_class_prefix to test_messages_proto3.proto.Thomas Van Lenten2017-07-262-3/+4
|/ | | | | | | | | | Both test_messages_proto3.proto & test_messages_proto2.proto define message ForeignMessage {...} and enum ForeignEnum {...} but since objc doesn't use the proto package in the naming, these end up conflicting. Adding the objc_class_prefix option to the proto3 file ensure the generated objc types are all unique.
* Merge pull request #3410 from adam-26/1745Adam Cozzette2017-07-251-0/+1
|\ | | | | Fix issue #1745 - javascript allow dot in filename
| * Fix quotation marksAdam2017-07-241-1/+1
| |
| * Fix issue #1745 - javascript allow dot in filenameAdam2017-07-241-0/+1
| |
* | need for php math functions. used in mergeFromJsonString (#3409)Sergey2017-07-251-0/+3
| |
* | Merge pull request #3407 from bklarson/masterAdam Cozzette2017-07-2515-1/+29
|\ \ | | | | | | Add declaration for AddDescriptorsImpl()
| * | Put AddDescriptorsImpl() in anonymous namespaceBrad Larson2017-07-2414-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | AddDescriptorsImpl() is a private static implementation detail, and needs to be declared but won't be used from outside the source file. Place it inside an anonymous namespace to fix a previous build error that would result in more restrictive build enviornments that use -Werror=missing-declarations or similar compiler flags.
| * | Add -Werror=missing-declarations to test buildsBrad Larson2017-07-241-1/+1
| | | | | | | | | | | | | | | | | | Treat missing declarations as an error for test builds, to prevent future updates which add functions without properly declaring them. This will prevent broken builds in more restrictive build environments.
* | | Fix cycle dependency for repeated field not collected by gc (#3399)Paul Yang2017-07-258-64/+243
| | |
* | | Merge pull request #3281 from BSBandme/ConformanceTestYilunChongYilun Chong2017-07-2427-1073/+1523
|\ \ \ | |_|/ |/| | Proto2 test message support to conformance test
| * | add comments in makefile.amYilun Chong2017-07-051-1/+2
| | |
| * | change csharp failure listYilun Chong2017-07-051-4/+1
| | |
| * | Merge branch 'ConformanceTestYilunChong' of github.com:BSBandme/protobuf ↵Yilun Chong2017-07-05113-3446/+5297
| |\ \ | | | | | | | | | | | | into ConformanceTestYilunChong
| | * \ Merge branch 'master' into ConformanceTestYilunChongYilun Chong2017-06-30113-3446/+5297
| | |\ \
| * | | | delete backup filesYilun Chong2017-07-051-155/+0
| | | | |
| * | | | fix php failing list and csharp generated protoYilun Chong2017-07-054-213/+370
| |/ / /
| * | | changed php's failing listYilun Chong2017-06-302-534/+11
| | | |
| * | | remove backup filesYilun Chong2017-06-303-438/+0
| | | |
| * | | add some test proto2 supported, add js proto2 supported, fixed some errorYilun Chong2017-06-3025-1230/+1742
| | | |
| * | | change php objc nodejs csharp rubyYilun Chong2017-06-296-31/+30
| | | |
| * | | change java to uniform message, revert TestValidDataForType's parametersYilun Chong2017-06-293-318/+147
| | | |
| * | | change cpp and python to uniform messageYilun Chong2017-06-293-102/+67
| | | |
| * | | fix csharp conformance testYilun Chong2017-06-281-1/+1
| | | |
| * | | fix csharp conformance testYilun Chong2017-06-281-16/+16
| | | |
| * | | fix csharpYilun Chong2017-06-281-15/+15
| | | |
| * | | add csharp supportYilun Chong2017-06-282-12/+57
| | | |
| * | | add message set test caseYilun Chong2017-06-282-0/+21
| | | |
| * | | add objec supportYilun Chong2017-06-281-6/+14
| | | |
| * | | revert ruby proto built filesYilun Chong2017-06-2812-396/+0
| | | |
| * | | delete backup filesYilun Chong2017-06-283-385/+0
| | | |
| * | | delete binaryYilun Chong2017-06-2810-0/+0
| | | |
| * | | update .gitignoreYilun Chong2017-06-281-0/+1
| | | |
| * | | revert .gitignoreYilun Chong2017-06-281-1/+0
| | | |
| * | | add java supportedYilun Chong2017-06-2811-17/+184
| | | |
| * | | change ignoreYilun Chong2017-06-271-0/+1
| | | |
| * | | add proto2 supported for cpp,python,nodejs,ruby,phpYilun Chong2017-06-2732-32/+893
| | | |