aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test
Commit message (Expand)AuthorAgeFilesLines
* Optimize FromBase64String to return Empty when presented with an empty string.Jon Skeet2013-08-131-0/+17
* When we write a single character to a JSON output, make sure we actually haveJon Skeet2013-08-131-0/+37
* version 2.4.1.521csharptest2013-05-0718-19/+19
* Collision with known MSBuild property ProjectType was causing errors, renamed...csharptest2012-10-1613-412/+38
* Adding generated projects/solutions for all environmentscsharptest2012-10-1610-0/+1970
* Working project templates for Silverlight testing of SL2..4 and PL4csharptest2012-10-161-1/+2
* Adding project templates and refactored buildcsharptest2012-10-152-190/+192
* Normalizing base project configurationscsharptest2012-10-151-2/+4
* Portability Changes -csharptest2012-10-143-10/+9
* Changes to support the Portable Library profilecsharptest2012-10-141-14/+0
* Last (hopefully) changes to pre-processing directivescsharptest2012-10-141-1/+1
* Added NOEXTENSIONS and NOFILEVERSION. Internalized golden_message test depen...csharptest2012-10-1410-522/+304
* Working to reduce number of conditional complication directives, and migrate ...csharptest2012-10-1416-90/+523
* Refactored uses of CreateDelegate for compatibility with CF2csharptest2012-10-141-0/+7
* Add generated_code_attributes option, defaulted to false to generate the Comp...csharptest2012-10-1417-536/+0
* Refactored SilverlightCompatibility.cs => FrameworkPortability.cs added NewLi...csharptest2012-10-141-26/+7
* Fixing build for SILVERLIGHT and COMPACT_FRAMEWORK before adding more buildcsharptest2012-10-129-18/+53
* regenerated proto files with recent changescsharptest2012-10-1017-30/+30
* Merged local fix for Issue 50csharptest2012-10-106-15/+355
|\
| * Change "typeof (Foo)" to "typeof(Foo)" everywhere. I have no idea why I used toJon Skeet2012-06-043-10/+10
| * Merge.Jon Skeet2012-06-043-5/+345
| |\
| | * Test and fix for issue 45. When we fetch properties, explicitly state thatJon Skeet2012-06-043-3/+308
* | | Issue 50: The XML serializer will fail to deserialize a message with empty ch...csharptest2012-10-101-0/+34
|/ /
* | Post-release changescsharptest2011-10-1517-17/+17
* | version 2.4.1.473csharptest2011-10-1518-286/+286
* | Removed dependency on Rhino.Mockscsharptest2011-10-043-58/+100
* | - Upgraded NUnitcsharptest2011-10-0447-631/+976
* | Changed the resource loading in unit testscsharptest2011-10-014-217/+45
* | Conditional extensions in serialization, Removed usages of extensions methods...csharptest2011-10-015-42/+46
* | Adding new proto files to solutions and removing unwanted '.user' filecsharptest2011-10-011-5/+0
* | Unit test correction for types that were moved to different proto filescsharptest2011-10-013-43/+45
* | Adding the types that were removed from unittest.proto and unittest_lite.protocsharptest2011-10-014-622/+2449
* | Added missing calls to ReadMessageEnd and writer.Flush.csharptest2011-09-292-0/+387
* | Fix for incorrect handling of Whitespace after an array open in XmlFormatReadercsharptest2011-09-293-2/+45
* | Changes from code reviewcsharptest2011-09-292-2/+2
* | reintegration with tipcsharptest2011-09-2826-1753/+8969
|\ \
| * \ merged issue-28csharptest2011-09-2815-1694/+2721
| |\ \
| | * | Regenerated code with changescsharptest2011-09-2314-1625/+2624
| | * | Added unit test to repro issue 28csharptest2011-09-231-0/+13
| * | | merged issue-22csharptest2011-09-2817-1205/+5397
| |\| |
| | * | One more test to ensure DefaultInstance is read-onlycsharptest2011-09-231-0/+10
| | * | Added a few more tests to ensure XxxxList { get; } clones readonly buildercsharptest2011-09-151-4/+13
| | * | one more test, we are done.csharptest2011-09-091-0/+21
| | * | First pass at implementation and testing of reusable builders.csharptest2011-09-0917-1167/+5203
| | |/
| * | Fix for public constructor on messagescsharptest2011-09-2314-0/+99
| * | merge issue-20csharptest2011-09-203-3/+193
| |\ \
| | * | changes from reviewcsharptest2011-09-201-12/+36
| | * | Completed addition and testing of new add_serializable option.csharptest2011-09-093-3/+169
| | |/
| * | merge issue-27csharptest2011-09-161-4/+0
| |\ \
| | * | Removed the NoWarn for missing commentscsharptest2011-09-161-6/+0