737 Commits (c8c5fed544b20b8ca865113d858e9b98deb00a4b)

Author SHA1 Message Date
csharptest a314d4c9fa Regenerated code with changes 13 years ago
csharptest dc24b605e3 Generator changes to fix circular reference issues in static ctor 13 years ago
csharptest 8bd88ea807 Added unit test to repro issue 28 13 years ago
csharptest 3b625064e8 One more test to ensure DefaultInstance is read-only 13 years ago
csharptest e0e128bb9a Added comments to service interfaces, added IDisposable to service stub since it's generated 13 years ago
csharptest aeb30d8351 changes from review 13 years ago
csharptest e1e69ba353 Removed the NoWarn for missing comments 13 years ago
csharptest 4ecebd8b4a Tests and fixes for double-enumeration on AddRange and adding of null to PopsicleList 13 years ago
csharptest 2cf6e1b077 Last change for http support, adding a simple reader for query strings and/or 13 years ago
Nathan Brown 03b85d8b20 Remove XML documentation output in test project. It causes errors to show up 13 years ago
csharptest 2a1f0bd440 Added a few more tests to ensure XxxxList { get; } clones readonly builder 13 years ago
csharptest 0ce7bed44a Added nuget package configuration. 13 years ago
csharptest c86b504409 Missing braces :) 13 years ago
csharptest ef4af57b11 Missing braces :) 13 years ago
csharptest f52ec95ad5 revert of accidental AssemblyInfo version changes 13 years ago
csharptest 7b6044f888 one more test, we are done. 13 years ago
csharptest 1a0764ab27 First pass at implementation and testing of reusable builders. 13 years ago
csharptest 3c6e93283a Completed addition and testing of new add_serializable option. 13 years ago
csharptest 4a594cac93 Implemented [Obsolete] attribute for deprecated fields 13 years ago
csharptest a105eac521 Added support for negative enum values and tests 13 years ago
csharptest f9102a61e1 Fix for issue 6 13 years ago
csharptest 60fd773d30 Completed work and testing for manually reading/writing start/end message 13 years ago
csharptest 819b7154d1 Added IDisposable to ICodedOutputStream 13 years ago
csharptest c2d2c1adaf first pass at adding required changes 13 years ago
csharptest 8f0dcf3df1 Added serialization assembly to the configuration builds 13 years ago
csharptest c98edda388 Missing updated file from previous edits 13 years ago
csharptest bde57ffc75 Cleanup per review comments. 13 years ago
csharptest 1313cbdf0e Removed commented line 13 years ago
csharptest 2d88733019 Inserted code region labeled "Designer generated code" which should be automatically 13 years ago
csharptest 5ce95b4b48 Added tests for the additions to NameHelpers.UnderscoresToXxxxxCase 14 years ago
csharptest 1851676b3c Allow field names that begin with underscore and number '_0' 14 years ago
csharptest 50a89c1c85 Fixed removal of all '_' from names, Added unit test. 14 years ago
csharptest c7b23c1797 Rewrite of name capitalization routine 'UnderscoresToPascalOrCamelCase' 14 years ago
Jon Skeet e8c76bd84b Fix comments. 14 years ago
Jon Skeet cdb4518ae0 Overload of ContinueArray for situations where we know in advance that the array isn't packed. 14 years ago
csharptest 0f3540e24b Split off the Serialization namespace into a new assembly. 14 years ago
csharptest 304ff3a838 Changes from review e805fdfd3a6b 14 years ago
csharptest 9b3de69224 Changes from review f60f2676f7fa 14 years ago
Nathan Brown d4b3859b34 Added tests for service generation and corrected internal access level error in 14 years ago
csharptest 3aa06356ac Removal of #condition commented source 14 years ago
csharptest c11bf71cc9 Refactoring removed using statement for System.Reflection, added qualified 14 years ago
csharptest 02760b26da Regeneration with qualified references to ByteString 14 years ago
csharptest d95293e355 Integrated feedback from revision 1525875aec27 14 years ago
csharptest 541686c89f Removed left-over commented code 14 years ago
csharptest b5ba93bf3c Integrated feedback from revision c97eeb8d933f 14 years ago
csharptest 84f7e09f02 Fixed comment 14 years ago
csharptest ed701ad2a5 renamed ByteString.WriteTo(CodedOutputStream) to WriteRawBytesTo 14 years ago
csharptest 398a7f526c Removed unnessary parital declaration 14 years ago
csharptest b73bd168d4 Fix for unqualified ByteString references in LITE generation 14 years ago
csharptest 8dc7b830a3 Reformatted to include braces 14 years ago