aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵csharptest2011-06-1019-930/+1197
| | | | methods.
* Several performance tweakscsharptest2011-06-0931-448/+889
| | | | | | | | | | - Removed default value assingment when default is equal to default(T) - Added Benchmarks for most types and repeated/packed arrays - Left PopsicleList's list fields uninitialized util needed - Changed CodedInputStream's repated/packed reader - Changed Enum writers to simply cast to int - Changed the WriteEnum to use object rawValue that provides .ToString() if needed - Should be fully on par with original library for performance, gaining 2x-3x in some cases
* Performance tweek for reading entire unpacked arraycsharptest2011-06-091-16/+92
|
* Finished adding find tag by namecsharptest2011-06-0833-1524/+3941
|
* Renamed Bytes to ByteArray and added a Reverse method.csharptest2011-06-086-19/+32
|
* Performance fix for double/float on readcsharptest2011-06-083-134/+25
|
* Performance fix for float/double write bytes. Performance fix, do not use ↵csharptest2011-06-087-16/+74
| | | | Array.Copy.
* Added process priority and affinity for v2 benchmarkscsharptest2011-06-081-11/+10
|
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-0831-2012/+2331
|
* Unit testing of Packed/Unpacked parsing in Litecsharptest2011-06-063-37/+1561
|
* Packed and Unpacked parsing allow for all repeated, per 2.3csharptest2011-06-0413-434/+1336
|
* Extracted ICodedInputStream interfacecsharptest2011-06-0339-753/+956
|
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-0335-1714/+1692
|
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-0321-168/+168
| | | | support reading a field name rather than a field tag.
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-0329-999/+1540
| | | | support reading a field name rather than a field tag.
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-0335-409/+411
|
* Extracted initial ICodedOutputStream interfacecsharptest2011-06-034-565/+706
|
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-0332-1340/+966
| | | | | | | Refactored 'speed' generated write of arrays to call Write???Array. This may have impacted speed write speeds for arrays of non-reference types due to the use of non-generic IEnumerable and the subsequent boxing of value types. This could be addressed later if desired.
* big-endian support for float, and double on Silverlightcsharptest2011-06-021-7/+8
|
* Slight refactoring of Extensions to support lookup by name, added ↵csharptest2011-06-0228-248/+13109
| | | | compatibility tests for text and binary formats.
* Optimized access to ByteString from coded io.csharptest2011-06-023-11/+36
|
* Fixed two errors caused by incorrect merge of the rpc interface generatorcsharptest2011-05-312-6/+6
|
* Allow protoc to be targeted by protogen explicitly.Jon Skeet2011-05-235-35/+52
| | | | Use that within the build for the address book sample.
* Completed adding attributes to all generated typescsharptest2011-05-2026-0/+1221
|
* ooops, accidentally formatting these generated filescsharptest2011-05-202-12875/+8403
|
* merged-release-fixcsharptest2011-05-201-0/+1
|\
| * Fix for missing build_temp prior to releasecsharptest2011-05-201-0/+1
| |
* | reformatted all code to .NET standard formattingcsharptest2011-05-20163-37489/+46296
|/
* line-ending-to-crlfcsharptest2011-05-2025-6794/+6794
|
* Added version command to PublishRelease.bat, added use of external signing keycsharptest2011-05-206-21/+248
|
* added batch for creating a new keycsharptest2011-05-201-0/+13
|
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-2021-21/+21
|
* Removed more uses of InternalsVisibleTo, made more stuff public :)csharptest2011-05-206-36/+26
|
* Removed some uses of InternalsVisibleTo, made some stuff publiccsharptest2011-05-2011-204/+201
|
* Moved key file to /keys directorycsharptest2011-05-2014-48/+26
|
* merged from protobuf-csharp-portcsharptest2011-05-202-94/+141
|\
| * null merge of excess head 176:ae542d13a575csharptest2011-05-200-0/+0
| |\