aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Changes from code reviewcsharptest2011-09-299-78/+15
| * | reintegration with tipcsharptest2011-09-2873-3895/+16009
| |\ \
| | * \ merged issue-28csharptest2011-09-2830-3398/+4816
| | |\ \
| | | * | Regenerated code with changescsharptest2011-09-2324-3304/+4687
| | | * | Generator changes to fix circular reference issues in static ctorcsharptest2011-09-235-25/+32
| | | * | Added unit test to repro issue 28csharptest2011-09-231-0/+13
| | * | | merged issue-22csharptest2011-09-2836-2442/+10671
| | |\| |
| | | * | 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-0936-2404/+10475
| | | |/
| | * | Fix for public constructor on messagescsharptest2011-09-2326-6/+202
| | * | Added comments to service interfaces, added IDisposable to service stub since...csharptest2011-09-201-2/+26
| | * | merge issue-20csharptest2011-09-2028-59/+552
| | |\ \
| | | * | changes from reviewcsharptest2011-09-202-22/+48
| | * | | 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-1623-554/+713
| | |\ \ \
| | | * | | Tests and fixes for double-enumeration on AddRange and adding of null to Pops...csharptest2011-09-1622-544/+703
| | | |/ /
| | * | | merge issue-21csharptest2011-09-1636-45/+1043
| | |\ \ \
| | | * | | Implemented [Obsolete] attribute for deprecated fieldscsharptest2011-09-0936-44/+1045
| | | |/ /
| | * | | merge issue-19csharptest2011-09-167-7/+608
| | |\ \ \
| | | * | | Added support for negative enum values and testscsharptest2011-09-097-7/+608
| | | |/ /
| | * / / Fix for issue 6csharptest2011-09-091-1/+1
| | |/ /
| * | | Last change for http support, adding a simple reader for query strings and/orcsharptest2011-09-167-71/+411
| * | | Missing braces :)csharptest2011-09-093-2/+10
| * | | revert of accidental AssemblyInfo version changescsharptest2011-09-0935-529/+529
| * | | Completed work and testing for manually reading/writing start/end messagecsharptest2011-09-0920-166/+486
| * | | Added IDisposable to ICodedOutputStreamcsharptest2011-09-085-18/+72
| * | | first pass at adding required changescsharptest2011-09-0849-541/+1117
| |/ /
* | / Added nuget package configuration.csharptest2011-09-101-0/+1
| |/ |/|
* | Missing braces :)csharptest2011-09-091-3/+9
* | Completed addition and testing of new add_serializable option.csharptest2011-09-0928-59/+520
|/
* Added serialization assembly to the configuration buildscsharptest2011-08-202-9/+14
* Missing updated file from previous editscsharptest2011-08-191-0/+4
* Merged branch for issue 16csharptest2011-08-131-294/+293
|\
| * Removed commented linecsharptest2011-08-131-294/+293
* | Merged branch for issue 16csharptest2011-08-1327-0/+112
|\|
| * Inserted code region labeled "Designer generated code" which should be automa...csharptest2011-08-1227-0/+112
* | Cleanup per review comments.csharptest2011-08-134-45/+30
* | Added tests for the additions to NameHelpers.UnderscoresToXxxxxCasecsharptest2011-08-122-21/+39
* | Allow field names that begin with underscore and number '_0'csharptest2011-08-125-7/+275
* | Fixed removal of all '_' from names, Added unit test.csharptest2011-08-124-11/+798
* | Rewrite of name capitalization routine 'UnderscoresToPascalOrCamelCase'csharptest2011-08-121-41/+47
|/
* MergeNathan Brown2011-08-092-3/+90
|\
| * Added tests for service generation and corrected internal access level error inNathan Brown2011-08-022-3/+90
* | Fix comments.Jon Skeet2011-08-071-1/+4
* | Overload of ContinueArray for situations where we know in advance that the ar...Jon Skeet2011-08-071-7/+22
* | Split off the Serialization namespace into a new assembly.csharptest2011-08-0527-120/+440