aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Conformance/Conformance.cs
Commit message (Collapse)AuthorAgeFilesLines
* add csharp supportYilun Chong2017-06-281-10/+41
|
* remove leading whitespace in C# xml commentsJan Tattermusch2016-12-121-22/+22
|
* Factored Conformance and Benchmark test messages into shared test schema. ↵Joshua Haberman2016-12-031-3638/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#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.
* Add more JSON tests around underscores (#1963)Thomas Van Lenten2016-08-161-37/+210
| | | | Add more JSON tests around underscores
* Regenerate conformance files to include extra oneof fields.Jon Skeet2016-08-151-83/+242
| | | | | | 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...
* Changes to generated code from previous commitJon Skeet2016-07-041-7/+197
|
* Regenerate all C# code and make it compileJon Skeet2016-04-201-25/+25
| | | | JSON tests fail, as we're not using OriginalNameAttribute yet.
* Generated code changes from previous commitJon Skeet2016-02-041-14/+14
|
* Generated code for GeneratedCodeInfo changeJon Skeet2016-02-041-5/+5
|
* Fix C# source generation shell script and remove out of date notesJon Skeet2016-01-041-114/+1300
| | | | | 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.
* Generated code changes from previous commit.Jon Skeet2015-12-151-5/+5
|
* Generated code changes for previous commit (basically ↵Jon Skeet2015-11-221-1/+1
| | | | InternalBuildGeneratedFileFrom => FromGeneratedCode)
* Generated code from previous commit.Jon Skeet2015-11-191-4/+4
|
* Generated code changes and manual changes for previous commit.Jon Skeet2015-11-091-6/+6
|
* Generated code for previous commit.Jon Skeet2015-11-061-0/+2
|
* Generated code for previous commit (oneof case contributing to hash code and ↵Jon Skeet2015-10-241-0/+6
| | | | equality).
* Generated code from previous commit.Jon Skeet2015-10-011-0/+128
|
* Fix typo in oneof case enum commentJon Skeet2015-09-301-3/+3
|
* Generated code changes for previous commit.Jon Skeet2015-09-291-2/+2
|
* Generated code for previous commitJon Skeet2015-09-291-0/+6
|
* Regenerated code. Most changes are whitespace, removing trailing spaces.Jon Skeet2015-09-011-110/+110
| | | | Other changes are due to the well-known types changing without us regenerating.
* Generated code for previous commit.Jon Skeet2015-08-061-20/+5
|
* Generated code changes for previous commit.Jon Skeet2015-08-051-15/+5
|
* Generated code changes for previous commit.Jon Skeet2015-08-051-0/+5
|
* First pass at C# conformance tests.Jon Skeet2015-08-051-0/+2400
Completely untested so far - easier to get started in VS and then transfer to Linux for tweaking...