aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Define LANG_CXX11 for port.h and use this to guard C++11 features.Chris Kennelly2016-12-142-2/+11
* | Merge pull request #2495 from acozzette/android-hashAdam Cozzette2016-12-142-9/+3
|\ \
| * | Removed Android-specific code from stubs/hash.hAdam Cozzette2016-12-132-9/+3
* | | Merge pull request #2496 from xyzzyz/fix-overflowFeng Xiao2016-12-131-1/+1
|\ \ \
| * | | Fix integer overflow in FastUInt32ToBufferLeftAdam Michalik2016-12-131-1/+1
| |/ /
* | | Merge pull request #2493 from jbrianceau/add-missing-climits-includeFeng Xiao2016-12-133-0/+3
|\ \ \
| * | | Add missing include in embed.ccJulien Brianceau2016-12-131-0/+1
| * | | Add missing includesJulien Brianceau2016-12-132-0/+2
* | | | Merge pull request #2484 from ngg/uwp_buildFeng Xiao2016-12-1316-94/+95
|\ \ \ \ | |_|/ / |/| | |
| * | | Add support for Windows ARM buildsGergely Nagy2016-12-1216-94/+95
* | | | Merge pull request #2487 from jtattermusch/csharp_leading_whitespaceJan Tattermusch2016-12-131-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | remove leading whitespace in C# xml commentsJan Tattermusch2016-12-121-1/+1
* | | | Merge pull request #2471 from jbrianceau/fix-include-styleFeng Xiao2016-12-121-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #include in cc filesJulien Brianceau2016-12-091-1/+1
* | | | Merge pull request #2454 from pongad/go_packageFeng Xiao2016-12-122-5/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | update descriptor.proto's go_packageMichael Darakananda2016-12-072-5/+6
* | | | Use uint32 in GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET macroAdam Cozzette2016-12-091-4/+4
| |/ / |/| |
* | | Update commit id in Dockerfile to trigger update. (#2467)Paul Yang2016-12-081-3/+0
* | | Merge pull request #2462 from jbrianceau/fix-comp-builds-part2Feng Xiao2016-12-0813-91/+94
|\ \ \
| * | | Regenerate descriptor protoJulien Brianceau2016-12-0812-88/+88
| * | | C++: export _xxx_default_instance_ symbolsJulien Brianceau2016-12-081-3/+6
* | | | Merge pull request #2461 from jbrianceau/add-missing-include-in-embed-ccFeng Xiao2016-12-081-0/+1
|\ \ \ \
| * | | | Add missing include in embed.ccJulien Brianceau2016-12-081-0/+1
| |/ / /
* | | | Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-169/+310
* | | | Improve ObjC deprecated annotation support.Thomas Van Lenten2016-12-085-6/+37
|/ / /