aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffersLite.Test
Commit message (Collapse)AuthorAgeFilesLines
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-036-580/+326
| | | | | | | 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.
* Slight refactoring of Extensions to support lookup by name, added ↵csharptest2011-06-021-1/+41
| | | | compatibility tests for text and binary formats.
* Completed adding attributes to all generated typescsharptest2011-05-206-0/+440
|
* reformatted all code to .NET standard formattingcsharptest2011-05-208-1041/+1201
|
* line-ending-to-crlfcsharptest2011-05-2011-3461/+3461
|
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-206-6/+6
|
* Moved key file to /keys directorycsharptest2011-05-202-12/+2
|
* merged from protobuf-csharp-portcsharptest2011-05-196-6/+6
|\
| * version 2.3.0.277csharptest2011-05-196-6/+6
| |
* | - Added CSharpServiceType NONE to skip service generation.csharptest2011-05-191-106/+4
|/ | | | | | - 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
* One-off patch to convert Unix line endings to Windows ones for generated ↵Jon Skeet2011-04-036-29374/+29374
| | | | 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.
* Fixed build for lite runtimeJon Skeet2010-12-143-45/+0
|
* First commit of lite code - more to comeJon Skeet2010-12-122-14/+54
|
* Tests and fixescsharptest2010-11-194-6/+1095
|
* Lite feature complete.csharptest2010-11-098-16/+933
|
* Testingcsharptest2010-11-098-116/+2853
|
* Testing and related fixescsharptest2010-11-089-83/+20031
|
* Fix for repeated extensions.csharptest2010-11-072-123/+85
|
* First Lite tests are passing.csharptest2010-11-072-0/+113
|
* Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-076-8630/+3417
|
* Implementation work for Lite runtime and generatorcsharptest2010-11-071-0/+4
|
* Integrated latest protoc.exe (2.3) and added/updated test protoscsharptest2010-11-055-0/+13297