aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Build out more complete code coverage in the tests.Gravatar Thomas Van Lenten2017-10-03
* Let Xcode 9 update project/scheme settings.Gravatar Thomas Van Lenten2017-10-03
* Merge pull request #3710 from thomasvl/xcode9Gravatar Thomas Van Lenten2017-10-02
|\
* \ Merge pull request #3709 from thomasvl/unknown_field_merge_issueGravatar Thomas Van Lenten2017-10-02
|\ \
| | * Add Xcode 9 support to the helper script.Gravatar Thomas Van Lenten2017-10-02
| |/ |/|
| * ObjC: Fix merging of length delimited unknown fields.Gravatar Thomas Van Lenten2017-10-02
|/
* Use constexpr more with VC++ 2017 (#3707)Gravatar Bruce Dawson2017-10-02
* Merge pull request #3676 from hesmar/hesmar/fixProtobufGeneratePythonGravatar Feng Xiao2017-09-25
|\
| * generate python code when calling PROTOBUF_GENERATE_PYTHONGravatar Markus Heß2017-09-25
|/
* Enforce all error report for php tests. (#3670)Gravatar Paul Yang2017-09-22
* Merge pull request #3675 from hesmar/hesmar/cmakeAddDllExportGravatar Feng Xiao2017-09-22
|\
| * protobuf_generate: add EXPORT_MACRO optionGravatar Markus Heß2017-09-22
|/
* Merge pull request #3674 from pherl/shutdownGravatar Jisi Liu2017-09-21
|\
* \ Merge pull request #3627 from zanker/zanker/add-submsg-hash-initGravatar Joshua Haberman2017-09-21
|\ \
| | * Test Shutdown can be called multiple times.Gravatar Jisi Liu2017-09-21
| |/ |/|
| * Update message.cGravatar Zachary Anker2017-09-21
* | Add $ before url_prefix_len to make it a variable. (#3668)Gravatar Paul Yang2017-09-20
* | Merge pull request #3639 from zanker/zanker/fix-embedded-to_hGravatar Joshua Haberman2017-09-20
|\ \
| * | Update message.cGravatar Zachary Anker2017-09-20
| | * Allow initializing a chain of protos using only a hashGravatar Zachary Anker2017-09-20
| * | Fixed to_h with repeated messages to return hashes in RubyGravatar Zachary Anker2017-09-20
* | | Merge pull request #2377 from mcos/chore/conformance-null-testsGravatar Feng Xiao2017-09-19
|\ \ \
* \ \ \ Merge pull request #3624 from acozzette/down-integrateGravatar Adam Cozzette2017-09-18
|\ \ \ \ | |_|/ / |/| | |
| * | | Integrated internal changes from GoogleGravatar Adam Cozzette2017-09-14
|/ / /
* | | Merge pull request #3626 from xfxyjwf/fixgoGravatar Feng Xiao2017-09-13
|\ \ \
| * | | Fix go example test.Gravatar Feng Xiao2017-09-13
* | | | Merge pull request #3635 from drivehappy/clang_cleanupGravatar Feng Xiao2017-09-13
|\ \ \ \
| * | | | Clang warning cleanup for unused parameter.Gravatar drivehappy2017-09-13
|/ / / /
* | | | Merge pull request #3158 from yeswalrus/fix-policy-warningGravatar Feng Xiao2017-09-13
|\ \ \ \ | |_|_|/ |/| | |
* | | | Merge pull request #3621 from jtattermusch/upport_3596Gravatar Jan Tattermusch2017-09-12
|\ \ \ \ | |_|/ / |/| | |
* | | | Merge pull request #3618 from hesmar/fix_protobuf_generateGravatar Feng Xiao2017-09-12
|\ \ \ \
| | * | | Google.Protobuf should target net45Gravatar Jan Tattermusch2017-09-12
| |/ / / |/| | |
| * | | fix protobuf_generate functionGravatar Markus Heß2017-09-12
* | | | Merge pull request #3613 from xfxyjwf/bazel_examplesGravatar Feng Xiao2017-09-11
|\ \ \ \ | |/ / / |/| | |
| * | | Exclude addressbook.proto from C# boostrap test.Gravatar Feng Xiao2017-09-11
| * | | Update C# generated file for addressbook.protoGravatar Feng Xiao2017-09-11
| * | | Update examples file list.Gravatar Feng Xiao2017-09-11
* | | | Add well-known timestamps to JSON for PHP (#3564)Gravatar Jack Wakefield2017-09-10
| * | | Add bazel support for examples.Gravatar Feng Xiao2017-09-08
|/ / /
* | | Merge pull request #2576 from cristicbz/py-strutilGravatar Feng Xiao2017-09-08
|\ \ \
* \ \ \ Merge pull request #3590 from NanXiao/patch-1Gravatar Adam Cozzette2017-09-06
|\ \ \ \
* | | | | Add native php support for Duration. (#3583)Gravatar Paul Yang2017-09-05
* | | | | Merge pull request #3594 from buchgr/well-known-protosGravatar Feng Xiao2017-09-05
|\ \ \ \ \
| * | | | | bazel: Add proto_library rules for well known types. Fixes #2763Gravatar Jakob Buchgraber2017-09-05
|/ / / / /
| * / / / Update autogen.shGravatar Nan Xiao2017-09-04
|/ / / /
* | | | Merge pull request #3560 from tenderlove/thread-safe-mapGravatar Joshua Haberman2017-08-31
|\ \ \ \
* | | | | Add php support for Timestamp. (#3575)Gravatar Paul Yang2017-08-31
| * | | | Storing the frame on the map means we don't need the arrayGravatar Aaron Patterson2017-08-30
| * | | | Move parse frame array to the Map objectGravatar Aaron Patterson2017-08-30
* | | | | Add any support in php runtime. (#3486)Gravatar Paul Yang2017-08-25