aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers
Commit message (Collapse)AuthorAgeFilesLines
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-0315-235/+231
|
* Extracted initial ICodedOutputStream interfacecsharptest2011-06-034-565/+706
|
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-037-162/+209
| | | | | | | 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-028-67/+89
| | | | compatibility tests for text and binary formats.
* Optimized access to ByteString from coded io.csharptest2011-06-023-11/+36
|
* Completed adding attributes to all generated typescsharptest2011-05-202-0/+163
|
* ooops, accidentally formatting these generated filescsharptest2011-05-202-12875/+8403
|
* reformatted all code to .NET standard formattingcsharptest2011-05-2087-23303/+30328
|
* line-ending-to-crlfcsharptest2011-05-2011-3085/+3085
|
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-202-2/+2
|
* Removed more uses of InternalsVisibleTo, made more stuff public :)csharptest2011-05-206-36/+26
|
* Removed some uses of InternalsVisibleTo, made some stuff publiccsharptest2011-05-205-102/+99
|
* Moved key file to /keys directorycsharptest2011-05-203-8/+2
|
* merged from protobuf-csharp-portcsharptest2011-05-195-11/+27
|\
| * version 2.3.0.277csharptest2011-05-192-2/+2
| |
| * versioned assemblies to 2.3.0.277csharptest2011-05-191-3/+3
| |
| * enabled xml documentation generationcsharptest2011-05-192-0/+16
| |
* | - Added CSharpServiceType NONE to skip service generation.csharptest2011-05-191-19/+20
| | | | | | | | | | | | - 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-033-213/+786
|/
* One-off patch to convert Unix line endings to Windows ones for generated ↵Jon Skeet2011-04-032-7988/+7988
| | | | 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.
* Default to Environment.NewLine for line breaks in ProtoGen, but allow it to ↵Jon Skeet2011-01-272-6/+16
| | | | be configured.
* Fixed build for lite runtimeJon Skeet2010-12-142-10/+19
|
* Merge from masterJon Skeet2010-12-141-2/+4
|\
| * Remove Silverlight targets for all but the main project. BuildAll now fails ↵Jon Skeet2010-12-121-2/+4
| | | | | | | | - asking Arnold for help!
* | First commit of lite code - more to comeJon Skeet2010-12-1244-530/+2990
|\ \ | |/ |/|
| * Added LITE macro definitioncsharptest2010-11-231-2/+2
| |
| * Tests and fixescsharptest2010-11-192-0/+8
| |
| * Lite feature complete.csharptest2010-11-0913-26/+176
| |
| * Testingcsharptest2010-11-091-1/+3
| |
| * Testing and related fixescsharptest2010-11-0818-62/+174
| |
| * Fix for repeated extensions.csharptest2010-11-072-35/+33
| |
| * First Lite tests are passing.csharptest2010-11-075-9/+88
| |
| * Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-0712-17/+718
| |
| * Implementation work for Lite runtime and generatorcsharptest2010-11-0712-116/+319
| |
| * Integrated latest protoc.exe (2.3) and added/updated test protoscsharptest2010-11-052-33/+209
| |
| * Completed abstract lite builder and messagecsharptest2010-11-052-0/+363
| |
| * Completed abstract lite builder and messagecsharptest2010-11-0510-379/+152
| |
| * missing virtual on MergeFromcsharptest2010-11-051-1/+1
| |
| * Working split for lite interfacescsharptest2010-11-056-83/+82
| |
| * Project for Lite implementationcsharptest2010-11-041-0/+79
| |
| * Fixed issue in AsReadOnly()csharptest2010-11-042-2/+9
| |
| * First pass at interface breakupcsharptest2010-11-0419-418/+402
| |
| * Added copy of existing classes that will be made Litecsharptest2010-11-043-0/+798
| |
* | Added 'Debug_Silverlight2' and 'Release_Silverlight2' configurations to all ↵ArnoldZokas2010-11-291-0/+21
| | | | | | | | projects
* | Removed build configuration 'Silverlight2' from all projectsArnoldZokas2010-11-291-10/+0
| |
* | Removed .NET CF 3.5 projectArnoldZokas2010-11-241-144/+0
| |
* | Fixed merge conflictsArnoldZokas2010-11-224-52/+269
|\|
| * A few stylistic issuesJon Skeet2010-11-033-71/+88
| |
| * Merge remote branch 'csharptest/master'Jon Skeet2010-11-032-24/+224
| |\