提交歷史

作者 SHA1 備註 提交日期
  csharptest 84f7e09f02 Fixed comment 14 年之前
  csharptest 398a7f526c Removed unnessary parital declaration 14 年之前
  csharptest 74c5e0c376 Reformatted to include braces 14 年之前
  csharptest b00ea13eb1 Refactoring the ICoded interfaces (again) removing the use of some generic methods. 14 年之前
  csharptest ced18e10ae Several performance tweaks 14 年之前
  csharptest 367e02261c Performance tweek for reading entire unpacked array 14 年之前
  csharptest aef072a46f Renamed Bytes to ByteArray and added a Reverse method. 14 年之前
  csharptest 4ba365d793 Performance fix for double/float on read 14 年之前
  csharptest 2772dfe8a1 Performance fix for float/double write bytes. Performance fix, do not use Array.Copy. 14 年之前
  csharptest 17699c21f9 Extracted ICodedInputStream interface 14 年之前
  csharptest d2af9e923f Refactoring of CodedInputStream.Read??? to use boolean return with out param. 14 年之前
  csharptest 123e534914 Canged CodedInputStream.ReadTag to use boolean result with out params to 14 年之前
  csharptest 45a93fad4d Optimized access to ByteString from coded io. 14 年之前
  csharptest 71f662c33e reformatted all code to .NET standard formatting 14 年之前
  csharptest 10871cc8dd Removed more uses of InternalsVisibleTo, made more stuff public :) 14 年之前
  csharptest 804b6d842e Implementation work for Lite runtime and generator 15 年之前
  csharptest 80e73b922e Completed abstract lite builder and message 15 年之前
  csharptest d9c59e6613 First pass at interface breakup 15 年之前
  Jon Skeet f18a5b09ac Fixed spacing 15 年之前
  Charles Stanhope ef234da0e3 Added CodedInputStream ctor symmetrical with CodedOutputStream. 15 年之前
  Jon Skeet b49d3c7834 Support Compact Framework 3.5 16 年之前
  Jon Skeet 0aac0e4fe3 Regionify copyright statement 16 年之前
  Jon Skeet 3c80886fa9 Silverlight compatibility other than SortedList 16 年之前
  Jon Skeet 2178b93bbb Fix bug when reading many messages - size guard was triggered 16 年之前
  Jon Skeet 60fb63e370 Initial Silverlight compatibility work 16 年之前
  Jon Skeet d6dd0a4560 Add CLSCompliance. 16 年之前
  Jon Skeet c298c89229 New tests, double build errors, and a few miscellaneous fixes 16 年之前
  Jon Skeet 2e6dc12fa8 Write/Read delimited messages 16 年之前
  Jon Skeet 25a28580a6 Support packed primitive types 16 年之前
  Jon Skeet 6a60ac33d0 String optimisations 16 年之前