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.
...
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
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.
...
- 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
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
csharptest
09f3ead994
Fix to rebuild src prior to running benchmarks
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
Jon Skeet
7ac20214e0
Merge branch 'master' of https://github.com/csharptest/dotnet-protobufs into csharptest-master
14 years ago
csharptest
7691473a71
Completion of 3.5 build integration and Lite runtime build changes.
14 years ago
Jon Skeet
5a89177000
Deleted old nunit.framework
14 years ago
csharptest
30d3fa3205
Converted build to also work under .net 3.5
14 years ago
csharptest
727107726d
adding vs2008 solution.
14 years ago
Jon Skeet
ec79ca1341
Fixed build for lite runtime
14 years ago
Jon Skeet
f82a09da05
Merge from master
14 years ago
Jon Skeet
a66c2031f3
Merge branch 'ArnoldZokas-master'
14 years ago
ArnoldZokas
4725a082a6
Fixed broken builds
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
Jon Skeet
1738462b7f
First commit of lite code - more to come
14 years ago
ArnoldZokas
649eb54a99
Fixed a bug in the build process that caused ReleaseBinaries package to be populated with redundant empty directories
14 years ago
ArnoldZokas
865de6a290
Merge branch 'master' of git://github.com/jskeet/dotnet-protobufs
14 years ago
Jon Skeet
0c58d060f7
Renamed benchmark batch file, and made all other batch files use Any CPU target.
14 years ago
ArnoldZokas
a02f9891d7
Added 'Any CPU' platform switch to all msbuild calls
14 years ago