aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Removed arena_nc.cc and arena_nc_test.pyAdam Cozzette2017-01-042-106/+0
| |/ / |/| |
* | | Fix warning in compiler/js/embed.ccJulien Brianceau2016-12-271-1/+1
|/ /
* | Merge pull request #2523 from jbrianceau/init-index-in-metadataAdam Cozzette2016-12-221-9/+12
|\ \
| * | Init index_in_metadata_ without conditionJulien Brianceau2016-12-211-9/+12
| |/
* | simpler, cheaper callback to LazyStringOutputStreamCamillo Lugaresi2016-12-211-14/+2
* | add MethodResultCallback_0_0Camillo Lugaresi2016-12-211-0/+30
|/
* Added well_known_types_embed.cc to CLEANFILES so that it gets cleaned upAdam Cozzette2016-12-201-1/+2
* Updated Makefile.am to fix out-of-tree buildsAdam Cozzette2016-12-201-1/+4
* Merge pull request #2506 from ckennelly/rvalue-settersAdam Cozzette2016-12-1913-1/+942
|\
| * Add rvalue setters for non-arena strings on C++11.Chris Kennelly2016-12-1613-1/+942
* | Merge pull request #2505 from ckennelly/masterAdam Cozzette2016-12-191-11/+4
|\ \
| * | Remove spurious NULL checks in ArenaStringPtr::CreateInstance.Chris Kennelly2016-12-151-11/+4
| |/
* | Auto-generate well_known_types_embed.ccAdam Cozzette2016-12-193-325/+20
* | Merge pull request #2227 from KindDragon/3.1.xFeng Xiao2016-12-164-41/+43
|\ \ | |/ |/|
| * LIBPROTOC_EXPORT added to others functions in csharp_names.h and objectivec_h...Arkadiy Shapkin2016-12-012-33/+33
| * Missed LIBPROTOC_EXPORT for GRPC addedArkadiy Shapkin2016-12-014-8/+10