aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* First pass at implementation and testing of reusable builders.csharptest2011-09-0936-2404/+10475
* 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
* | Merged branch for issue 13csharptest2011-08-1311-63/+1219
|\ \ | |/ |/|
| * Cleanup per review comments.csharptest2011-08-135-46/+31
| * Added tests for the additions to NameHelpers.UnderscoresToXxxxxCasecsharptest2011-08-122-21/+39
| * Allow field names that begin with underscore and number '_0'csharptest2011-08-126-7/+281
| * Fixed removal of all '_' from names, Added unit test.csharptest2011-08-126-11/+884
| * 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
* | Use the v2 benchmarking system from the build.Jon Skeet2011-08-071-0/+1
* | 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-0532-120/+450
* | Changes from review e805fdfd3a6bcsharptest2011-08-054-4/+10
* | Changes from review f60f2676f7facsharptest2011-08-051-14/+9
* | Removal of #condition commented sourcecsharptest2011-08-011-57/+0
* | Refactoring removed using statement for System.Reflection, added qualifiedcsharptest2011-07-141-1/+1
* | Regeneration with qualified references to ByteStringcsharptest2011-07-141-3/+3
* | Integrated feedback from revision 1525875aec27csharptest2011-07-143-17/+176
* | Removed left-over commented codecsharptest2011-07-141-7/+0
* | Integrated feedback from revision c97eeb8d933fcsharptest2011-07-1413-43/+40
* | Fixed commentcsharptest2011-07-141-1/+1
* | renamed ByteString.WriteTo(CodedOutputStream) to WriteRawBytesTocsharptest2011-07-142-3/+6
* | Removed unnessary parital declarationcsharptest2011-07-141-1/+1
* | Fix for unqualified ByteString references in LITE generationcsharptest2011-07-141-4/+3
* | Reformatted to include bracescsharptest2011-07-141-78/+166
* | Reformatted to include bracescsharptest2011-07-1467-773/+1943
* | Fixed A few last methods taking CodedInputStreamcsharptest2011-06-174-5/+5
* | Fix for leaving Builder a public ctor on internal classescsharptest2011-06-171-1/+1
* | missing copyright noticecsharptest2011-06-113-1/+109
* | bla, changed name to Depth for CLSComplaint :)csharptest2011-06-112-10/+10
* | Added recursion limits to AbstractReader.cscsharptest2011-06-117-80/+406
* | Added option to enable format benchmarkscsharptest2011-06-111-34/+43
* | Added convenience methods for to/from xml and jsoncsharptest2011-06-1112-9/+129
* | Reader/Writer implementations changed to use static factoriescsharptest2011-06-1013-207/+525
* | Added benchmark for Json via XML using JsonReaderWriterFactorycsharptest2011-06-102-0/+22
* | Added initial DictionaryReader/Writer implementationscsharptest2011-06-1010-22/+455
* | Using List<Char> instead of StringBuilder for building strings from charscsharptest2011-06-101-18/+17
* | Added the JsonFormatWriter/Readercsharptest2011-06-109-2/+1178
* | Added the XmlFormatWriter/Readercsharptest2011-06-1019-19/+1910
* | Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-1019-930/+1197
* | Several performance tweakscsharptest2011-06-0931-448/+889
* | Performance tweek for reading entire unpacked arraycsharptest2011-06-091-16/+92
* | Finished adding find tag by namecsharptest2011-06-0833-1524/+3941