aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtoMunge
Commit message (Collapse)AuthorAgeFilesLines
* Fix or delete old projects.Jon Skeet2015-06-264-407/+0
| | | | | | | | ProtoDump isn't currently useful, but will be when ToString emits JSON: fixed. ProtoBench: deleted; we should reinstate when there's a common proto3 benchmark. ProtoMunge: delete; not useful enough to merit fixing up. Removed the [TestFixture] from ByteStringTest as Travis uses a recent enough version of NUnit.
* Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet2015-06-171-0/+2
|
* remove TreatWarningsAsError setting to allow building in MonodevelopJan Tattermusch2015-05-121-2/+0
|
* Convert both the full and lite runtimes (and json/xml serialization ↵Jon Skeet2015-04-292-5/+12
| | | | | | | assemblies) to be Portable Class Libraries. All referring projects are now .NET 4 client rather than .NET 3.5. This commit also fixes up the ProtoBench app, which I'd neglected in previous commits. (Disentangling the two sets of changes would be time-consuming.)
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-163-0/+400