- 06 Jan, 2016 1 commit
-
-
Jon Skeet authored
- Tighten up on Infinity/NaN handling in terms of whitespace handling (and test casing) - Validate that values are genuinely integers when they've been parsed from a JSON number (ignoring the fact that 1.0000000000000000001 == 1 as a double...) - Allow exponents and decimal points in string representations
-
- 05 Jan, 2016 7 commits
-
-
Thomas Van Lenten authored
Update objectivec/google/protobuf/Type.pbobjc.m
-
Thomas Van Lenten authored
commit e841bac4 seems to have updated the generated .pbobjc.h but not the .pbobjc.m to match.
-
Thomas Van Lenten authored
Fix conformance test to only report skips in verbose mode.
-
Thomas Van Lenten authored
commit e841bac4 seems to have mis-merged the change to reporting skipped tests. I didn't check if there were other merge issues.
-
Thomas Van Lenten authored
Have the tests rely on the autocreator behaviors.
-
Thomas Van Lenten authored
Incase developers look at the tests for examples, have them rely on the autocreators also.
-
Jon Skeet authored
Fix C# source generation shell script and remove out of date notes
-
- 04 Jan, 2016 1 commit
-
-
Jon Skeet authored
The conformance tests now use types which are part of src/google/protobuf, so we need to include src in the proto path. The notes around "fix-ups" have been out of date for some time now.
-
- 31 Dec, 2015 2 commits
-
-
Joshua Haberman authored
Fixes for Python 3.
-
Josh Haberman authored
-
- 30 Dec, 2015 2 commits
- 29 Dec, 2015 5 commits
-
-
Feng Xiao authored
We use six sub-modules that aren't available in old versions. Not specifying this requirement in the setup will lead to much less readable runtime errors. It's particuarlly problematic for Mac OSX users because the system comes with an old six version 1.4.1 by default. [skip ci]
-
Feng Xiao authored
Change-Id: I6fa9f1b65d6c06b891aabf3f3d868364d74d727d
-
Feng Xiao authored
Change-Id: Ife609e073bd142d328b680c753f543bb18f4f66d
-
Feng Xiao authored
Change-Id: I1ee87c49481bcc545939745ccf0a53d766a01a4c
-
Feng Xiao authored
Change-Id: I4c4e2a4a248e4336fef735f75ff5648d8d33627e
-
- 28 Dec, 2015 3 commits
-
-
Feng Xiao authored
Also delete some unused files.
-
Feng Xiao authored
Enabled JavaScript tests and added README.md.
-
Josh Haberman authored
-
- 22 Dec, 2015 1 commit
-
-
Josh Haberman authored
-
- 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 5 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
-