aboutsummaryrefslogtreecommitdiff
path: root/src/google
Commit message (Expand)AuthorAgeFilesLines
* Add file option php_class_prefix (#2849)Paul Yang2017-03-174-148/+358
* Merge pull request #2848 from xfxyjwf/freebsdFeng Xiao2017-03-174-0/+63
|\
| * Fix freebsd build.Feng Xiao2017-03-144-0/+63
* | 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 #2846 from acozzette/bytestream-commentAdam Cozzette2017-03-151-1/+1
|\ \ \ | |_|/ |/| |
| * | Updated an outdated comment in bytestream.hAdam Cozzette2017-03-141-1/+1
* | | Replace CHECK() with GOOGLE_CHECK().Josh Haberman2017-03-131-3/+4
|/ /
* | 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
* | | | Merge pull request #2824 from xfxyjwf/i1415Feng Xiao2017-03-103-10/+45
|\ \ \ \
| * | | | Use per-type table to lookup JSON name.Feng Xiao2017-03-093-10/+45
| | |/ / | |/| |
* | | | 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-093-10/+28
|\ \ \ | |_|/ |/| |
| * | Add annotations for deprecated messages in JavaJisi Liu2017-03-093-10/+28
* | | Removed a stray return statement, causing compilation error.Manjunath Kudlur2017-03-061-1/+0
* | | Detect if Descriptor.cs changes for csharpJie Luo2017-03-062-1/+143
|\ \ \
| * | | Detect if Descriptor.cs changes for csharpJie Luo2017-03-022-1/+143
* | | | Return uint32 from Log2FloorNonZero64Adam Cozzette2017-03-021-1/+1
|/ / /
* | | Fix gcc 4.1 build (#1035) (#1913)Matt Hauck2017-03-013-19/+31
* | | Change hint type to `const void*` (#2568)Matt Hauck2017-03-011-1/+1
| |/ |/|
* | Merge pull request #2770 from xfxyjwf/fixcmakeJisi Liu2017-02-2814-410/+410
|\ \
| * | Remove the use of C++11 features.Feng Xiao2017-02-2714-410/+410
* | | There might be duplicated enum values when allow_alias is true. Add Preferred...Jie Luo2017-02-282-4/+16
* | | Merge pull request #2729 from MarcelRaad/fix_inline_msvc12Adam Cozzette2017-02-271-6/+6
|\ \ \ | |/ / |/| |
| * | Fix unresolved symbols with MSVC12 and /Zc:inlineMarcel Raad2017-02-171-6/+6
* | | Merge pull request #2355 from xfxyjwf/fixjsonFeng Xiao2017-02-242-14/+20
|\ \ \
| * | | Speed up JSON parsing.Feng Xiao2016-11-102-14/+20
* | | | Merge pull request #2732 from AsturaPhoenix/masterAdam Cozzette2017-02-241-1/+1
|\ \ \ \
| * | | | const FieldDescriptorCompareRoss Wang2017-02-171-1/+1
| | |/ / | |/| |
* | | | Fix compiler warnings about unused variables in generated_message_reflection.hAurimas Liutikas2017-02-221-0/+2
* | | | Add an option to always print enums as ints in Json APISanchay Harneja2017-02-186-1/+63
|/ / /
* | | Keep loop bounds in a local variable for string fields.Chris Kennelly2017-02-155-21/+21
* | | Keep loop bounds in a local variable.Chris Kennelly2017-02-153-14/+14
* | | Work with truncated tag numbers.Chris Kennelly2017-02-1512-201/+402
* | | Expose rvalue setters for repeated string fields.Chris Kennelly2017-02-1512-0/+288
* | | Merge pull request #2663 from ckennelly/varint-sizeAdam Cozzette2017-02-152-26/+17
|\ \ \
| * | | Inline branch-less VarintSize32/VarintSize64 implementations.Chris Kennelly2017-02-022-26/+17
* | | | Merge pull request #2689 from ckennelly/aliasing-fixed32-fixed64Adam Cozzette2017-02-141-4/+2
|\ \ \ \
| * | | | Avoid aliasing CodedInputStream::buffer_ when parsing little endian integers.Chris Kennelly2017-02-071-4/+2
| |/ / /
* | | | Improve support for plugin parameters.Thomas Van Lenten2017-02-142-3/+47
* | | | Merge pull request #2609 from yixiang/patch-1Feng Xiao2017-02-131-0/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Undef TYPE_BOOL to avoid conflict with iOS.Sean Lu2017-01-191-0/+10