aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Removed a stray return statement, causing compilation error.Manjunath Kudlur2017-03-061-1/+0
* Detect if Descriptor.cs changes for csharpJie Luo2017-03-063-1/+144
|\
| * Detect if Descriptor.cs changes for csharpJie Luo2017-03-023-1/+144
* | 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
* | | | Merge pull request #2451 from podsvirov/json-primitive-mapFeng Xiao2017-02-131-1/+14
|\ \ \ \
| * | | | JsonUtilTest: Add ParsePrimitiveMapIn subtestKonstantin Podsvirov2017-02-111-1/+14
| | |/ / | |/| |
* | | | Fix compiler warnings about unused variables in wire_format.hAurimas Liutikas2017-02-101-0/+3
* | | | Switch to gcc atomic intrinsics for macOS and delete the file that uses (#2699)Jonathan Hseu2017-02-103-234/+3
* | | | Merge pull request #2647 from anandolee/masterJie Luo2017-02-091-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Fix python compatibility test when a new generated code imports an old versio...Jie Luo2017-02-091-1/+10
* | | | Merge 3.2.x branch into master (#2648)Paul Yang2017-01-3191-2996/+3458
* | | | fix compile error on centos in metadata.h for constructors. (#2599)michaelpengcn2017-01-271-2/+4
* | | | Oneof accessor should return the field name that is actually set. (#2631)Paul Yang2017-01-271-1/+1
|/ / /
* | | Merge pull request #2633 from anandolee/jieluo_branch1Jie Luo2017-01-261-1/+1
|\ \ \
| * | | Allow OneofOptions to be extended in proto3.Jie Luo2017-01-251-1/+1
* | | | Set LIBPROTOBUF_EXPORT on GzipOutputStream::OptionsAdam Cozzette2017-01-201-1/+1
| |/ / |/| |
* | | Support custom options in C#Jon Skeet2017-01-192-4/+34
|/ /
* | Merge pull request #2529 from wackoisgod/masterAdam Cozzette2017-01-123-2/+15
|\ \
| * | Fixing code formatting issuesAndrew Spiering2017-01-112-14/+5
| * | Added the support for class level deprecation which will in turn also depreca...Andrew Spiering2016-12-213-0/+22
* | | Fixed "make distcheck" for the Autotools buildAdam Cozzette2017-01-091-2/+4
* | | Fix generation of extending nested messages in JavaScript (#2439)Marcus Longmuir2017-01-061-7/+12
* | | Merge pull request #2565 from acozzette/cross-compilationAdam Cozzette2017-01-051-3/+6
|\ \ \
| * | | Fixed cross compilations with the Autotools buildAdam Cozzette2017-01-031-3/+6
* | | | Merge pull request #2536 from jbrianceau/fix-js-embed-include-styleAdam Cozzette2017-01-041-1/+1
|\ \ \ \
| * | | | Fix include in auto-generated well_known_types_embed.ccJulien Brianceau2016-12-271-1/+1