- 13 Jan, 2016 3 commits
-
-
Feng Xiao authored
Restructuring protobuf to multiple modules
-
nmittler authored
protobuf/java will become a parent pom that will contain two modules: core - contains all of the code for the protobuf-java artifact util - contains all of the code for the protobuf-java-util artifact Also cleaned up various Maven warnings.
-
Jan Tattermusch authored
Prohibit null values in maps
-
- 12 Jan, 2016 10 commits
-
-
Joshua Haberman authored
Allow conformance test runner to tolerate crashes, and re-enable conformance tests
-
Feng Xiao authored
Fix typos in README.md/CHANGES.txt
-
Josh Haberman authored
-
Thomas Van Lenten authored
Release the semaphore in dealloc, fixing leak.
-
Thomas Van Lenten authored
-
Josh Haberman authored
-
Josh Haberman authored
-
Josh Haberman authored
-
Josh Haberman authored
-
Josh Haberman authored
-
- 11 Jan, 2016 3 commits
-
-
Dongjoon Hyun authored
-
Feng Xiao authored
Add the docs claimed define for HAVE_UNORDERED_MAP
-
Jon Skeet authored
On deserialization, missing values for message types are replaced with a "default" message.
-
- 09 Jan, 2016 6 commits
-
-
Peter Newman authored
-
Feng Xiao authored
Fix appveyor build.
-
Feng Xiao authored
-
Jan Tattermusch authored
Ensure all formatted well-known-type values are valid JSON
-
Jan Tattermusch authored
Remove unused method in FieldCodec.
-
Jan Tattermusch authored
Improve number handling in JSON parsing
-
- 08 Jan, 2016 2 commits
-
-
Feng Xiao authored
Update README.md - remove typo
-
Radoslaw Busz authored
-
- 07 Jan, 2016 6 commits
-
-
Feng Xiao authored
Update README.md and remove INSTALL.txt
-
Thomas Van Lenten authored
Remove the stale reference to test no longer around, and keep the performance test limited to just performance tests.
-
Thomas Van Lenten authored
Remove the stale reference to test no longer around, and keep the performance test limited to just performance tests.
-
Feng Xiao authored
Added instructions on what tools to install to compile protobuf from source. Removed the INSTALL.txt file because it's just a simple copy of the autoconf documentation and confuses users. Change-Id: I6fd8aa13495f1238fe5c62451b95ad480b1c4bed
-
Feng Xiao authored
Defer calls to mutable_unknown_fields() until it is actually required to save memory for C++ lite runtime. Change-Id: Ica9c1fd276cdb164942d1e7b6e098c83ee3ffdc5
-
Feng Xiao authored
Update version number and fix javadoc errors.
-
- 06 Jan, 2016 4 commits
-
-
Feng Xiao authored
-
Thomas Van Lenten authored
Fix up the conformance tests
-
Jon Skeet authored
This involves quoting timestamp/duration/field-mask values, even when they're not in fields. It's better for consistency. Fixes issue #1097.
-
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 6 commits
-
-
Thomas Van Lenten authored
- Update all the new runner cases to handle a skip result as a skip and not a failure. - Make ObjC use the new serialize_error result if it fails to generate the data.
-
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.
-