aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffersLite.Test
Commit message (Expand)AuthorAgeFilesLines
* First pass at implementation and testing of reusable builders.csharptest2011-09-097-910/+3918
* Inserted code region labeled "Designer generated code" which should be automa...csharptest2011-08-127-0/+28
* Regeneration with qualified references to ByteStringcsharptest2011-07-141-3/+3
* Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-103-224/+224
* Several performance tweakscsharptest2011-06-096-114/+114
* Finished adding find tag by namecsharptest2011-06-086-493/+1375
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-087-671/+671
* Unit testing of Packed/Unpacked parsing in Litecsharptest2011-06-062-37/+1523
* Packed and Unpacked parsing allow for all repeated, per 2.3csharptest2011-06-043-220/+585
* Extracted ICodedInputStream interfacecsharptest2011-06-037-256/+256
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-036-631/+449
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-036-60/+60
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-036-303/+483
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-036-73/+73
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-036-580/+326
* Slight refactoring of Extensions to support lookup by name, added compatibili...csharptest2011-06-021-1/+41
* 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
|/
* One-off patch to convert Unix line endings to Windows ones for generated sour...Jon Skeet2011-04-036-29374/+29374
* 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