aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/WellKnownTypes
Commit message (Collapse)AuthorAgeFilesLines
* 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...