aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler
Commit message (Expand)AuthorAgeFilesLines
* Update C++ generated code.Bo Yang2017-06-212-2/+2
* Add ARRAY for reserved name (#3150)Paul Yang2017-06-201-2/+2
* regenerate plugin and profile message codeSteven Peters2017-05-112-0/+4
* Use bool deterministic to suppress warningSteven Peters2017-05-112-0/+4
* Update C++ generated code.Feng Xiao2017-05-082-2/+2
* Add missing LIBRPOTOC_EXPORT.Feng Xiao2017-05-041-2/+2
* Skip C# test in C++ only distribution.Feng Xiao2017-05-041-0/+8
* Fix issue 3046: compilation on alpine 3.5Chris Nix2017-05-041-0/+7
* Add prefix to enum value with reserved name. (#3020)v3.3.0Paul Yang2017-04-261-4/+4
* Allow proto files to import descriptor.proto (#2995)Paul Yang2017-04-201-0/+26
* Prepend "PB" to generated classes whose name are reserved words. (#2990)Paul Yang2017-04-201-8/+27
* Enum defined without package have incorrect class name. (#2988)Paul Yang2017-04-191-47/+35
* cherrypick descriptor_pool.FindFileContainingSymbol by extensions (#2962)Jie Luo2017-04-101-2/+4
* Cleanup reflection objects for map entry.Feng Xiao2017-04-061-0/+9
* Update generated code.Feng Xiao2017-04-052-4/+4
* Down-integrate from google3.Feng Xiao2017-03-2957-660/+3827
* Merge pull request #2858 from haberman/gopackageJoshua Haberman2017-03-272-4/+5
|\
| * Properly regenerated descriptor.proto.Josh Haberman2017-03-161-3/+4
| * Changed go_package for plugin.proto.Josh Haberman2017-03-151-1/+1
* | Merge pull request #2860 from prehistoric-penguin/masterFeng Xiao2017-03-202-60/+0
|\ \
| * | Remove duplicated copyright statementprehistoric-penguin2017-03-162-60/+0
| |/
* | Merge pull request #2854 from hesmar/attributesFixAdam Cozzette2017-03-202-6/+6
|\ \
| * | fix attributes warningMarkus Heß2017-03-152-6/+6
* | | Add file option php_class_prefix (#2849)Paul Yang2017-03-171-3/+7
* | | Merge pull request #2848 from xfxyjwf/freebsdFeng Xiao2017-03-173-0/+61
|\ \ \ | |_|/ |/| |
| * | Fix freebsd build.Feng Xiao2017-03-143-0/+61
| |/
* | Merge pull request #2023 from odeke-em/fix-print-help-to-stdoutJoshua Haberman2017-03-152-8/+18
|\ \ | |/ |/|
| * compiler/cli: PrintHelpText prints to stdout instead of stderrEmmanuel Odeke2017-03-082-8/+18
* | Merge pull request #2822 from anandolee/masterJie Luo2017-03-101-18/+73
|\ \
| * | Add auto detect for generated code of WKT protos, addressbook.proto and confo...Jie Luo2017-03-101-18/+73
* | | Merge pull request #2832 from pherl/javaepJisi Liu2017-03-101-1/+1
|\ \ \
| * | | Fix java code according to error prone.Jisi Liu2017-03-101-1/+1
* | | | Repeated/Map field setter should accept a regular PHP array (#2817)Paul Yang2017-03-101-1/+27
|/ / /
* / / Fix lint warnings in the javalite branch.Jisi Liu2017-03-092-0/+2
|/ /
* | Merge pull request #2810 from xfxyjwf/i1994Feng Xiao2017-03-091-4/+22
|\ \
| * | Avoid redundant type casts for oneof bytes fields.Feng Xiao2017-03-081-4/+22
| |/
* | Merge pull request #2775 from xfxyjwf/fixmajorFeng Xiao2017-03-092-1/+14
|\ \
| * | Undef major/minor if they are defined as macro.Feng Xiao2017-02-282-1/+14
* | | Merge pull request #2814 from pherl/javadeprecateJisi Liu2017-03-092-10/+24
|\ \ \ | |_|/ |/| |
| * | Add annotations for deprecated messages in JavaJisi Liu2017-03-092-10/+24
* | | Detect if Descriptor.cs changes for csharpJie Luo2017-03-022-1/+143
| |/ |/|
* | Merge pull request #2770 from xfxyjwf/fixcmakeJisi Liu2017-02-283-34/+34
|\ \
| * | Remove the use of C++11 features.Feng Xiao2017-02-273-34/+34
* | | There might be duplicated enum values when allow_alias is true. Add Preferred...Jie Luo2017-02-281-4/+13
|/ /
* | const FieldDescriptorCompareRoss Wang2017-02-171-1/+1
* | Keep loop bounds in a local variable for string fields.Chris Kennelly2017-02-152-6/+6
* | Keep loop bounds in a local variable.Chris Kennelly2017-02-152-4/+4
* | Work with truncated tag numbers.Chris Kennelly2017-02-152-16/+32
* | Expose rvalue setters for repeated string fields.Chris Kennelly2017-02-154-0/+68
* | Improve support for plugin parameters.Thomas Van Lenten2017-02-142-3/+47
|/