aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | Remove XML documentation output in test project. It causes errors to show upNathan Brown2011-09-161-2/+4
| | |/
| * | merge issue-26csharptest2011-09-1611-192/+375
| |\ \
| | * | Tests and fixes for double-enumeration on AddRange and adding of null to Pops...csharptest2011-09-1610-182/+365
| | |/
| * | merge issue-21csharptest2011-09-1618-20/+948
| |\ \
| | * | Implemented [Obsolete] attribute for deprecated fieldscsharptest2011-09-0918-19/+950
| | |/
| * / Added support for negative enum values and testscsharptest2011-09-095-3/+604
| |/
* | Last change for http support, adding a simple reader for query strings and/orcsharptest2011-09-163-0/+124
* | revert of accidental AssemblyInfo version changescsharptest2011-09-0917-260/+260
* | Completed work and testing for manually reading/writing start/end messagecsharptest2011-09-094-17/+306
* | first pass at adding required changescsharptest2011-09-0819-261/+397
|/