aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google
Commit message (Collapse)AuthorAge
* Prepend "PB" to generated classes whose name are reserved words. (#2990)Gravatar Paul Yang2017-04-20
|
* Enum defined without package have incorrect class name. (#2988)Gravatar Paul Yang2017-04-19
| | | | Fix the bug by sharing the code for generating class name for both message and enum.
* Cherry-pick cl/152450543Gravatar Feng Xiao2017-04-11
|
* Cherry-pick cl/151775298Gravatar Feng Xiao2017-04-11
|
* Merge pull request #2955 from xfxyjwf/3.3.xGravatar Feng Xiao2017-04-11
|\ | | | | Add include for INT_MAX
* | cherrypick descriptor_pool.FindFileContainingSymbol by extensions (#2962)Gravatar Jie Luo2017-04-10
| | | | | | | | | | | | * Use PyUnicode_AsEncodedString() instead of PyUnicode_AsEncodedObject() * Cherrypick the fix descriptor_pool.FindFileContainingSymbol by extensions.
| * Add include for INT_MAXGravatar Feng Xiao2017-04-08
|/
* Cleanup reflection objects for map entry.Gravatar Feng Xiao2017-04-06
|
* Update generated code.Gravatar Feng Xiao2017-04-05
|
* Update version number and changelog for 3.3.0Gravatar Feng Xiao2017-04-05
|
* Fix MSVC DLL build.Gravatar Feng Xiao2017-03-30
|
* Down-integrate from google3.Gravatar Feng Xiao2017-03-29
|
* Removes ignored const from return type (#2915)Gravatar Juan David Dominguez2017-03-29
| | | See https://github.com/google/protobuf/issues/2425
* Fix gcc warning when using map (#2213)Gravatar drivehappy2017-03-28
| | | | | | * Issue #2211: Addressing GCC warning on enumeral/non-enumeral in conditional expression. * Updated per 80 character wrap.
* Added a workaround to allow building for NaClGravatar Adam Cozzette2017-03-28
| | | | | | | arm-nacl-clang seems to produce a mysterious compiler error when it encounters __builtin_clzll, so when we are building for NaCl, let's avoid that in favor of the portable implementation of Log2FloorNonZero64.
* Merge pull request #2858 from haberman/gopackageGravatar Joshua Haberman2017-03-27
|\ | | | | Changed go_package for plugin.proto.
* \ Merge pull request #2861 from byronyi/#710Gravatar Adam Cozzette2017-03-20
|\ \ | | | | | | migrate delimited messages functions to util package
* \ \ Merge pull request #2860 from prehistoric-penguin/masterGravatar Feng Xiao2017-03-20
|\ \ \ | | | | | | | | Remove duplicated copyright statement
* \ \ \ Merge pull request #2854 from hesmar/attributesFixGravatar Adam Cozzette2017-03-20
|\ \ \ \ | | | | | | | | | | fix attributes warning
* \ \ \ \ Merge pull request #2867 from mojoBrendan/masterGravatar Feng Xiao2017-03-17
|\ \ \ \ \ | | | | | | | | | | | | Add preserve_proto_field_names option to JsonPrintOptions
* \ \ \ \ \ Merge pull request #2837 from anandolee/masterGravatar Jie Luo2017-03-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | DefaultValueObjectWriter should populate oneof message field
* | | | | | | Add file option php_class_prefix (#2849)Gravatar Paul Yang2017-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This option will be prepended to generated classes of all messages in the containing file.
* | | | | | | Merge pull request #2848 from xfxyjwf/freebsdGravatar Feng Xiao2017-03-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix freebsd build.
| | | | | | * | Update delimited_message_util_test.ccGravatar Bairen Yi2017-03-18
| | | | | | | |
| | | * | | | | Add option to preserve original proto field namesGravatar Brendan McCarthy2017-03-17
| | | | | | | |
| | | * | | | | Add use_snake_case_for_field_names option to JsonPrintOptionsGravatar Brendan McCarthy2017-03-17
| |_|/ / / / / |/| | | | | |
| | | | | * | fix several issuesGravatar Byron Yi2017-03-17
| | | | | | |
| | | | | | * Properly regenerated descriptor.proto.Gravatar Josh Haberman2017-03-16
| | | | | | |
| | | | | * | add LIBPROTOBUF_EXPORT to make msvc happyGravatar Byron Yi2017-03-16
| | | | | | |
| | | | | * | migrate delimited messages functions to util packageGravatar Byron Yi2017-03-16
| |_|_|_|/ / |/| | | | |
| | | | * | Remove duplicated copyright statementGravatar prehistoric-penguin2017-03-16
| |_|_|/ / |/| | | |
| | | | * Changed go_package for plugin.proto.Gravatar Josh Haberman2017-03-15
| |_|_|/ |/| | | | | | | | | | | For more info see: https://github.com/google/protobuf/issues/1289
* | | | Merge pull request #2023 from odeke-em/fix-print-help-to-stdoutGravatar Joshua Haberman2017-03-15
|\ \ \ \ | | | | | | | | | | compiler/cli: PrintHelpText prints to stdout instead of stderr
* \ \ \ \ Merge pull request #2846 from acozzette/bytestream-commentGravatar Adam Cozzette2017-03-15
|\ \ \ \ \ | | | | | | | | | | | | Updated an outdated comment in bytestream.h
| | | | | * fix attributes warningGravatar Markus Heß2017-03-15
| |_|_|_|/ |/| | | |
| | | * | Fix freebsd build.Gravatar Feng Xiao2017-03-14
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out system headers included by generated plugin.pb.h file already contains major/minor macro definitions when built on FreeBSD and we need to add #undefs to the generated header file. This change also fixes another compile error regarding EXPECT_DEATH on FreeBSD.
| * | | Updated an outdated comment in bytestream.hGravatar Adam Cozzette2017-03-14
| | | |
* | | | Replace CHECK() with GOOGLE_CHECK().Gravatar Josh Haberman2017-03-13
|/ / / | | | | | | | | | Fixes: https://github.com/google/protobuf/issues/1175
| | * DefaultValueObjectWriter should populate oneof message fieldGravatar Jie Luo2017-03-10
| | |
* | | Merge pull request #2822 from anandolee/masterGravatar Jie Luo2017-03-10
|\ \ \ | | |/ | |/| Detect generated code of WKT, addressbook and conformance protos
* | | Merge pull request #2832 from pherl/javaepGravatar Jisi Liu2017-03-10
|\ \ \ | | | | | | | | Fix java code according to error prone.
* \ \ \ Merge pull request #2824 from xfxyjwf/i1415Gravatar Feng Xiao2017-03-10
|\ \ \ \ | | | | | | | | | | Use per-type table to lookup JSON name.
| | * | | Fix java code according to error prone.Gravatar Jisi Liu2017-03-10
| | | | |
* | | | | Repeated/Map field setter should accept a regular PHP array (#2817)Gravatar Paul Yang2017-03-10
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Accept regular PHP array for repeated/map setter. Existing map/repeated field will be swapped by a clean map/repeated field. Then, elements in the array will be added to the map/repeated field. All elements will be type checked before adding. See #2686 for detail.
| | * | Add auto detect for generated code of WKT protos, addressbook.proto and ↵Gravatar Jie Luo2017-03-10
| | | | | | | | | | | | | | | | conformance.proto
| * | | Use per-type table to lookup JSON name.Gravatar Feng Xiao2017-03-09
| |/ / | | | | | | | | | | | | | | | | | | Different fields from different messages can map to the same JSON name and the original global lookup table is only capable of mapping one of such fields. This change converts the global table to per-type tables so fields from different messages won't conflict.
* / / Fix lint warnings in the javalite branch.Gravatar Jisi Liu2017-03-09
|/ /
* | Merge pull request #2810 from xfxyjwf/i1994Gravatar Feng Xiao2017-03-09
|\ \ | | | | | | Avoid redundant type casts for oneof bytes fields.
* \ \ Merge pull request #2775 from xfxyjwf/fixmajorGravatar Feng Xiao2017-03-09
|\ \ \ | | | | | | | | Undef major/minor if they are defined as macro.
* \ \ \ Merge pull request #2814 from pherl/javadeprecateGravatar Jisi Liu2017-03-09
|\ \ \ \ | | | | | | | | | | Add annotations for deprecated messages in Java