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
...
support reading a field name rather than a field tag.
14 years ago
csharptest
123e534914
Canged CodedInputStream.ReadTag to use boolean result with out params to
...
support reading a field name rather than a field tag.
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
...
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.
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
liujisi@google.com
7a6de0008a
Update comments for globally unique extension number for custom options.
14 years ago
Jon Skeet
da4989c4ed
Allow protoc to be targeted by protogen explicitly.
...
Use that within the build for the address book sample.
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
71f662c33e
reformatted all code to .NET standard formatting
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
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
1ee7a96b36
Added sample code from the Getting Started Wiki
14 years ago
csharptest
2503740153
version 2.3.0.277
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.
...
- Defaulted service_generator_type to NONE
- Added /protos/extest/unittest_generic_services.proto to test services
- Migrated unit tests to use the new generic services for testing
14 years ago
liujisi@google.com
02d7015ba8
Allow String to be used as message names.
14 years ago
csharptest
68d831e3a4
Implementation of service interface generator
14 years ago
liujisi@google.com
5c24564811
Update mainline version to 2.4.2-pre.
14 years ago
liujisi@google.com
23f42ceaf8
Define serailVersionUID for generated java class.
14 years ago
liujisi@google.com
9cf65b7dd2
Use fully qualified java.lang.Object in protoc java code.
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
liujisi@google.com
17d57dbbcd
Add an intermediate method to propagate the friendship access to nested classes as a workaround for old compilers (e.g. gcc 3.4)
14 years ago
liujisi@google.com
c345db7d6b
Update version number to 2.4.1 in common.h.
14 years ago
Jon Skeet
167fba0188
Turn lineBreak option to line_break
14 years ago
Jon Skeet
f31e34b17e
Default to Environment.NewLine for line breaks in ProtoGen, but allow it to be configured.
14 years ago
Jon Skeet
12f0460a71
Effectively revert previous change to Generator.cs
14 years ago
liujisi@google.com
57014ffa52
Use Subprocess::Win32ErrorMessage() in command_line_interface_unittest to make the it OS locale independent.
14 years ago
liujisi@google.com
5c20ca1fcc
Escape C++ Trigraphs.
14 years ago
csharptest
7691473a71
Completion of 3.5 build integration and Lite runtime build changes.
14 years ago
csharptest
727107726d
adding vs2008 solution.
14 years ago