aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added well_known_types_embed.cc to CLEANFILES so that it gets cleaned upAdam Cozzette2016-12-211-1/+2
* maps_test.js: check whether Symbol is defined before using it (#2524)Adam Cozzette2016-12-211-6/+3
* Update _GNUC_VER to use the correct implementation of atomic operationBo Yang2016-12-211-0/+1
* Explicitly import used class in nano test to avoid random test fail.Bo Yang2016-12-201-1/+4
* Update conformance test failure list.Bo Yang2016-12-203-1025/+0
* Down-integrate internal changes to github.Bo Yang2016-12-19112-3044/+5638
|\
| * Down-integrate internal changes to github.Bo Yang2016-12-19114-3052/+5658
* | Merge pull request #2517 from acozzette/js-embedAdam Cozzette2016-12-196-325/+35
|\ \
| * | Fixed "make check" for cmake buildAdam Cozzette2016-12-191-0/+1
| * | Auto-generate well_known_types_embed.ccAdam Cozzette2016-12-195-325/+34
|/ /
* | 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
* | | Give C# ByteString a sensible GetHashCode implementation.Jon Skeet2016-12-162-1/+14
* | | Merge pull request #2499 from ckennelly/masterAdam Cozzette2016-12-152-2/+11
|\ \ \
| * | | 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 #2498 from sergiocampama/enumThomas Van Lenten2016-12-141-1/+5
|\ \ \ \
| * | | | Fixes and expands comments on how to use GPB_ENUM_FWD_DECLARESergio Campama2016-12-141-1/+5
|/ / / /
* | | | Added conformance testing for binary primitive types. (#2491)Joshua Haberman2016-12-132-37/+162
* | | | 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-1319-1059/+1059
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | remove leading whitespace in C# xml commentsJan Tattermusch2016-12-1219-1059/+1059
* | | | | Merge pull request #2471 from jbrianceau/fix-include-styleFeng Xiao2016-12-123-3/+3
|\ \ \ \ \
| * | | | | Fix #include in cc filesJulien Brianceau2016-12-093-3/+3
* | | | | | Merge pull request #2490 from xfxyjwf/icon2Jisi Liu2016-12-121-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add a badge for bazel build status.Feng Xiao2016-12-121-1/+1
|/ / / / /
* | | | | Merge pull request #2454 from pongad/go_packageFeng Xiao2016-12-123-8/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | update descriptor.proto's go_packageMichael Darakananda2016-12-073-8/+10
| | |_|/ | |/| |
* | | | generate_changelog.py: flush output so piping works correctly.Josh Haberman2016-12-091-0/+1
* | | | Merge pull request #2476 from acozzette/generated-message-reflection-fixAdam Cozzette2016-12-091-4/+4
|\ \ \ \
| * | | | Use uint32 in GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET macroAdam Cozzette2016-12-091-4/+4
* | | | | Merge pull request #2475 from sergiocampama/rvm2Thomas Van Lenten2016-12-092-13/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Reenable cocoapods objc test and remove unnecessary workaround for rvmSergio Campama2016-12-092-13/+0
|/ / / /
* | | | Merge pull request #2473 from thomasvl/update_xcodesThomas Van Lenten2016-12-093-10/+43
|\ \ \ \ | |_|/ / |/| | |
| * | | Mark objectivec_cocoapods_integration as failingThomas Van Lenten2016-12-091-0/+4
| * | | Skip benchmark test if cmake isn't installed.Thomas Van Lenten2016-12-091-5/+15
| * | | Xcode 8.1 supportThomas Van Lenten2016-12-093-6/+25
* | | | Merge pull request #2468 from sergei-ivanov/patch-1Feng Xiao2016-12-081-2/+2
|\ \ \ \
| * | | | Update third_party.mdSergei Ivanov2016-12-091-2/+2
* | | | | Disable jruby test. (#2469)Paul Yang2016-12-081-1/+1
|/ / / /
* | | | Update commit id in Dockerfile to trigger update. (#2467)Paul Yang2016-12-084-9/+16
* | | | Merge pull request #2462 from jbrianceau/fix-comp-builds-part2Feng Xiao2016-12-0813-91/+94
|\ \ \ \