- 30 Jan, 2017 2 commits
-
-
Joshua Haberman authored
Create paths for external repositories in a way that is forward and backward compatible
-
Jon Skeet authored
We explicitly don't do this when targeting .NET 3.5, where the interface doesn't exist. No implementation is required, as we're already implementing everything we need for IList<T>.
-
- 28 Jan, 2017 2 commits
-
-
Jie Luo authored
Add Oneof custom options test
-
michaelpengcn authored
-
- 27 Jan, 2017 3 commits
- 26 Jan, 2017 3 commits
- 25 Jan, 2017 3 commits
-
-
Thomas Van Lenten authored
Adds nullability modifiers to resolve Xcode 8.3 warnings Fixes #2625
-
Kristina Chodorow authored
Bazel is changing the way the execution root is organized (see https://github.com/bazelbuild/bazel/issues/1681 for details) and this updates the protobuf path logic to work with both old and new versions of Bazel.
-
Sergio Campama authored
-
- 23 Jan, 2017 2 commits
-
-
Jie Luo authored
-
Adam Cozzette authored
Set LIBPROTOBUF_EXPORT on GzipOutputStream::Options
-
- 20 Jan, 2017 1 commit
-
-
Adam Cozzette authored
This fixes issue #2610.
-
- 19 Jan, 2017 1 commit
-
-
Jon Skeet authored
This consists of: - Changing the codegen for the fixed set of options protos, to parse unknown fields instead of skipping them - Add a new CustomOptions type in the C# support library - Expose CustomOptions properties from the immutable proto wrappers in the support library Only single-value options are currently supported, and fetching options values requires getting the type right and knowing the field number. Both of these can be addressed at a later time. Fixes #2143, at least as a first pass.
-
- 17 Jan, 2017 1 commit
-
-
Thomas Van Lenten authored
Timestamp helper fix, Duration helper cleanup.
-
- 13 Jan, 2017 1 commit
-
-
Thomas Van Lenten authored
- The Timestamp proto does not allow for negative nanos fields, so the seconds must be shifted and a positive nanos then applied. - Tweak the helpers on Duration to make it clear there is no "base" time involved. - Update the unittests for duration and timestamp to cover positive and negative NSTimeIntervals and what their impact is on the protos.
-
- 12 Jan, 2017 7 commits
-
-
Thomas Van Lenten authored
Revert "Fix Timestamps with dates before the Unix epoch that contain fractional seconds."
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
Fix Timestamps with dates before the Unix epoch that contain fractional seconds.
-
Thomas Van Lenten authored
The Timestamp proto does not allow for negative nanos fields, so the seconds must be shifted and a positive nanos then applied.
-
Feng Xiao authored
Add a proto_lang_toolchain for Java
-
cgrushko authored
This allows easy use of Bazel's java_proto_library native rule.
-
Adam Cozzette authored
Class deprecation support
-
- 11 Jan, 2017 2 commits
-
-
Andrew Spiering authored
-
-
- 10 Jan, 2017 3 commits
-
-
Adam Cozzette authored
Fixed "make distcheck" for the Autotools build
-
Jon Skeet authored
Fixes #2088. We now have separate tests for netcoreapp and net45 to test the two branches here. (netstandard10 doesn't have MemoryStream.GetBuffer) Although most of this library doesn't have any async functionality, this feels like a natural place to locally add it.
-
Jon Skeet authored
-
- 09 Jan, 2017 1 commit
-
-
Adam Cozzette authored
To make the test pass I needed to fix out-of-tree builds and update EXTRA_DIST and CLEANFILES.
-
- 08 Jan, 2017 1 commit
-
-
Sufir authored
* fix int64 decoding * fix int64 decoding + tests
-
- 07 Jan, 2017 2 commits
-
-
Marcus Longmuir authored
* Fix generation of extending nested messages in JavaScript * Added missing test8.proto to build
-
Joshua Haberman authored
* A few more cases for binary conformance tests. * over-encoded varints (encoded in more bytes than are necessary). * truncated varints (>32 bits for 32-bit types). * Fixed Python decoding bug with 32-bit varints. * Fixed 1L -> 1LL for 32-bit platforms.
-
- 05 Jan, 2017 4 commits
-
-
Adam Cozzette authored
Fixed cross compilations with the Autotools build
-
Thomas Van Lenten authored
Minor fix for autocreated object repeated fields and maps.
-
Thomas Van Lenten authored
- If setting/clearing a repeated field/map that was objects, check the class before checking the autocreator. - Just to be paranoid, don’t mutate within copy/mutableCopy for the autocreated classes to ensure there is less chance of issues if someone does something really crazy threading wise. - Some more tests for the internal AutocreatedArray/AutocreatedDictionary classes to ensure things are working as expected. - Add Xcode 8.2 to the full_mac_build.sh supported list.
-
Adam Cozzette authored
Add link to Elm proto plugin
-
- 04 Jan, 2017 1 commit
-
-
Adam Cozzette authored
Fix include in auto-generated well_known_types_embed.cc
-