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
Jon Skeet
ec79ca1341
Fixed build for lite runtime
14 years ago
Jon Skeet
62b4cf274d
Remove Silverlight targets for all but the main project. BuildAll now fails - asking Arnold for help!
...
committer: Arnold Zokas <arnold.zokas@coderoom.net>
14 years ago
Jon Skeet
8a13536f9b
Remove Silverlight targets for all but the main project. BuildAll now fails - asking Arnold for help!
14 years ago
liujisi@google.com
6f2c3b8734
Boost version number to 2.4.0-pre, add more test cases for text_format.py about unicode field.
14 years ago
liujisi@google.com
9b7f6c544a
Fix issues: 223 224 242.
14 years ago
liujisi@google.com
1fd96c43a0
Add new files for vcprojs, fix issues: 165, 211, 228, 240
14 years ago
liujisi@google.com
5d8d2b0542
Fix issues: 200 202 211 215 237 246.
14 years ago
liujisi@google.com
2726e7a6eb
Fix issues: 166 167 172 175 181 188 192 194 195.
14 years ago
ArnoldZokas
57afbcf693
Switched ProtoBench project over to .NET 4.0
14 years ago
liujisi@google.com
0acafda8f4
Fix byte encoding macros.
14 years ago