Sydney Acksman
dbf77c65c4
Refactor how group endings are detected in generated C# code ( #5686 )
...
* Modify how end tags are encounted in merge code (compiler)
* Modify how end tags are encounted in merge code (generated)
* Modify how end tags are encounted in merge code (library)
* Regenerate generated code through generate_descriptor_proto.sh
6 years ago
Yilun Chong
0adb74c2d3
Down-integrate internal changes to github. ( #5555 )
...
* Down-integrate internal changes to github.
* fix python conformance test
* fix csharp conformance test
* add back java map_lite_test.proto's optimize for option
* fix php conformance test
6 years ago
Sydney Acksman
6f73c50936
C# Proto2 feature : Groups ( #5183 )
...
Add group support for proto2
7 years ago
Sydney Acksman
54176b26a9
C# Proto2 feature : Field presence and default values ( #4642 )
...
* Compiler changes
* Generated code changes
* Library changes
* Compiler style changes
* Generated style changes
* Fix Windows build errors
* Implement changes from review
* Reintroduce proto2 check
* Compiler changes (required handling review)
* Generated code changes (required handling review)
* Library changes (required handling review
* Field presence rewrite (compiler changes)
* Field presence rewrite (generated code changes)
* Compiler comment
* IFieldAccessor.HasValue library implementation
* Remove Clear methods and default values from proto3 code (Compiler)
* Remove Clear methods and default values from proto3 code (Generated)
* Remove Clear methods and default values from proto3 code (Library)
* Fix distcheck error
* Rewrite default string values to use base64 and convert
* Library changes (IMessage2)
* Compiler changes (IMessage2)
* Generated changes (IMessage2)
* Rebased and regenerated
* Compiler changes (initialized extension)
* Generated changes (initialized extension)
* Library changes (initialized extension)
* Refactor MessageExtensions.IsRequired
* Move string default value creator and bytes default value creator back to seperate methods
* Dead code cleanup
* Fixed segmentation fault
Removed unused header method declarations
7 years ago
Sydney Acksman
4ca46ede5c
Write messages to backing field in generated C# cloning code ( #4440 )
...
* Edited MessageFieldGenerator to clone to backing field instead of property
* Generated C# proto code
7 years ago
Jie Luo
b308580bb1
Cherrypick for csharp, including:
...
Add preserve UnknownFields
Compare floating point values bitwise
Add auto-generated header to C# generated files
7 years ago
Jan Tattermusch
426cf6f31e
Add auto-generated header to C# generated files ( #4038 )
...
* Add auto-generated header to C# generated files
* regenerate C# protos
7 years ago
Jie Luo
bfd254e14f
Add unknown field support for csharp ( #3936 )
...
Add unknown field support for csharp
7 years ago
Jon Skeet
31c54d1289
Regenerated code from previous C# codegen commit
...
With this in place, all tests should pass.
Fixes #3725 .
7 years ago
Jon Skeet
b5cdf0eac6
Regenerated test code for C#
7 years ago
Thomas Van Lenten
9a4692d8af
Update the comment on the message_type to cover what it should be.
8 years ago
Jisi Liu
759245a49a
Merge from master
8 years ago
Yilun Chong
cbf7dfb323
fix php failing list and csharp generated proto
8 years ago
Jan Tattermusch
fda9049ead
remove leading whitespace in C# xml comments
8 years ago
Joshua Haberman
f1ce60e7b4
Factored Conformance and Benchmark test messages into shared test schema. ( #1971 )
...
* Factored Conformance test messages into shared test schema.
* Updated benchmarks to use new proto3 message locations.
* Fixed include path.
* Conformance: fixed include of Python test messages.
* Make maven in Rakefile use --batch-mode.
* Revert changes to benchmarks.
On second thought I think a separate schema for
CPU benchmarking makes sense.
* Try regenerating C# protos for new test protos.
* Removed benchmark messages from test proto.
* Added Jon Skeet's fixes for C#.
* Removed duplicate/old test messages C# file.
* C# fixes for test schema move.
* Fixed C# to use the correct TestAllTypes message.
* Fixes for Objective C test schema move.
* Added missing EXTRA_DIST file.
8 years ago
Thomas Van Lenten
e389165586
Add more JSON tests around underscores ( #1963 )
...
Add more JSON tests around underscores
9 years ago
Jon Skeet
f9d93f358d
Regenerate conformance files to include extra oneof fields.
...
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...
9 years ago
Jon Skeet
c53484539c
Changes to generated code from previous commit
9 years ago
Jon Skeet
84ea2c7a81
Regenerate all C# code and make it compile
...
JSON tests fail, as we're not using OriginalNameAttribute yet.
9 years ago
Jon Skeet
045b528d4a
Generated code changes from previous commit
9 years ago
Jon Skeet
b6159965ec
Generated code for GeneratedCodeInfo change
9 years ago
Jon Skeet
d49b9c81ec
Fix C# source generation shell script and remove out of date notes
...
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.
9 years ago
Jon Skeet
adee6fe332
Generated code changes from previous commit.
9 years ago
Jon Skeet
a2667aafd8
Generated code changes for previous commit (basically InternalBuildGeneratedFileFrom => FromGeneratedCode)
9 years ago
Jon Skeet
eadd4caa09
Generated code from previous commit.
10 years ago
Jon Skeet
284bb452e4
Generated code changes and manual changes for previous commit.
10 years ago
Jon Skeet
cff900e8f9
Generated code for previous commit.
10 years ago
Jon Skeet
55313c9c5d
Generated code for previous commit (oneof case contributing to hash code and equality).
10 years ago
Jon Skeet
18e0a2e5ec
Generated code from previous commit.
10 years ago
Jon Skeet
6bbbdfa24c
Fix typo in oneof case enum comment
10 years ago
Jon Skeet
e2c823027e
Generated code changes for previous commit.
10 years ago
Jon Skeet
b0888a42ad
Generated code for previous commit
10 years ago
Jon Skeet
9489817df2
Regenerated code. Most changes are whitespace, removing trailing spaces.
...
Other changes are due to the well-known types changing without us regenerating.
10 years ago
Jon Skeet
5bdc57292f
Generated code for previous commit.
10 years ago
Jon Skeet
1a57ad8b41
Generated code changes for previous commit.
10 years ago
Jon Skeet
fe355b26ec
Generated code changes for previous commit.
10 years ago
Jon Skeet
044c36ebef
First pass at C# conformance tests.
...
Completely untested so far - easier to get started in VS and then transfer to Linux for tweaking...
10 years ago