aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix for public constructor on messagescsharptest2011-09-2326-6/+202
|
* Added a Notepad++ user-defined language syntax for protobuffer filescsharptest2011-09-221-0/+44
|
* Added comments to service interfaces, added IDisposable to service stub ↵csharptest2011-09-201-2/+26
| | | | since it's generated
* merge issue-20csharptest2011-09-2031-143/+639
|\
| * changes from reviewcsharptest2011-09-203-45/+69
| |
| * Missing braces :)csharptest2011-09-091-3/+9
| |
| * Completed addition and testing of new add_serializable option.csharptest2011-09-0931-120/+586
| |
* | Renamed readme.txt to CHANGES.txt for compatibility with main protobuf project.csharptest2011-09-162-40/+92
| | | | | | | | Updated release notes to include details about previous and pending releases.
* | Fixed line-endings in bat/txt filescsharptest2011-09-169-143/+127
| |
* | 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
| |/ | | | | | | in ReSharper.
* | merge issue-26csharptest2011-09-1623-554/+713
|\ \
| * | Tests and fixes for double-enumeration on AddRange and adding of null to ↵csharptest2011-09-1622-544/+703
| |/ | | | | | | PopsicleList
* | merge issue-21csharptest2011-09-1637-45/+1064
|\ \
| * | Implemented [Obsolete] attribute for deprecated fieldscsharptest2011-09-0937-44/+1065
| |/
* | merge issue-19csharptest2011-09-168-7/+622
|\ \
| * | Added support for negative enum values and testscsharptest2011-09-098-7/+622
| |/
* | merge issue-6csharptest2011-09-161-1/+1
|\ \ | |/ |/|
| * Fix for issue 6csharptest2011-09-091-1/+1
|/
* 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 ↵csharptest2011-08-1227-0/+112
| | | | | | | | | | | | | | automatically ignored by style checking. Added #pragma warning disable 1591 to ignore warnings about undocumented classes/members within generated code.
* | 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
| | | | | | | | service definition.
* | 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 ↵Jon Skeet2011-08-071-7/+22
| | | | | | | | array isn't packed.
* | 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
| | | | | | | | references to avoid future issues.
* | 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
| |