aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | upgrade submoduleGravatar Yilun Chong2018-02-01
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4266 from brunokim/patch-1Gravatar Jisi Liu2018-02-01
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Fix link markup in third party list.
| * | | | | | | | | | Fix link markup in third party list.Gravatar Bruno Kim Medeiros Cesar2018-02-01
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4239 from mrpi/masterGravatar Adam Cozzette2018-01-31
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Create std::string in Arena memory
| | * | | | | | | | | Bazel: Support building with Java 9Gravatar David Ostrovsky2018-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #4256. Bazel@HEAD supports Java 9. The current code has one single issue with Java 9 compliance: the usage of sun.misc package. We add jdk.unsupported module with --add-modules compiler option for now. Long term, the usage of non public API should be avoided. To build with Java 9, build custom bazel version and issue: $ bazel --host_javabase=/usr/lib64/jvm/java-9-openjdk build \ --javacopt='--release 9' \ --java_toolchain=@bazel_tools//tools/jdk:toolchain_jdk9 \ :protobuf_java
| | | | | | | | | | * Remove 64MB memory limit when deserializing messages in C#Gravatar John Brock2018-01-31
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increased `CodedInputStream.DefaultSizeLimit` to `Int32.MaxValue` to make it consistent with the Java implementation.
* | | | | | | | | | Work around strange error with atomic and swift under Xcode 8.3.3.Gravatar Thomas Van Lenten2018-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Haven't been able to make a repo case, but this should "fix" the problem by avoid it completely. - Move readOnlySemaphore_ into the .m file so it isn't exposed in any header. - Move GPBGetObjectIvarWithField() also to go with the new limited visibility on the readOnlySemaphore_.
* | | | | | | | | | Don't assume c-strings are 4 byte aligned.Gravatar Thomas Van Lenten2018-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Undefined Behavior sanitizer flags one part of the unittests for this. For default values for `bytes` we write a length on the front of a c-string in the static data, apparently the compiler/linker doesn't always make this 4 byte aligned, so it get flagged for undefined/degraded performance. Avoid this by using memcpy instead.
* | | | | | | | | | Fix to use "nil" instead of "NULL" for objc objects.Gravatar Thomas Van Lenten2018-01-31
| | | | | | | | | |
* | | | | | | | | | Work around the static analyzer false report.Gravatar Thomas Van Lenten2018-01-31
| | | | | | | | | |
* | | | | | | | | | Add casts to removed undefined behaviors around shifts.Gravatar Thomas Van Lenten2018-01-31
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4246 Fixes #4247
* | | | | | | | | Merge pull request #4249 from nlochschmidt/patch-1Gravatar Feng Xiao2018-01-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Propose kotlinx.serialization as 3rd party lib
* | | | | | | | | | Move kokoro macOS builds to to Xcode 9.1.Gravatar Thomas Van Lenten2018-01-30
| | | | | | | | | |
| | * | | | | | | | Fix -fpermissive: '<::' cannot begin a template-argument listGravatar Ludger Sprenker2018-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '<:' is an alternate spelling for '['.
| * | | | | | | | | Propose kotlinx.serialization as 3rd party lib Gravatar Niklas Lochschmidt2018-01-30
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | Has support for protobuf v2.
* | | | | | | | | Merge pull request #3825 from ras0219-msft/patch-1Gravatar Jisi Liu2018-01-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add Vcpkg to C++ installation instructions for Windows
| * | | | | | | | | Add Vcpkg to C++ installation instructions for WindowsGravatar Robert Schumacher2018-01-29
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue #1154 by noting that `vcpkg` contains protobuf. Potential improvements: also remark how to use `vcpkg` to get dependencies when building from source via CMake.
* | | | | | | | | Merge pull request #4196 from mathstuf/cmake-private-target-sourcesGravatar Adam Cozzette2018-01-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | cmake: privately add sources to targets
* \ \ \ \ \ \ \ \ \ Merge pull request #4240 from davido/generate_warning_free_java_codeGravatar Feng Xiao2018-01-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Java: Generate warning free code
* \ \ \ \ \ \ \ \ \ \ Merge pull request #4209 from acozzette/using-statementsGravatar Adam Cozzette2018-01-29
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Removed using statements from common.h
| | * | | | | | | | | | Java: Generate warning free codeGravatar David Ostrovsky2018-01-27
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partially fixes #4230.
| * | | | | | | | | | Removed using statements from common.hGravatar Adam Cozzette2018-01-26
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These statements pulled a bunch of symbols from the std namespace into the global namespace. This commit removes all of them except for std::string, which is a bit trickier to remove.
| | | | | * | | | | Merge pull request #4236 from pherl/3.5.xGravatar Jisi Liu2018-01-26
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Bumping number to fix ruby 2.1 on mac
| | | | | | * | | | | Bumping number to fix ruby 2.1 on macGravatar Jisi Liu2018-01-26
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4229 from leighmcculloch/patch-1Gravatar Feng Xiao2018-01-26
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | Remove broken link to code.google.com/p/protorpc
| * | | | | | | | | | Remove broken link to code.google.com/p/protorpcGravatar Leigh McCulloch2018-01-25
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | Remove broken link to RPC implementation https://code.google.com/p/protorpc/. Going to this URL displays a 404 error message, with no indication that the project has a new location or still exists.
* | | | | | | | | | Merge pull request #3934 from xfxyjwf/builtsourcesGravatar Feng Xiao2018-01-25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove the use of BUILT_SOURCES
* | | | | | | | | | | Update .NET SDK to 2.0.3Gravatar Jon Skeet2018-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow SourceLink as per #4179, and mean that we can use C# 7.0 language features in the library (but not in generated code). This does not affect which platforms we're *targeting*, so end users won't see any difference. It would be nice to update to 2.1.4, but AppVeyor's "Visual Studio 2017" environment is only 2.0.3.
| | | | | * | | | | | Fix more memory leak for php c extension (#4211)Gravatar Paul Yang2018-01-25
| | | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix more memory leak for php c extension * Fix memory leak for php5.5
* | | | | | | | | | Merge pull request #4226 from themattchan/patch-1Gravatar Feng Xiao2018-01-25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add Haskell implementations
* | | | | | | | | | | Add an explicit import of stdatomic.h.Gravatar Thomas Van Lenten2018-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The generated code for enums needs atomics support, so generate the import instead of relying on it via transitive imports. This will make future changes to this likely likely to break generated code and runtime support are mixed. Followup to https://github.com/google/protobuf/pull/4184.
* | | | | | | | | | | Bring back import of OSAtomic.Gravatar Thomas Van Lenten2018-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Followup to https://github.com/google/protobuf/pull/4184, keep the import to not break any existing generated code that isn't regenerated when they update to the newer protobuf code.
| * | | | | | | | | | Add Haskell implementationsGravatar Matt Chan2018-01-24
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | Add Awake Security's Haskell Protobuf and GRPC implementations
* | | | | | | | | | Merge pull request #4224 from davido/drop_java_6_supportGravatar Feng Xiao2018-01-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Drop java 6 support
| * | | | | | | | | | Drop java 6 supportGravatar David Ostrovsky2018-01-25
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4220.
| * / / / / / / / / Remove the use of BUILT_SOURCESGravatar Feng Xiao2018-01-24
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/google/protobuf/issues/3912 [BUILT_SOURCES](https://www.gnu.org/software/automake/manual/html_node/Sources.html) is used with [Automake's automatic dependency tracking](https://www.gnu.org/software/automake/manual/html_node/Dependencies.html#Dependencies) but doesn't work well in protobuf when cross-compiling. Their presence causes maek to always generate them even when they are not requested and as a result causes cross-compilation to fail because the built protoc cannot be used to generate unittest protos (see: https://github.com/google/protobuf/issues/3912). Removing it with explicit dependencies fixes the build issue when running 'make', 'make all', 'make install' at cross-compilation. It doesn't affect 'make protoc' because BUILT_SOURCES only works for the implicit targets 'all', 'check' or 'install'.
| | * / / / / / / Create std::string in Arena memoryGravatar Ludger Sprenker2018-01-24
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #4205 from xuwei-k/patch-2Gravatar Feng Xiao2018-01-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix typo in FieldMaskTree.java comment
* | | | | | | | | Migrate away from deprecated OSAtomic APIs. (#4184)Gravatar Jonathan Dierksen2018-01-22
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | * Migrate away from deprecated OSAtomic APIs.
| * | | | | | | fix typo in FieldMaskTree.java commentGravatar kenji yoshida2018-01-22
|/ / / / / / /
| * / / / / / cmake: privately add sources to targetsGravatar Ben Boeckel2018-01-19
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Public sources get added to dependencies of the target as well which can cause duplicate symbols.
| | * | | | Merge pull request #4185 from pherl/ruby2.5Gravatar Jisi Liu2018-01-17
| | |\ \ \ \ | | | | | | | | | | | | | | Update rake file to build of 2.1.6.
| | | * | | | Update rake file to build of 2.1.6.Gravatar Jisi Liu2018-01-17
| | | | | | |
| | | | * | | Add support for libc++ on Windows.Gravatar Peter Collingbourne2018-01-17
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | This disables a couple of workarounds which are only necessary with MSVC's standard library and cause problems with libc++.
| | * | | | Merge pull request #4182 from pherl/ruby2.5Gravatar Jisi Liu2018-01-17
| | |\| | | | | | | | | | | | | | | Support ruby2.5
| | | * | | Support ruby2.5Gravatar Jisi Liu2018-01-17
| | | | | |
* | | | | | Add DiscardUnknownFields support for C#Gravatar Jon Skeet2018-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, unknown fields are preserved when parsing. To discard them, use a parser configured to do so: var parser = MyMessage.Parser.WithDiscardUnknownFields(true);
| | | | | * Fix scope resolution for MessageExts in RubyGravatar Michael Collis2018-01-12
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #4158 from BSBandme/FixBenchmarksGravatar Yilun Chong2018-01-10
|\ \ \ \ \ | | | | | | | | | | | | Fix java benchmark to use parser, fix cpp benchmark new arena to use …
| * | | | | Update py_benchmark.pyGravatar Yilun Chong2018-01-10
| | | | | |