- 21 Dec, 2015 11 commits
-
-
Josh Haberman authored
-
Feng Xiao authored
The testee program crashes on some inputs. Change-Id: Iab27b80e29b7a56c5bd7cb4724531ecf9bb2823a
-
Feng Xiao authored
Change-Id: Ia9e2795b1ff1abb30410ffb3ef96ba6f46dd99d0
-
Feng Xiao authored
The testee program of these two languages crashes on some test input.
-
Feng Xiao authored
Version number for beta languages is updated to v3.0.0-beta-2. Version number for alpha languages is updated to v3.0.0-alpha-5.
-
Feng Xiao authored
The Java conformance test class uses JDK7+ only syntaxes and can't compile with JDK6. [skip ci]
-
Feng Xiao authored
[skip ci]
-
Feng Xiao authored
-
Feng Xiao authored
-
Feng Xiao authored
-
Feng Xiao authored
[skip ci]
-
- 19 Dec, 2015 2 commits
-
-
Feng Xiao authored
Fix static non-pod type problem with dlopen
-
Kenichiro IDA authored
-
- 17 Dec, 2015 6 commits
-
-
Jan Tattermusch authored
Add reference generator dependency
-
Thomas Van Lenten authored
Drop all use of OSSpinLock
-
Thomas Van Lenten authored
Apple engineers have pointed out that OSSpinLocks are vulnerable to live locking on iOS in cases of priority inversion: . http://mjtsai.com/blog/2015/12/16/osspinlock-is-unsafe/ . https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20151214/000372.html - Use a dispatch_semaphore_t within the extension registry. - Use a dispatch_semaphore_t for protecting autocreation within messages. - Drop the custom/internal GPBString class since we don't have really good numbers to judge the locking replacements and it isn't required. We can always bring it back with real data in the future.
-
Feng Xiao authored
Add region tags to the Go protobuf examples.
-
Jan Tattermusch authored
-
Jon Skeet authored
Handle Any formatting for diagnostic purposes
-
- 16 Dec, 2015 7 commits
-
-
Tim Swast authored
-
Feng Xiao authored
Change-Id: Ibb3fe6f919cc7ca0df91da5e1697ba33d259e433
-
Jan Tattermusch authored
Make nuget package support coreCLR
-
Jan Tattermusch authored
Add JSON parsing to conformance tests.
-
Jan Tattermusch authored
-
Kenichiro IDA authored
-
Jon Skeet authored
-
- 15 Dec, 2015 3 commits
-
-
Tim Swast authored
This will allow us to like to specific snippets of code in the documentation. I plan to create a tutorial similar to the C# tutorial https://developers.google.com/protocol-buffers/docs/csharptutorial Since that tutorial has sections for populating a proto, parsing, and serializing, I made a region for each of these for Go. To make the populating sample more self-contained, I refactor the listing example slightly.
-
Jon Skeet authored
-
Jon Skeet authored
This addresses issue #1008, by creating a JsonFormatter which is private and only different to JsonFormatter.Default in terms of reference equality. Other plausible designs: - The same, but expose the diagnostic-only formatter - Add something to settings to say "I don't have a type registry at all" - Change the behaviour of JsonFormatter.Default (bad idea IMO, as we really *don't* want the result of this used as regular JSON to be parsed) Note that just trying to find a separate fix to issue #933 and using that to override Any.ToString() differently wouldn't work for messages that *contain* an Any. Generated code changes follow in the next commit.
-
- 14 Dec, 2015 3 commits
- 12 Dec, 2015 2 commits
- 11 Dec, 2015 1 commit
-
-
Thomas Van Lenten authored
Update the min toolchain for iOS/OS X to be Xcode 7
-
- 10 Dec, 2015 5 commits
-
-
Thomas Van Lenten authored
- Let Xcode update the projects, schemes, and info.plists. - Add workaround for shallow analyzer issues in current Xcode versions (deep analyze gets things correct). - Tweak the Swift based tests to avoid warnings from Xcode 7's XCTest using optionals for autoenclosure results. - No longer tag the ObjC iOS travis test as flaky, xctool seems to manage the simulator pretty well.
-
Thomas Van Lenten authored
Fix distclean and maintainer-clean to get more generated files.
-
Thomas Van Lenten authored
-
Joshua Haberman authored
Enable fast cpp protos in the python interface.
-
Feng Xiao authored
Arena type traits standardization.
-