361 Commits (026f2b417cc5fb4764da73e8f63982baac1430a5)
 

Author SHA1 Message Date
csharptest 2b86884659 Added the XmlFormatWriter/Reader 14 years ago
csharptest b00ea13eb1 Refactoring the ICoded interfaces (again) removing the use of some generic methods. 14 years ago
csharptest ced18e10ae Several performance tweaks 14 years ago
csharptest 367e02261c Performance tweek for reading entire unpacked array 14 years ago
csharptest 920b09a3b0 Finished adding find tag by name 14 years ago
csharptest aef072a46f Renamed Bytes to ByteArray and added a Reverse method. 14 years ago
csharptest 4ba365d793 Performance fix for double/float on read 14 years ago
csharptest 2772dfe8a1 Performance fix for float/double write bytes. Performance fix, do not use Array.Copy. 14 years ago
csharptest 0e2d144eb6 Added process priority and affinity for v2 benchmarks 14 years ago
csharptest c671a4b317 A few performance tweaks of the ICodedOutputStream interface/implementation 14 years ago
csharptest c2a1f9b538 Unit testing of Packed/Unpacked parsing in Lite 14 years ago
csharptest 6da3170a95 Packed and Unpacked parsing allow for all repeated, per 2.3 14 years ago
csharptest 17699c21f9 Extracted ICodedInputStream interface 14 years ago
csharptest d2af9e923f Refactoring of CodedInputStream.Read??? to use boolean return with out param. 14 years ago
csharptest 9928441649 Canged CodedInputStream.ReadTag to use boolean result with out params to 14 years ago
csharptest 123e534914 Canged CodedInputStream.ReadTag to use boolean result with out params to 14 years ago
csharptest ffafdaa0f9 Fully converted over to ICodedOutputStream for all WriteTo derivations 14 years ago
csharptest cc8d2aaa3a Extracted initial ICodedOutputStream interface 14 years ago
csharptest 90922db77a Added the field name to all CodedOutputStream.Write??? calls 14 years ago
csharptest 8a2d0f48d7 big-endian support for float, and double on Silverlight 14 years ago
csharptest 27bfcc5e1a Slight refactoring of Extensions to support lookup by name, added compatibility tests for text and binary formats. 14 years ago
csharptest 45a93fad4d Optimized access to ByteString from coded io. 14 years ago
csharptest efed509b55 Fixed two errors caused by incorrect merge of the rpc interface generator 14 years ago
Jon Skeet da4989c4ed Allow protoc to be targeted by protogen explicitly. 14 years ago
csharptest 445bdcebe7 Completed adding attributes to all generated types 14 years ago
csharptest 714b8699fe ooops, accidentally formatting these generated files 14 years ago
csharptest 9fc5386501 merged-release-fix 14 years ago
csharptest 71f662c33e reformatted all code to .NET standard formatting 14 years ago
csharptest fe811e0eeb Fix for missing build_temp prior to release 14 years ago
csharptest d965c666ec line-ending-to-crlf 14 years ago
csharptest 62ce3a625e Added version command to PublishRelease.bat, added use of external signing key 14 years ago
csharptest 7a0797f972 added batch for creating a new key 14 years ago
csharptest 35b68527d3 Completed moving of keyfile and removing of InternalsVisibleTo usages 14 years ago
csharptest 10871cc8dd Removed more uses of InternalsVisibleTo, made more stuff public :) 14 years ago
csharptest 51eb1b405c Removed some uses of InternalsVisibleTo, made some stuff public 14 years ago
csharptest 5a80c37842 Moved key file to /keys directory 14 years ago
csharptest d6405f8308 merged from protobuf-csharp-port 14 years ago
csharptest ba63ad2b31 null merge of excess head 176:ae542d13a575 14 years ago
csharptest 157979e135 merged from protobuf-csharp-port 14 years ago
csharptest 1ee7a96b36 Added sample code from the Getting Started Wiki 14 years ago
csharptest 232c79562c fix for the release upload script 14 years ago
csharptest 2503740153 version 2.3.0.277 14 years ago
csharptest d7f9749fc0 Added tag 2.3.0.277 for changeset 32c55b51f8a3 14 years ago
csharptest 77dc364802 versioned assemblies to 2.3.0.277 14 years ago
csharptest f8b8864abe enabled xml documentation generation 14 years ago
csharptest f1816beebe - Added CSharpServiceType NONE to skip service generation. 14 years ago
csharptest 68d831e3a4 Implementation of service interface generator 14 years ago
Jon Skeet 82bb0f1ef9 One-off patch to convert Unix line endings to Windows ones for generated source. Currently not sure why they ended up as Unix line endings after Git to Mercurial conversion, but we may need to tweak some repository settings. 14 years ago
Jon Skeet bf9821e074 Fixes to package generation, and convert all tabs to spaces in MSBuild files. 14 years ago
Jon Skeet ce58e30153 Ignore the build output. 14 years ago