- 27 Jan, 2017 2 commits
- 26 Jan, 2017 3 commits
- 25 Jan, 2017 2 commits
-
-
Thomas Van Lenten authored
Adds nullability modifiers to resolve Xcode 8.3 warnings Fixes #2625
-
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 3 commits
-
-
Adam Cozzette authored
Fix include in auto-generated well_known_types_embed.cc
-
Adam Cozzette authored
Removed arena_nc.cc and arena_nc_test.py
-
Adam Cozzette authored
This test is undocumented and it looks like it has probably never worked. Let's just remove it to tidy things up. This fixes issue #2515.
-
- 03 Jan, 2017 1 commit
-
-
Adam Cozzette authored
Pull request #2517 caused cross compilations to start failing, because the js_embed binary was being built to run on the target platform instead of on the build machine. This change updates the Autotools build to use the AX_PROG_CXX_FOR_BUILD macro to find a suitable compiler for the build machine and always use that when building js_embed.
-
- 28 Dec, 2016 2 commits
-
-
NicklasWallgren authored
-
Tiziano Santoro authored
-
- 27 Dec, 2016 1 commit
-
-
Feng Xiao authored
Fix warning in compiler/js/embed.cc
-