24
I Use This!
Very High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 20 hours ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed Bytes to ByteArray and added a Reverse method. More... about 14 years ago
Performance fix for double/float on read More... about 14 years ago
Performance fix for float/double write bytes. Performance fix, do not use Array.Copy. More... about 14 years ago
Added process priority and affinity for v2 benchmarks More... about 14 years ago
A few performance tweaks of the ICodedOutputStream interface/implementation More... about 14 years ago
Close resources properly for java tests and examples. More... about 14 years ago
Fixed a memory leak in python CPP implementation. More... about 14 years ago
Unit testing of Packed/Unpacked parsing in Lite More... about 14 years ago
Packed and Unpacked parsing allow for all repeated, per 2.3 More... about 14 years ago
Extracted ICodedInputStream interface More... about 14 years ago
Refactoring of CodedInputStream.Read??? to use boolean return with out param. More... about 14 years ago
Canged CodedInputStream.ReadTag to use boolean result with out params to support reading a field name rather than a field tag. More... about 14 years ago
Canged CodedInputStream.ReadTag to use boolean result with out params to support reading a field name rather than a field tag. More... about 14 years ago
Fully converted over to ICodedOutputStream for all WriteTo derivations More... about 14 years ago
Extracted initial ICodedOutputStream interface More... about 14 years ago
Added the field name to all CodedOutputStream.Write??? calls 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. More... about 14 years ago
big-endian support for float, and double on Silverlight More... about 14 years ago
Slight refactoring of Extensions to support lookup by name, added compatibility tests for text and binary formats. More... about 14 years ago
Optimized access to ByteString from coded io. More... about 14 years ago
Fixed two errors caused by incorrect merge of the rpc interface generator More... about 14 years ago
Update comments for globally unique extension number for custom options. More... about 14 years ago
Allow protoc to be targeted by protogen explicitly. Use that within the build for the address book sample. More... about 14 years ago
Make all handlers objects refcounted. More... about 14 years ago
Add proof-of-concept C++ wrapper header. More... about 14 years ago
Completed adding attributes to all generated types More... about 14 years ago
ooops, accidentally formatting these generated files More... about 14 years ago
merged-release-fix More... about 14 years ago
reformatted all code to .NET standard formatting More... about 14 years ago
Fix for missing build_temp prior to release More... about 14 years ago
line-ending-to-crlf More... about 14 years ago