aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | Merge pull request #1735 from jskeet/attribute-placementGravatar Jon Skeet2016-07-07
|\ \ \ | | | | | | | | Change placement of DebuggerNonUserCodeAttribute
* \ \ \ Merge pull request #1758 from dago/pathmax2Gravatar Feng Xiao2016-07-07
|\ \ \ \ | | | | | | | | | | Make sure also Solaris x86 gets PATH_MAX
| | * | | Remove WriteGeneratedTypeAttributes which is a no-opGravatar Jon Skeet2016-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not affect the generated code. If we decide we want to apply attributes to generated types, we should start by just reverting this change.
| * | | | Make sure also Solaris x86 gets PATH_MAXGravatar Dagobert Michelsen2016-07-07
|/ / / /
* | | | Merge pull request #1753 from xfxyjwf/fixupGravatar Jisi Liu2016-07-07
|\ \ \ \ | | | | | | | | | | Fix problems detected when integrating the code to our internal repo.
| | | * | Don't #import the .m files.Gravatar Thomas Van Lenten2016-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As bazel folks are looking at getting auto generation of module maps going and the importing of sources files causes issues there. We were only do it to hack around some of the apple linker behaviors around objc classes and categories, but even that isn't complete and CocoaPods was already doing -ObjC, and developers not using pods could have still needed it to ensure everything was linked anyways; so drop the hack of importing sources.
* | | | | Merge pull request #1742 from ottok/fix-spellingGravatar Feng Xiao2016-07-06
|\ \ \ \ \ | | | | | | | | | | | | Fix spelling
| | * | | | Fix data member declaration order.Gravatar Feng Xiao2016-07-06
| | | | | |
| | * | | | Don't support global ::string in stringpiece.hGravatar Feng Xiao2016-07-06
| | | |/ / | | |/| |
* | | | | Merge pull request #1752 from acozzette/fix-js-testsGravatar Adam Cozzette2016-07-06
|\ \ \ \ \ | |_|/ / / |/| | | | Fixed failing JS tests
| * | | | Fixed failing JS testsGravatar Adam Cozzette2016-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A couple of small tweaks were needed to fix test failures that were inadvertently introduced in the last down integration. I also had to add the map.js file which was missing.
* | | | | Merge pull request #1712 from dkharrat/swift-error-handlingGravatar Thomas Van Lenten2016-07-06
|\ \ \ \ \ | | | | | | | | | | | | add nullable qualifier to return types that can be nil, to support Swift 2 try-catch syntax
| * | | | | add nullable qualifier to nil return typesGravatar Dia Kharrat2016-07-05
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Add the `nullable` qualifier to return types of Objective-C methods that can return a nil due to errors. This change makes these methods compatible with the Swift 2 try-catch syntax.
| | | * | Changes to generated code from previous commitGravatar Jon Skeet2016-07-04
| | | | |
| | | * | Move DebuggerNonUserCodeAttribute to function membersGravatar Jon Skeet2016-07-04
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think this has caught everything. I've left a stub for attributes to be applied to the types themselves, but we don't currently need anything. Follow-up commit will include the changes to generated code itself. Fixes #1671.
| | * | Fix spelling error in function ParseTime parameterGravatar Otto Kekäläinen2016-07-03
| | | |
| | * | Fix spelling in strings and commentsGravatar Otto Kekäläinen2016-07-03
| |/ / |/| |
* | | Merge pull request #1704 from lizan/json_parse_optionsGravatar Feng Xiao2016-07-01
|\ \ \ | |/ / |/| | Add JsonParseOptions to ignore unknown fields
* | | Merge pull request #1738 from xfxyjwf/fixbuildGravatar Feng Xiao2016-07-01
|\ \ \ | | | | | | | | Fix some failing travis tests.
| * | | Fix some failing travis tests.Gravatar Feng Xiao2016-07-01
|/ / / | | | | | | | | | | | | | | | | | | 1. Add missing header file to Makefile.am. 2. Re-generate objectivec generated code for well-known types. Change-Id: If28217c701cf8bd739ea0db240e9eee600f23ee7
* | | Merge pull request #1710 from chezRong/masterGravatar Feng Xiao2016-07-01
|\ \ \ | | | | | | | | Add minified Json printing functionality
* \ \ \ Merge pull request #1723 from thomasvl/objc_test_coverageGravatar Thomas Van Lenten2016-07-01
|\ \ \ \ | | | | | | | | | | Xcode project cleanup/setup.
| | * | | added minified JSON formatting functionality with testGravatar chezRong2016-07-01
| |/ / / |/| | |
* | | | Fix windows build.Gravatar Feng Xiao2016-06-30
| | | | | | | | | | | | | | | | Change-Id: Ibf7d1df850f4b497303f9f617751be98327898ef
* | | | Updated failure_list_java.txt to remove tests that now passGravatar Adam Cozzette2016-06-30
| | | |
* | | | Fixed string formatting in text_format.py to be Python2.6-compatibleGravatar Adam Cozzette2016-06-30
| | | | | | | | | | | | | | | | | | | | | | | | In Python 2.6 the positional argument specifiers are apparently required to be explicitly specified: http://stackoverflow.com/questions/10054122/valueerror-zero-length-field-name-in-format-python
* | | | Integrated internal changes from GoogleGravatar Adam Cozzette2016-06-29
| | | | | | | | | | | | | | | | This includes all internal changes from around May 20 to now.
| * | | Xcode project cleanup/setup.Gravatar Thomas Van Lenten2016-06-29
|/ / / | | | | | | | | | | | | | | | | | | | | | - Correct some cases sources were compiled into the static lib and the tests. - Enable Xcodes code coverage support on the unittests. We aren't complete on coverage, but having the data always there should make it easier to chip away at this going forward. - Drop method in tests that isn't used, wire up a validator in another test.
* | | Validate the tag numbers when parsing. (#1725)Gravatar Thomas Van Lenten2016-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a twist code path (that some times showed up due to what happened to be in memory in failure cases), that would cast a bogus wire type into the enum, and then fall through switch statements. Resolve this by validating all wire types when parsing tags and throwing the error at that point so it can't enter the system. As added safety, stick in a few asserts for apis that get passed tags to ensure they also are only seeing valid data. Bonus: Tweak the parsing loop to skip some work when we get the end marker (zero tag) instead of still looping through all the fields.
* | | Merge pull request #1720 from thomasvl/issue_1716Gravatar Thomas Van Lenten2016-06-28
|\ \ \ | | | | | | | | Fix GPBGetMessage{Repeated,Map}Field()
| | * | Add JsonParseOptions to ignore unknown fieldsGravatar Lizan Zhou2016-06-28
| |/ / |/| | | | | | | | | | | - add JsonParseOptions for JsonToBinaryString allow unknown fields - rename current JsonOptions to JsonPrintOptions
* | | Adding conditional compiler symbol to support .NET 3.5 (#1713)Gravatar detlevschwabe2016-06-28
| | | | | | | | | | | | * Adding condition compiler symbol to support .NET 3.5
| * | Fix GPBGetMessage{Repeated,Map}Field()Gravatar Thomas Van Lenten2016-06-27
| | | | | | | | | | | | | | | | | | | | | - Correct impl by using helpers the message wiring does. - Add unittests. Fixes https://github.com/google/protobuf/issues/1716
* | | Merge pull request #1719 from esteluk/patch-1Gravatar Thomas Van Lenten2016-06-27
|\ \ \ | |/ / |/| | Fix Objective-C generator option readme typo
| * | Fix Objective-C generator option typoGravatar Nathan Wong2016-06-27
|/ / | | | | Looks like this was changed during #1683, but missed in the README :)
* | Merge pull request #1714 from dnkoutso/masterGravatar Thomas Van Lenten2016-06-26
|\ \ | | | | | | Get value from text format name in GPBEnumDescriptor
| * | Get value from text format name in GPBEnumDescriptorGravatar Dimitris Koutsogiorgas2016-06-26
| | |
* | | Merge pull request #1705 from haberman/revjsverGravatar Joshua Haberman2016-06-23
|\ \ \ | | | | | | | | Updates to package.json: rev version, add WKT, and recateogrize dependencies
| * | | JS package.json: Added author and updated Closure Library version.Gravatar Josh Haberman2016-06-23
| | | |
* | | | Merge pull request #1707 from jskeet/format-valueGravatar Jan Tattermusch2016-06-23
|\ \ \ \ | | | | | | | | | | Expose JsonFormatter.WriteValue.
| * | | | Expose JsonFormatter.WriteValue.Gravatar Jon Skeet2016-06-23
|/ / / / | | | | | | | | | | | | | | | | This isn't useful to most users, but can be handy in advanced use cases, as requested in #1465.
| * | | Moved all dependencies to devDependencies.Gravatar Josh Haberman2016-06-22
| | | | | | | | | | | | | | | | | | | | The runtime doesn't depend on anything, so these packages should always have been in devDependencies.
| * | | Add "google" to package.json "files" for WKT.Gravatar Josh Haberman2016-06-22
| | | |
| * | | Create patch release for JS to include WKT.Gravatar Josh Haberman2016-06-22
|/ / /
| | * Modify csharp README since there are now two NuGet packagesGravatar Luke Bakken2016-06-22
| |/ |/|
* | Merge pull request #1700 from jskeet/orderingGravatar Jon Skeet2016-06-21
|\ \ | | | | | | Remove ordering guarantees in the MapField documentation
* | | Rename methods to avoid ObjC KVC collisions. (#1699)Gravatar Thomas Van Lenten2016-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: Breaking API change on the Dictionary classes. The numeric value classes were using "Value" in the naming, but this silently collided with the KVC category on NSObject; meaning KVC code could break up a keypath and call these selectors with the wrong types leading to crashes (even though the code all would compile cleanly). - Rename the methods to use the "type" instead of literal "Value". - Update all the impls and tests. - Enable the warning that will catch issues like this in the future. Fixes https://github.com/google/protobuf/issues/1616
| * | Remove ordering guarantees in the MapField documentationGravatar Jon Skeet2016-06-21
|/ / | | | | | | | | | | | | | | This doesn't currently change the ordering in the implementation, but allows us to do so in the future. We also need to change https://developers.google.com/protocol-buffers/docs/reference/csharp-generated#singular which states "Finally, unlike Dictionary<TKey, TValue>, MapField<TKey, TValue> preserves insertion order of entries." (We can just remove that sentence, I think.)
* | Adds destination flag to xcodebuild to avoid possible flake errors (#1697)Gravatar Sergio Campamá2016-06-20
| | | | | | | | Adds destination flag to xcodebuild to avoid possible flake errors
* | Merge pull request #1666 from yeswalrus/cmake-prerelease-examplesGravatar Feng Xiao2016-06-17
|\ \ | | | | | | CMake Fix up prerelease version handling