aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* adds PHP typehints for message setters (#4533)php-generated-devBrent Shaffer2018-06-199-13/+21
* Fix array constructor in c extension for compatibility (#4667)Paul Yang2018-05-231-3/+3
* PHP namespaces for nested messages and enums (#4536)Brent Shaffer2018-05-2377-660/+1482
* Implement array constructor in php c extension.Bo Yang2018-05-153-85/+173
* PHP array constructors for protobuf messages (#4530)Brent Shaffer2018-05-1531-161/+1082
* Merge pull request #4623 from BSBandme/fix_kokoro_benchmark_buildYilun Chong2018-05-141-2/+3
|\
| * Fix python install, cat java error log for kokoro buildYilun Chong2018-05-141-2/+3
* | Adopt php_metadata_namespace in php code generator (#4622)Paul Yang2018-05-144-17/+41
* | Merge pull request #4579 from jozefizso/dev/3380_version_infoFeng Xiao2018-05-147-4/+80
|\ \
| * | Include version.rc.in in distribution packageJozef Izso2018-04-281-0/+1
| * | Include file information in all DLL and EXE outputsJozef Izso2018-04-284-5/+20
| * | Add file information to Windows binariesJozef Izso2018-04-274-3/+63
* | | enable source link for csharp (#4179)Cameron Taggart2018-05-142-3/+5
* | | Merge pull request #4587 from chronoxor/masterFeng Xiao2018-05-143-6/+26
|\ \ \
| * | | Appveyor MinGW buildIvan Shynkarenka2018-05-033-6/+26
* | | | Merge pull request #4611 from anuraaga/remove-string-moveFeng Xiao2018-05-142-35/+2
|\ \ \ \
| * | | | Remove unsafe no-copy String allocation since it's not useful in recent Java ...Anuraag Agrawal2018-05-112-35/+2
| | |_|/ | |/| |
* | | | fix index out of range error in C# generation using msvc (#1329)Warren Falk2018-05-141-1/+1
* | | | Add file option php_metadata_namespace and ruby_package (#4609)Paul Yang2018-05-116-222/+751
* | | | Merge pull request #4538 from Mizux/patch-2Feng Xiao2018-05-102-8/+20
|\ \ \ \ | |/ / / |/| | |
| * | | fix duplicate mkdir in update_file_lists.shCorentin Le Molgat2018-04-252-21/+7
| * | | Add .proto files to extract_includes.batMizux2018-04-242-0/+26
* | | | Throw error if user want to access message properties (#4603)Paul Yang2018-05-102-2/+8
* | | | Avoid direct check of class name (#4601)Paul Yang2018-05-101-7/+3
* | | | use brew install instead of easy_install in OSX (#4537)Jie Luo2018-05-091-1/+2
* | | | Merge pull request #4590 from PetterS/undefined_fixFeng Xiao2018-05-061-4/+6
|\ \ \ \
| * | | | Fix error in Clang UndefinedBehaviorSanitizerPetter Strandmark2018-05-041-4/+6
|/ / / /
* | | | Add VS2017 optional component dependency details to the C# readme (#4128)David Chennells2018-05-031-0/+6
* | | | Fix python ext build on kokoro (#4527)Yilun Chong2018-05-031-0/+2
| |/ / |/| |
* | | Merge pull request #4586 from chronoxor/masterFeng Xiao2018-05-021-1/+1
|\ \ \
| * | | MinGW build failedIvan Shynkarenka2018-05-021-1/+1
|/ / /
* | | Merge pull request #4583 from chronoxor/masterFeng Xiao2018-05-011-4/+8
|\ \ \
| * | | Cygwin build failedIvan Shynkarenka2018-05-021-4/+8
|/ / /
* | | Fix RepeatedField#delete_if (#4292)Stuart Campbell2018-04-302-2/+11
* | | Add space between class name and concat message (#4577)Petar Dambovaliev2018-04-301-1/+1
* | | Merge pull request #4581 from Yeolar/3rd_rpc_rasterFeng Xiao2018-04-301-0/+1
|\ \ \
| * | | Add third-party RPC implementation: raster - a network framework supports pbr...Yeolar2018-04-301-0/+1
| | |/ | |/|
* / | [objectivec] Fix memory leak of exceptions raised by RaiseException() (#4556)Hiroshi Ichikawa2018-04-301-3/+3
|/ /
* | Merge pull request #4568 from hectim/masterFeng Xiao2018-04-271-1/+1
|\ \
| * | typoBrady Killeen2018-04-261-1/+1
* | | Merge pull request #4550 from Mizux/masterFeng Xiao2018-04-271-3/+5
|\ \ \
| * | | CMake: Update CXX Standard managementCorentin Le Molgat2018-04-241-3/+5
* | | | Fix to allow AOT compilers to play nicely with reflectionJon Skeet2018-04-272-18/+47
| |/ / |/| |
* | | Merge pull request #4553 from pherl/rubyJisi Liu2018-04-251-0/+6
|\ \ \ | |/ / |/| |
| * | Set ext.no_native = true for non mac platformJisi Liu2018-04-251-0/+6
|/ /
* | Move to Xcode 9.3 which also means a High Sierra image.Thomas Van Lenten2018-04-212-5/+17
* | Remove the iOS Test App.Thomas Van Lenten2018-04-2022-472/+5
* | Merge pull request #4520 from BSBandme/fix_kokoro_benchmark_buildYilun Chong2018-04-202-8/+8
|\ \ | |/ |/|
| * Fix benchmark buildYilun Chong2018-04-162-8/+8
* | Write messages to backing field in generated C# cloning code (#4440)Sydney Acksman2018-04-1911-53/+53