aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-0335-409/+411
|
* Extracted initial ICodedOutputStream interfacecsharptest2011-06-034-565/+706
|
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-0332-1340/+966
| | | | | | | 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.
* big-endian support for float, and double on Silverlightcsharptest2011-06-021-7/+8
|
* Slight refactoring of Extensions to support lookup by name, added ↵csharptest2011-06-0228-248/+13109
| | | | compatibility tests for text and binary formats.
* Optimized access to ByteString from coded io.csharptest2011-06-023-11/+36
|
* Fixed two errors caused by incorrect merge of the rpc interface generatorcsharptest2011-05-312-6/+6
|
* Allow protoc to be targeted by protogen explicitly.Jon Skeet2011-05-235-35/+52
| | | | Use that within the build for the address book sample.
* Completed adding attributes to all generated typescsharptest2011-05-2026-0/+1221
|
* ooops, accidentally formatting these generated filescsharptest2011-05-202-12875/+8403
|
* merged-release-fixcsharptest2011-05-201-0/+1
|\
| * Fix for missing build_temp prior to releasecsharptest2011-05-201-0/+1
| |
* | reformatted all code to .NET standard formattingcsharptest2011-05-20163-37489/+46296
|/
* line-ending-to-crlfcsharptest2011-05-2025-6794/+6794
|
* Added version command to PublishRelease.bat, added use of external signing keycsharptest2011-05-206-21/+248
|
* added batch for creating a new keycsharptest2011-05-201-0/+13
|
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-2021-21/+21
|
* Removed more uses of InternalsVisibleTo, made more stuff public :)csharptest2011-05-206-36/+26
|
* Removed some uses of InternalsVisibleTo, made some stuff publiccsharptest2011-05-2011-204/+201
|
* Moved key file to /keys directorycsharptest2011-05-2014-48/+26
|
* merged from protobuf-csharp-portcsharptest2011-05-202-94/+141
|\
| * null merge of excess head 176:ae542d13a575csharptest2011-05-200-0/+0
| |\
| | * MinorAyende Rahien2010-02-231-964/+964
| | |
| | * Fixing an issue where I passed the wrong value in, causing an error with ↵Ayende Rahien2010-02-191-1/+1
| | | | | | | | | | | | long buffers
| | * Implementing string interningAyende Rahien2010-02-194-154/+347
| | |
| | * Making ByteString.bytes internal, to allow faster access to the raw bytes.Ayende Rahien2010-02-191-5/+6
| | | | | | | | | | | | Fixing ByteString.GetHashCode to create good hash code.
| * | Added sample code from the Getting Started Wikicsharptest2011-05-192-94/+141
| | |
* | | merged from protobuf-csharp-portcsharptest2011-05-1934-65/+379
|\| |
| * | fix for the release upload scriptcsharptest2011-05-192-8/+8
| | |
| * | version 2.3.0.277csharptest2011-05-1924-23/+319
| | |
| * | Added tag 2.3.0.277 for changeset 32c55b51f8a3csharptest2011-05-190-0/+0
| | |
| * | versioned assemblies to 2.3.0.277csharptest2011-05-198-28/+28
| | |
| * | enabled xml documentation generationcsharptest2011-05-193-5/+26
| | |
* | | - Added CSharpServiceType NONE to skip service generation.csharptest2011-05-1914-432/+373
| | | | | | | | | | | | | | | | | | - 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
* | | Implementation of service interface generatorcsharptest2011-05-0315-712/+2960
|/ /
* | One-off patch to convert Unix line endings to Windows ones for generated ↵Jon Skeet2011-04-0319-64667/+64667
| | | | | | | | 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.
* | Fixes to package generation, and convert all tabs to spaces in MSBuild files.Jon Skeet2011-04-034-178/+178
| |
* | Ignore the build output.Jon Skeet2011-04-031-0/+5
| |
* | Fix to rebuild src prior to running benchmarkscsharptest2011-04-021-1/+1
| |
* | Turn lineBreak option to line_breakJon Skeet2011-01-271-3/+3
| |
* | Default to Environment.NewLine for line breaks in ProtoGen, but allow it to ↵Jon Skeet2011-01-275-16/+44
| | | | | | | | be configured.
* | Effectively revert previous change to Generator.csJon Skeet2011-01-271-19/+3
| |
* | Merge branch 'master' of https://github.com/csharptest/dotnet-protobufs into ↵Jon Skeet2011-01-2710-97/+211
|\ \ | | | | | | | | | csharptest-master
| * | Completion of 3.5 build integration and Lite runtime build changes.csharptest2010-12-1510-97/+211
| | |
* | | Deleted old nunit.frameworkJon Skeet2010-12-151-0/+0
|/ /
* | Converted build to also work under .net 3.5csharptest2010-12-153-17/+21
| |
* | adding vs2008 solution.csharptest2010-12-151-0/+146
| |
* | Fixed build for lite runtimeJon Skeet2010-12-148-121/+157
| |
* | Merge from masterJon Skeet2010-12-1416-197/+52
|\ \
| * \ Merge branch 'ArnoldZokas-master'Jon Skeet2010-12-141-1/+1
| |\ \