- 02 Apr, 2018 1 commit
-
-
Thomas Van Lenten authored
To avoid a cycle between headers, have the WKTs use minimal imports instead of using the helper to get everything from the library. Fixes https://github.com/google/protobuf/issues/4301 Fixes https://github.com/google/protobuf/issues/4403
-
- 28 Mar, 2018 4 commits
- 27 Mar, 2018 10 commits
-
-
Feng Xiao authored
jenkins has been replaced by kokoro and we never use more_tests.
-
Adam Cozzette authored
Removed atomicops.h stub
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Jan Tattermusch authored
Change C# reflection to avoid using expression trees
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
For oneofs, to get the case, we need to call the property that returns the enum value. We really want it as an int, and modern runtimes allow us to create a delegate which returns an int from the method. (I suspect that the MS runtime has always allowed that.) Old versions of Mono (e.g. used by Unity3d) don't allow that, so we have to convert the enum value to an int via boxing. It's ugly, but it should work.
-
Jon Skeet authored
-
Jon Skeet authored
This should work on Unity, Mono and .NET 3.5 as far as I'm aware. It won't work on platforms where reflection itself is prohibited, but that's a non-starter basically.
-
- 26 Mar, 2018 12 commits
-
-
Feng Xiao authored
Delete javanano kokoro build configs.
-
Feng Xiao authored
Remove broken build status icons.
-
Feng Xiao authored
-
Feng Xiao authored
Remove copyright attributions to files that no longer exist; Change the year to 2008 to be consistent with the copyright header of other source files.
-
Feng Xiao authored
Their job configs are being deleted in cl/190526138
-
Carlos O'Ryan authored
Add googletest as a submodule in third_party/googletest.
-
Joshua Humphries authored
* when interpreting options, rewrite file descriptor's source code info - so that interpreted option paths have correct location information - so that corresponding uninterpreted option paths are removed also includes a fix to source code locations for extension range options
-
Feng Xiao authored
Remove javanano.
-
Alexey Malov authored
-
Feng Xiao authored
Fix bug: whether always_print_enums_as_ints is true or false, it alwa…
-
Feng Xiao authored
-
Feng Xiao authored
Fix missing LIBPROTOC_EXPORT.
-
- 25 Mar, 2018 1 commit
-
-
Egor Pugin authored
This makes possible to build grpc_php_plugin with protobuf in shared mode.
-
- 23 Mar, 2018 7 commits
-
-
Adam Cozzette authored
Don't assume Windows builds use MSVC.
-
Adam Cozzette authored
Updated Ruby conformance test failure list
-
Adam Cozzette authored
Added missing .inc files to BUILD
-
Adam Cozzette authored
This commit adds two entries to the conformance failure list for Ruby. It seems that these particular test cases have been failing since they were introduced in 5140bae3, so there has not been any regression.
-
Adam Cozzette authored
This fixes the Bazel build.
-
Yilun Chong authored
Add performance.md and add instruction for linking tcmalloc
-
Yilun Chong authored
-
- 22 Mar, 2018 4 commits
-
-
Adam Cozzette authored
Removed some unused C++ source files
-
Pascal Muetschard authored
Switch to using the MSVC options, not based on the cpu, but based on the compiler name. This allows building on Windows with MSYS or MinGW's gcc.
-
Adam Cozzette authored
-
stone4774 authored
-
- 21 Mar, 2018 1 commit
-
-
stone4774 authored
-