aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Updated .gitignore to exclude downloaded gmock/ directoryAdam Cozzette2018-03-271-1/+1
| * | | | Removed atomicops.h since it is no longer usedAdam Cozzette2018-03-271-237/+0
|/ / / /
* | | | Merge pull request #3794 from jskeet/reflectionJan Tattermusch2018-03-274-40/+166
|\ \ \ \
| * | | | Address review commentsJon Skeet2018-03-271-5/+13
| * | | | Add extra C# file to Makefile.amJon Skeet2018-03-271-0/+1
| * | | | Work around an "old runtime" issue with reflectionJon Skeet2018-03-271-5/+51
| * | | | Introduce a compatiblity shim to support .NET 3.5 delegate creationJon Skeet2018-03-272-0/+51
| * | | | Change C# reflection to avoid using expression treesJon Skeet2018-03-272-34/+54
|/ / / /
* | | | Merge pull request #4432 from xfxyjwf/rmnanokokoroFeng Xiao2018-03-266-78/+0
|\ \ \ \
| * | | | Delete javanano kokoro build configs.Feng Xiao2018-03-266-78/+0
| |/ / /
* | | | Merge pull request #4434 from xfxyjwf/buildstatusFeng Xiao2018-03-261-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove broken build status icons.Feng Xiao2018-03-261-1/+1
|/ / /
* | | Include googletest as a submodule (#3993)Carlos O'Ryan2018-03-2616-120/+82
* | | source code info for interpreted options; fix source code info for extension ...Joshua Humphries2018-03-264-68/+748
* | | Merge pull request #4431 from xfxyjwf/rmnanoFeng Xiao2018-03-2669-17060/+11
|\ \ \
| * | | Remove javanano.Feng Xiao2018-03-2669-17060/+14
* | | | Fixes MSVC compiler warning C4800 "Forcing value to bool 'true' or 'false'" (...Alexey Malov2018-03-262-2/+2
* | | | Merge pull request #4395 from stone4774/fixbug_enum2json2Feng Xiao2018-03-265-17/+66
|\ \ \ \
| * \ \ \ Merge branch 'master' into fixbug_enum2json2stone47742018-03-22339-14979/+19144
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Use the first enum value instead of 0 in DefaultValueObjectWriter::FindEnumDe...stone47742018-03-211-1/+1
| * | | | Fix bug: whether always_print_enums_as_ints is true or false, it always print...stone47742018-03-195-17/+66
* | | | | Merge pull request #4424 from egorpugin/patch-1Feng Xiao2018-03-261-3/+6
|\ \ \ \ \
| * | | | | Fix missing LIBPROTOC_EXPORT.Egor Pugin2018-03-251-3/+6
|/ / / / /
* | | | | Merge pull request #4413 from pmuetschard/msvcAdam Cozzette2018-03-231-13/+6
|\ \ \ \ \
| * | | | | Don't assume Windows builds use MSVC.Pascal Muetschard2018-03-221-13/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #4422 from acozzette/ruby-conformanceAdam Cozzette2018-03-231-0/+2
|\ \ \ \ \
| * | | | | Updated Ruby conformance test failure listAdam Cozzette2018-03-231-0/+2
* | | | | | Merge pull request #4421 from acozzette/fix-bazel-buildAdam Cozzette2018-03-231-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added missing .inc files to BUILDAdam Cozzette2018-03-231-0/+3
|/ / / / /
* | | | | Merge pull request #4346 from BSBandme/performance_resultYilun Chong2018-03-222-1/+318
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add performance.md and add instruction for linking tcmallocYilun Chong2018-03-222-1/+318
* | | | | Merge pull request #4412 from acozzette/remove-old-filesAdam Cozzette2018-03-2224-4907/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Removed some unused C++ source filesAdam Cozzette2018-03-2224-4907/+2
|/ / / /
* | | | Merge pull request #4387 from acozzette/down-integrateAdam Cozzette2018-03-20312-14342/+15463
|\ \ \ \
| * | | | Removed unused variables in repeated_scalar_container.ccAdam Cozzette2018-03-201-12/+0
| * | | | Try using a new version of Visual Studio on AppVeyorAdam Cozzette2018-03-201-2/+3
| * | | | Removed unused code pertaining to shared_ptrAdam Cozzette2018-03-201-7/+0
| * | | | Updated conformance failure listsAdam Cozzette2018-03-203-3/+0
| * | | | Added map_lite_test.proto to fix LiteTestAdam Cozzette2018-03-203-0/+113
| * | | | Added pyext/thread_unsafe_shared_ptr.hAdam Cozzette2018-03-202-0/+105
| * | | | Removed unrecognized option from no_package.protoAdam Cozzette2018-03-201-3/+1
| * | | | Added new test source files to Makefile.amAdam Cozzette2018-03-201-0/+4
| * | | | Removed use of some type traitsAdam Cozzette2018-03-203-5/+5
| * | | | Include no_package.proto in Python testAdam Cozzette2018-03-142-0/+2
| * | | | Deleted scoped_ptr.hAdam Cozzette2018-03-1427-311/+49
| * | | | Updated checked-in generated codeAdam Cozzette2018-03-142-4/+4
| * | | | Fixed up proto3_lite_unittest.ccAdam Cozzette2018-03-141-11/+11
| * | | | Merge branch 'master' into down-integrateAdam Cozzette2018-03-1333-697/+3583
| |\ \ \ \
| * | | | | Integrated internal changes from GoogleAdam Cozzette2018-03-13282-14041/+15223
* | | | | | Merge pull request #4361 from BSBandme/go_benchmarkYilun Chong2018-03-209-15/+243
|\ \ \ \ \ \