- 26 Aug, 2016 1 commit
-
-
Feng Xiao authored
Update gmock links.
-
- 25 Aug, 2016 4 commits
-
-
Feng Xiao authored
Change-Id: I3d44e3c6877e00cfea5a903568fde1e6f597aac1
-
Feng Xiao authored
The original link is no longer available. Change-Id: I2976d3f19c8e818689549fb31ff20af8eae92a07
-
Feng Xiao authored
Add an Erlang project, gpb, to third_party.md
-
Tomas Abrahamsson authored
-
- 24 Aug, 2016 2 commits
-
-
Joshua Haberman authored
Fixing regular expression...
-
Nicolas Noble authored
This will allow loading the extension for Ruby 2.1.10...
-
- 23 Aug, 2016 4 commits
-
-
Thomas Van Lenten authored
Move ImportWriter into helpers for sharing
-
Thomas Van Lenten authored
Breaks the tie of the ImportWriter to the ObjC generation, allow grpc to use a different extension and to relay the values they need for these. - Pass in the two framework options to the ctor. - Pass in the header extension to AddFile.
-
Thomas Van Lenten authored
grpc likely needs to provide the same sorta handling, so expose the class so the logic can be reused.
-
Thomas Van Lenten authored
Add note about JSON tests maybe being wrong. - Add note about the JSON test maybe not being correct yet. - Add test to checks the generated names for double underscores to be sure they are what is expected.
-
- 22 Aug, 2016 2 commits
-
-
Thomas Van Lenten authored
More tests to shake out some cases in the json parsing
-
Thomas Van Lenten authored
- String behaviors - Testing only valid JSON is allowed
-
- 19 Aug, 2016 1 commit
-
-
Sergio Campamá authored
Adds better support for protos without packages and more warnings on possible improvements
-
- 16 Aug, 2016 4 commits
-
-
Thomas Van Lenten authored
Fixes #1844
-
Sergio Campama authored
-
Thomas Van Lenten authored
Add more JSON tests around underscores
-
Feng Xiao authored
Add a jenkins test status badge.
-
- 15 Aug, 2016 4 commits
-
-
Thomas Van Lenten authored
Fix up ignores and conformance generation
-
Thomas Van Lenten authored
- Update ruby conformance generation for rename of generated files that seems to have happened. - Update gitignores for the above and for the no-warnings-test.
-
Thomas Van Lenten authored
Regenerate conformance files to include extra oneof fields.
-
Jon Skeet authored
This should fix the failures in the conformance tests - although it highlights the problem that we need to do this when changing the conformance.proto file...
-
- 12 Aug, 2016 6 commits
-
-
Feng Xiao authored
[ci skip] Change-Id: I5bf4f204e7ef0144d8fc984a985d502f92ce95ce
-
Sergio Campamá authored
Fixes extra whitespace on generated comments.
-
Thomas Van Lenten authored
Objc more reset tests
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
Code already works, but make a bank of tests that call it out so things are very clean in the future just to be safe.
-
- 11 Aug, 2016 4 commits
-
-
Thomas Van Lenten authored
Objc fix oneof zeros and more oneof zero conformance tests
-
Thomas Van Lenten authored
Incase the different runtimes have different generation/implementations for for the different primitive field types, cover a larger range of the proto types in the oneof zero tests.
-
Thomas Van Lenten authored
If a message is proto3, then the zero values still count as being set one the field is in a oneof. Add tests to confirm oneofs work as expected in both syntaxes.
-
Thomas Van Lenten authored
* Add conformance test for zero fields in oneofs. * Add failures to the "expected" files.
-
- 09 Aug, 2016 3 commits
-
-
Thomas Van Lenten authored
Never use strlen on utf8 runs so null characters work.
-
Thomas Van Lenten authored
Fixes https://github.com/google/protobuf/issues/1933 Add a new test that forces strings into two different implementations from the NSString class cluster to help confirm we're exercising both paths by which CodedOutputStream will extract data from an NSString. Move the old +load test (that was flawed because the behavior really depends on the type of string from the NSString class cluster); into a unittest that targets the specific case we're adding a behavior confirmation on. As a bonus, improve the TextFormat generation of string characters < 0x20.
-
Sergio Campamá authored
Convert mapping of proto comments to appledoc format so they show up in Xcode and cocoadocs. Fixes https://github.com/google/protobuf/issues/1866
-
- 08 Aug, 2016 2 commits
-
-
Feng Xiao authored
fixed cmake config files install path
-
Sergio Campamá authored
Work for #1866 Migrates all the public class docs over to appledoc format. While Xcode is fine with blank lines in `///` comments, appledoc (used by cocoadocs) isn't and was leaving a bunch of info off the doc pages. The generator still needs to be updated to do this also; that will be a follow up CL.
-
- 05 Aug, 2016 3 commits
-
-
Feng Xiao authored
close opened file descriptors properly
-
Bryon Gloden, CISSP® authored
-
Jisi Liu authored
Bazel: export LICENSE file.
-