aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Added debugging output to debug type= problem on Travis.Gravatar Josh Haberman2016-01-11
|
* Updated C#'s failure list, and added missing file.Gravatar Josh Haberman2016-01-11
|
* Allow conformance test runner to tolerate crashes, and re-enable conformance ↵Gravatar Josh Haberman2016-01-11
| | | | tests.
* Merge pull request #1046 from peternewman/patch-1Gravatar Feng Xiao2016-01-11
|\ | | | | Add the docs claimed define for HAVE_UNORDERED_MAP
| * Revert the change and remove an incorrect commentGravatar Peter Newman2016-01-09
| |
* | Merge pull request #1124 from xfxyjwf/appveyorGravatar Feng Xiao2016-01-09
|\ \ | | | | | | Fix appveyor build.
| * | Fix appveyor build.Gravatar Feng Xiao2016-01-09
|/ /
* | Merge pull request #1098 from jskeet/wkt-jsonGravatar Jan Tattermusch2016-01-08
|\ \ | | | | | | Ensure all formatted well-known-type values are valid JSON
* \ \ Merge pull request #1088 from jskeet/codec-pruningGravatar Jan Tattermusch2016-01-08
|\ \ \ | | | | | | | | Remove unused method in FieldCodec.
* \ \ \ Merge pull request #1087 from jskeet/json-testsGravatar Jan Tattermusch2016-01-08
|\ \ \ \ | | | | | | | | | | Improve number handling in JSON parsing
* \ \ \ \ Merge pull request #1120 from gitplaneta/masterGravatar Feng Xiao2016-01-08
|\ \ \ \ \ | | | | | | | | | | | | Update README.md - remove typo
| * | | | | Update README.md - remove typoGravatar Radoslaw Busz2016-01-08
|/ / / / /
* | | | | Merge pull request #1101 from xfxyjwf/docGravatar Feng Xiao2016-01-07
|\ \ \ \ \ | | | | | | | | | | | | Update README.md and remove INSTALL.txt
* \ \ \ \ \ Merge pull request #1118 from thomasvl/xcode_scheme_cleanupGravatar Thomas Van Lenten2016-01-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove the stale reference to test no longer around, and keep the performance test limited to just performance tests.
| * | | | | | Remove the stale reference to test no longer around, and keep the ↵Gravatar Thomas Van Lenten2016-01-07
|/ / / / / / | | | | | | | | | | | | | | | | | | performance test limited to just performance tests.
| * / / / / Update README.md and remove INSTALL.txtGravatar Feng Xiao2016-01-06
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Patch internal change 111557819.Gravatar Feng Xiao2016-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Defer calls to mutable_unknown_fields() until it is actually required to save memory for C++ lite runtime. Change-Id: Ica9c1fd276cdb164942d1e7b6e098c83ee3ffdc5
* | | | | Merge pull request #1100 from xfxyjwf/javadocGravatar Feng Xiao2016-01-06
|\ \ \ \ \ | | | | | | | | | | | | Update version number and fix javadoc errors.
| * | | | | Update version number and fix javadoc errors.Gravatar Feng Xiao2016-01-06
| | | | | |
* | | | | | Merge pull request #1094 from thomasvl/update_objc_conformanceGravatar Thomas Van Lenten2016-01-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix up the conformance tests
| | | | | * | Ensure all formatted well-known-type values are valid JSONGravatar Jon Skeet2016-01-06
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This involves quoting timestamp/duration/field-mask values, even when they're not in fields. It's better for consistency. Fixes issue #1097.
| | | * | | Improve number handling in JSON parsingGravatar Jon Skeet2016-01-06
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | | | Fix up the conformance testsGravatar Thomas Van Lenten2016-01-05
|/ / / / | | | | | | | | | | | | | | | | - 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.
* | | | Merge pull request #1093 from thomasvl/fix_objcGravatar Thomas Van Lenten2016-01-05
|\ \ \ \ | | | | | | | | | | Update objectivec/google/protobuf/Type.pbobjc.m
| * | | | Update objectivec/google/protobuf/Type.pbobjc.mGravatar Thomas Van Lenten2016-01-05
|/ / / / | | | | | | | | | | | | | | | | commit e841bac4fcf47f809e089a70d5f84ac37b3883df seems to have updated the generated .pbobjc.h but not the .pbobjc.m to match.
* | | | Merge pull request #1092 from thomasvl/fix_conformanceGravatar Thomas Van Lenten2016-01-05
|\ \ \ \ | | | | | | | | | | Fix conformance test to only report skips in verbose mode.
| * | | | Fix conformance test to only report skips in verbose mode.Gravatar Thomas Van Lenten2016-01-05
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | commit e841bac4fcf47f809e089a70d5f84ac37b3883df seems to have mis-merged the change to reporting skipped tests. I didn't check if there were other merge issues.
* | | | Merge pull request #1091 from thomasvl/objc_tests_use_autocreatorsGravatar Thomas Van Lenten2016-01-05
|\ \ \ \ | | | | | | | | | | Have the tests rely on the autocreator behaviors.
| * | | | Have the tests rely on the autocreator behaviors.Gravatar Thomas Van Lenten2016-01-05
|/ / / / | | | | | | | | | | | | | | | | Incase developers look at the tests for examples, have them rely on the autocreators also.
| | * | Remove unused method in FieldCodec.Gravatar Jon Skeet2016-01-05
| | | | | | | | | | | | | | | | (The method was last used a very long time ago, if ever.)
* | | | Merge pull request #1085 from jskeet/fix-generationGravatar Jon Skeet2016-01-05
|\ \ \ \ | | |/ / | |/| | Fix C# source generation shell script and remove out of date notes
| * | | Fix C# source generation shell script and remove out of date notesGravatar Jon Skeet2016-01-04
|/ / / | | | | | | | | | | | | 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.
* | | Merge pull request #1081 from haberman/fix-py3Gravatar Joshua Haberman2015-12-31
|\ \ \ | |/ / |/| | Fixes for Python 3.
| * | Fixed compile for Python 3. There are still some crashes though.Gravatar Josh Haberman2015-12-30
|/ /
* | Add changelog for v3.0.0-beta-2.Gravatar Feng Xiao2015-12-30
| | | | | | | | | | | | [skip ci] Change-Id: Id383944dd3c999ad1008345ef34c9bdae24abc7c
* | Fix for Visual Studio 2008.Gravatar Feng Xiao2015-12-30
| |
* | Require six>=1.9 for Python.Gravatar Feng Xiao2015-12-29
| | | | | | | | | | | | | | | | | | 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]
* | Update BUILD/cmake files.Gravatar Feng Xiao2015-12-28
| | | | | | | | Change-Id: I6fa9f1b65d6c06b891aabf3f3d868364d74d727d
* | Fix a misplaced macro.Gravatar Feng Xiao2015-12-28
| | | | | | | | Change-Id: Ife609e073bd142d328b680c753f543bb18f4f66d
* | Add js to post_process_dist.sh.Gravatar Feng Xiao2015-12-28
| | | | | | | | Change-Id: I1ee87c49481bcc545939745ccf0a53d766a01a4c
* | Fix a compiler warning.Gravatar Feng Xiao2015-12-28
| | | | | | | | Change-Id: I4c4e2a4a248e4336fef735f75ff5648d8d33627e
* | Add missing files to EXTRA_DIST.Gravatar Feng Xiao2015-12-28
| | | | | | | | Also delete some unused files.
* | Merge pull request #1071 from haberman/js-testsGravatar Feng Xiao2015-12-28
|\ \ | | | | | | Enabled JavaScript tests and added README.md.
| * | Fixed test command for JS tests.Gravatar Josh Haberman2015-12-28
| | |
| * | Fixed version number and testing command.Gravatar Josh Haberman2015-12-22
| | |
| * | Added README and enabled JavaScript tests on Node.jsGravatar Josh Haberman2015-12-21
|/ /
* | Disable python conformnace tests as well.Gravatar Feng Xiao2015-12-21
| | | | | | | | | | | | The testee program crashes on some inputs. Change-Id: Iab27b80e29b7a56c5bd7cb4724531ecf9bb2823a
* | Fix Python 2.6 test failures.Gravatar Feng Xiao2015-12-21
| | | | | | | | Change-Id: Ia9e2795b1ff1abb30410ffb3ef96ba6f46dd99d0
* | Disable conformance tests for csharp and ruby.Gravatar Feng Xiao2015-12-21
| | | | | | | | The testee program of these two languages crashes on some test input.
* | Update version numbers.Gravatar Feng Xiao2015-12-21
| | | | | | | | | | 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.