aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Last (hopefully) changes to pre-processing directivescsharptest2012-10-149-54/+33
* Added NOEXTENSIONS and NOFILEVERSION. Internalized golden_message test depen...csharptest2012-10-1421-558/+401
* Working to reduce number of conditional complication directives, and migrate ...csharptest2012-10-1423-115/+527
* Refactored uses of CreateDelegate for compatibility with CF2csharptest2012-10-141-0/+89
* Refactored uses of CreateDelegate for compatibility with CF2csharptest2012-10-144-16/+68
* Refactored the use of Delegate.CreateDelegate to use FrameworkPortability.Cre...csharptest2012-10-144-105/+28
* Refactoring compatibility code to use FrameworkPortability classcsharptest2012-10-1411-49/+20
* Add generated_code_attributes option, defaulted to false to generate the Comp...csharptest2012-10-1438-1107/+100
* Refactored SilverlightCompatibility.cs => FrameworkPortability.cs added NewLi...csharptest2012-10-1413-114/+48
* Fixing build for SILVERLIGHT and COMPACT_FRAMEWORK before adding more buildcsharptest2012-10-1229-39/+130
* Fix for GetProperty(string, Type[]) incompatible with Silverlightcsharptest2012-10-102-11/+7
* addressbook.proto - Imported the options and set the expected namespace and u...csharptest2012-10-101-8/+15
* Removed TestProtoFileDisablingClsComplianceFlags, see Issue 38: Disable CLSCo...csharptest2012-10-101-30/+0
* Issue 40: import doesn't work / proto_path does not work for command-line fil...csharptest2012-10-102-3/+18
* regenerated proto files with recent changescsharptest2012-10-1028-58/+58
* Issue 38: Disable CLSCompliant warnings (3021)csharptest2012-10-101-292/+292
* Issue 49: Generated nested static Types class should be partialcsharptest2012-10-101-1/+1
* Merged local fix for Issue 50csharptest2012-10-1029-121/+464
|\
| * Change "typeof (Foo)" to "typeof(Foo)" everywhere. I have no idea why I used toJon Skeet2012-06-0423-97/+97
| * Merge.Jon Skeet2012-06-047-24/+367
| |\
| | * Test and fix for issue 45. When we fetch properties, explicitly state thatJon Skeet2012-06-047-22/+330
* | | Issue 50: The XML serializer will fail to deserialize a message with empty ch...csharptest2012-10-102-7/+44
|/ /
* | Post-release changescsharptest2011-10-1529-30/+30
* | version 2.4.1.473csharptest2011-10-1538-578/+578
* | Added option generate_private_ctor to disable private ctor generationcsharptest2011-10-052-34/+80
* | Merged issue-35csharptest2011-10-051-9/+51
|\ \
| * | Fixed issue-35csharptest2011-10-041-9/+51
* | | Bound to happen once in a whilecsharptest2011-10-041-2/+2
* | | Removed dependency on Rhino.Mockscsharptest2011-10-047-72/+102
* | | Removed the 2008 solution and created batch files to toggle the solution to thecsharptest2011-10-044-274/+16
* | | - Upgraded NUnitcsharptest2011-10-0481-1383/+2530
|/ /
* | Renamed SILVERLIGHT2 compilation constant to SILVERLIGHTcsharptest2011-10-0212-17/+17
* | Several build related changes in this commit:csharptest2011-10-027-123/+145
* | Changed the resource loading in unit testscsharptest2011-10-014-217/+45
* | Conditional extensions in serialization, Removed usages of extensions methods...csharptest2011-10-0111-635/+126
* | Moved all extension methods to a single class/filecsharptest2011-10-015-76/+65
* | Fix for incorrect 2010 solutioncsharptest2011-10-011-1/+1
* | Added unit tests for Lite runtime services and serializationcsharptest2011-10-017-2/+1997
* | Adding new proto files to solutions and removing unwanted '.user' filecsharptest2011-10-013-9/+9
* | Rebuild of descriptor.proto based on changes from 2.4.1csharptest2011-10-011-99/+944
* | Unit test correction for types that were moved to different proto filescsharptest2011-10-014-43/+46
* | Adding the types that were removed from unittest.proto and unittest_lite.protocsharptest2011-10-017-2770/+4616
* | merged issue-33 correctioncsharptest2011-10-013-20/+5
|\ \
| * | Added SortedList to the Lite framework projectcsharptest2011-10-011-0/+1
| * | Backed out changeset: 47878e59489ccsharptest2011-10-012-20/+4
* | | merged issue-32csharptest2011-09-304-8/+189
|\ \ \ | |/ / |/| |
| * | Added lite version of the serialization assemblycsharptest2011-09-304-8/+189
* | | Removed usages of SortedList`2 for Silverlight compatibilitycsharptest2011-09-302-4/+20
|/ /
* | rebase to tipcsharptest2011-09-3079-3971/+17300
|\ \
| * | Added comments for private fieldscsharptest2011-09-294-4/+13