aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Test
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright lines for all C# code.Jon Skeet2015-06-309-33/+104
* Tidying up and extra tests.Jon Skeet2015-06-308-232/+589
* Tests changed enough to buildJon Skeet2015-06-303-15/+36
* First pass (not yet compiling) at removing all the array handling code from C...Jon Skeet2015-06-302-792/+335
* Fix for doubly-nested types - issue #307.Jon Skeet2015-06-291-21/+304
* More cleanup, based around searches for "Google.ProtocolBuffers"Jon Skeet2015-06-262-68/+0
* Remove a lot of code which wasn't needed any more.Jon Skeet2015-06-263-66/+0
* Fix or delete old projects.Jon Skeet2015-06-261-1/+0
* Tests for FieldCodec, along with a fix.Jon Skeet2015-06-262-0/+150
* Generated code changes for previous commit.Jon Skeet2015-06-265-636/+7066
* Tweaks and more tests for mapsJon Skeet2015-06-262-21/+162
* Make map test keys even more different to avoid odd hash collisionsJon Skeet2015-06-251-8/+8
* Generated code changes due to map changes.Jon Skeet2015-06-254-44/+88
* More map tests, and various production code improvements.Jon Skeet2015-06-255-6/+431
* Generated map code.Jon Skeet2015-06-251-87/+592
* First pass at map support.Jon Skeet2015-06-251-0/+61
* Get the Mono build script working again.Jon Skeet2015-06-251-0/+1
* Implement freezing for messages and repeated fields.Jon Skeet2015-06-246-126/+840
* Generated code changes from previous commit.Jon Skeet2015-06-234-41/+41
* Implement Clone.Jon Skeet2015-06-235-90/+559
* Minor cleanup.Jon Skeet2015-06-194-71/+71
* Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet2015-06-176-312/+411
* Regenerate proto filesJon Skeet2015-06-124-396/+453
* Reimplement RepeatedField<T> using an array as the backing store.Jon Skeet2015-06-122-6/+7
* Coded*Stream streamlining.Jon Skeet2015-06-126-800/+432
* Reimplement enums as int values, and get rid of EnumHelper.Jon Skeet2015-06-115-52/+59
* First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-0958-111307/+7043
* Migrate writer to io::Printer for C#Jie Luo2015-06-041-7/+7
* Change the C# enum generator inherit from primitive generatorJie Luo2015-05-293-16/+16
* Add oneof support for C#Jie Luo2015-05-2911-1064/+2211
* Generate *all* protos in the script, applying fixups.Jon Skeet2015-05-161-171/+0
* Make generate_protos.sh Windows-friendly.Jon Skeet2015-05-141-6/+0
* Regenerate UnittestDropUnknownFields.csJan Tattermusch2015-05-131-2/+2
* Remove the C#-specific field_presence_test.proto, using unittest_no_field_pre...Jon Skeet2015-05-134-785/+3779
* Regenerated UnittestDropUnknownFields.csJan Tattermusch2015-05-121-77/+18
* remove C# files not referenced in any projectJan Tattermusch2015-05-123-6069/+0
* Regenerate some proto files after ClsCompliance has been droppedJan Tattermusch2015-05-122-44/+0
* rename FieldPresence to correct nameJan Tattermusch2015-05-122-1/+1
* Fix newline assertion in TestJsonFormatted on monoJan Tattermusch2015-05-121-1/+2
* remove TreatWarningsAsError setting to allow building in MonodevelopJan Tattermusch2015-05-121-2/+0
* Convert back to using NUnit, which is now loaded via NuGet.Jon Skeet2015-05-1237-2627/+2634
* fix commentsJie Luo2015-05-011-1/+1
* Change field_presence_test.protoJie Luo2015-05-011-2/+1
* fix commentsJie Luo2015-04-301-2/+2
* fix commends from Jon SkeetJie Luo2015-04-302-25/+21
* Merge branch 'csharp' of git://github.com/google/protobuf into google-csharpJie Luo2015-04-3046-4924/+2840
|\
| * Change to using xUnit for all unit tests, and fetch that via NuGet.Jon Skeet2015-04-3037-3147/+2836
| * Convert both the full and lite runtimes (and json/xml serialization assemblie...Jon Skeet2015-04-2910-1779/+6
* | Merge branch 'csharp' of git://github.com/google/protobuf into google-csharpJie Luo2015-04-294-204/+1
|\|
| * Remove CLS compliance from runtime code.Jon Skeet2015-04-291-5/+0