- 14 Jun, 2017 1 commit
-
-
Thomas Van Lenten authored
Fixes https://github.com/google/protobuf/issues/3217
-
- 12 Jun, 2017 2 commits
-
-
Feng Xiao authored
Export symbols used in inline functions
-
Silvio Traversaro authored
fixed_address_empty_string symbol is used in an inline function. We have to export it to avoid undefined reference link errors.
-
- 07 Jun, 2017 3 commits
-
-
Adam Cozzette authored
Ensure that for Java, imports of .proto files with empty packages works
-
Feng Xiao authored
Add continuous testing config files for Kokoro
-
Matt Kwong authored
-
- 06 Jun, 2017 8 commits
-
-
Feng Xiao authored
Add MacOS and Linux tests to Kokoro
-
Matt Kwong authored
-
Thomas Van Lenten authored
ObjC: Preserve unknown fields in proto3 syntax files.
-
Feng Xiao authored
Refactor cc options in BUILD file for Windows
-
Adam Cozzette authored
CMake: Add modern protobuf_generate
-
Thomas Van Lenten authored
As announced: https://groups.google.com/forum/#!topic/protobuf/VX5qEmTW3y0 The ObjC side of https://github.com/google/protobuf/issues/272
-
Thomas Van Lenten authored
Properly error on a tag with field number zero.
-
Thomas Van Lenten authored
-
- 05 Jun, 2017 2 commits
-
-
Adam Cozzette authored
Fix CMake version check
-
Paul Yang authored
* Add new file option php_namespace. Use this option to change the namespace of php generated classes. Default is empty. When this option is empty, the package name will be used for determining the namespace. * Uncomment commented tests * Revert gdb test change * Update csharp descriptor. * Add test for empty php_namespace.
-
- 03 Jun, 2017 2 commits
-
-
Walter Gray authored
-
Walter Gray authored
-
- 02 Jun, 2017 1 commit
-
-
Adam Cozzette authored
This fixes a compiler bug that caused a Java syntax error when one .proto file would import another one with an empty package and java_package. This fixes issue #3114.
-
- 01 Jun, 2017 4 commits
-
-
Thomas Van Lenten authored
Optimize GPBDictionary.m codegen to reduce size of library
-
Thomas Van Lenten authored
Fix some cases of reading of 64bit map values.
-
Thomas Van Lenten authored
Fixes https://github.com/google/protobuf/issues/3164.
-
Dave MacLachlan authored
-
- 31 May, 2017 1 commit
-
-
Yun Peng authored
Don't put gcc warnings options in copts, so that protobuf is able to build by MSVC toolchain without python wrappers.
-
- 30 May, 2017 6 commits
-
-
Walter Gray authored
-
Walter Gray authored
-
Walter Gray authored
-
Wayne Zhang authored
* not to use std::random_device for map.Seed(). * remove include random
-
Adam Cozzette authored
Add headers as part of cmake project generation
-
Paul Yang authored
-
- 29 May, 2017 3 commits
-
-
Paul Yang authored
-
Brent Shaffer authored
-
Dennis Cappendijk authored
tested only on windows with visual studio 2015 as generator
-
- 26 May, 2017 1 commit
-
-
Adam Cozzette authored
Improve fix for https://github.com/google/protobuf/issues/295
-
- 25 May, 2017 1 commit
-
-
John Brock authored
-
- 24 May, 2017 2 commits
-
-
Jon Skeet authored
-
Jon Skeet authored
This has one important packaging change: the netstandard version now depends (implicitly) on netstandard1.6.1 rather than on individual packages. This is the preferred style of dependency, and shouldn't affect any users - see http://stackoverflow.com/questions/42946951 for details. The tests are still NUnit, but NUnit doesn't support "dotnet test" yet; the test project is now an executable using NUnitLite. (When NUnit supports dotnet test, we can adapt to it.) Note that the project will now only work in Visual Studio 2017 (and Visual Studio Code, and from the command line with the .NET Core 1.0.0 SDK); Visual Studio 2015 does *not* support this project file format.
-
- 23 May, 2017 3 commits
-
-
brian-peloton authored
* Comment out unused arguments. These last few are all that's needed to compile with -Wunused-arguments. * Fix missing struct field initializer. With this fix, everything compiles with -Wmissing-field-initializers. * Add support for disabling unaligned memory accesses on x86 too. ubsan doesn't like these because they are technically undefined behavior, so -DGOOGLE_PROTOBUF_DONT_USE_UNALIGNED will disable them easily. * Avoid undefined integer overflow. ubsan catches all of these.
-
Feng Xiao authored
Fix Markdown formatting in README.
-
Feng Xiao authored
Show help if protoc is called without any arguments
-