aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/WellKnownTypes
Commit message (Collapse)AuthorAgeFilesLines
* Generated code for previous commit (oneof case contributing to hash code and ↵Jon Skeet2015-10-241-0/+2
| | | | equality).
* Generated code from previous commit.Jon Skeet2015-10-0110-0/+758
|
* Fix typo in oneof case enum commentJon Skeet2015-09-301-1/+1
|
* Generated code changes for previous commit.Jon Skeet2015-09-2910-11/+11
|
* Generated code for previous commitJon Skeet2015-09-2910-0/+22
|
* Merge pull request #785 from jskeet/csharp-directoriesJan Tattermusch2015-09-2310-96/+388
|\ | | | | Generate C# directory hierarchy with new option
| * Regenerated code. Most changes are whitespace, removing trailing spaces.Jon Skeet2015-09-0110-96/+388
| | | | | | | | Other changes are due to the well-known types changing without us regenerating.
* | Pack/Unpack implementation for Any.Jon Skeet2015-09-041-0/+79
|/ | | | | We still need the JSON representation, which relies on something like a DescriptorPool to fetch message types from based on the type URL. That will come a bit later. (The DescriptorPool comment in this commit is just a note which will prove useful if we use DescriptorPool itself.)
* Generated code for previous commit.Jon Skeet2015-08-0610-100/+25
|
* Generated code changes for previous commit.Jon Skeet2015-08-0510-75/+25
|
* Generated code changes for previous commit.Jon Skeet2015-08-0510-0/+25
|
* Document everything, and turn on errors if we fail to document anything in ↵Jon Skeet2015-08-043-2/+30
| | | | the future.
* Format JSON for Duration and Timestamp.Jon Skeet2015-08-031-1/+1
| | | | This is taking an approach of putting all the logic in JsonFormatter. That's helpful in terms of concealing the details of whether or not to wrap the value in quotes, but it does lack flexibility. I don't *think* we want to allow user-defined formatting of messages, so that much shouldn't be a problem.
* Well-known type operations for Timestamp and Duration (but not JSON formatting).Jon Skeet2015-07-313-0/+370
| | | | | While I've provided operators, I haven't yet provided the method equivalents. It's not clear to me that they're actually a good idea, while we're really targeting C# developers who definitely *can* use the user-defined operators.
* Generated code for previous commit.Jon Skeet2015-07-306-17/+17
|
* Generated code from previous commit.Jon Skeet2015-07-3010-75/+0
|
* regenerate codeJan Tattermusch2015-07-2910-239/+0
|
* Fix attribute mistake and regenerate code.Jon Skeet2015-07-221-2/+0
|
* Generated code for previous commit.Jon Skeet2015-07-2210-128/+55
|
* Generated code changes following previous commit.Jon Skeet2015-07-2110-194/+130
|
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-1710-0/+4487
We'll see what I've missed when CI fails...