aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/TestProtos
Commit message (Collapse)AuthorAgeFilesLines
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-0311-489/+735
| | | | support reading a field name rather than a field tag.
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-0311-94/+94
|
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-0311-559/+379
| | | | | | | 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-023-0/+11989
| | | | compatibility tests for text and binary formats.
* Fixed two errors caused by incorrect merge of the rpc interface generatorcsharptest2011-05-311-2/+2
|
* Completed adding attributes to all generated typescsharptest2011-05-2012-0/+561
|
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-2012-12/+12
|
* Moved key file to /keys directorycsharptest2011-05-202-2/+2
|
* merged from protobuf-csharp-portcsharptest2011-05-1910-10/+10
|\
| * version 2.3.0.277csharptest2011-05-1910-10/+10
| |
* | - Added CSharpServiceType NONE to skip service generation.csharptest2011-05-194-274/+262
| | | | | | | | | | | | - 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-031-0/+1212
|/
* One-off patch to convert Unix line endings to Windows ones for generated ↵Jon Skeet2011-04-0310-26344/+26344
| | | | 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-141-46/+96
|
* First commit of lite code - more to comeJon Skeet2010-12-1210-392/+5102
|\
| * Lite feature complete.csharptest2010-11-092-26/+12
| |
| * Testing and related fixescsharptest2010-11-082-242/+1
| |
| * Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-0711-10/+251
| |
| * Integrated latest protoc.exe (2.3) and added/updated test protoscsharptest2010-11-057-385/+39262
|/
* Fix issue 10 - check serialized size before writing to streamJon Skeet2010-05-196-0/+57
|
* Fixed bug spotted by danielrJon Skeet2009-09-061-26/+39
|
* Workaround for Mono bug 516379Jon Skeet2009-06-257-177/+177
|
* Remove unused variable in static constructorsJon Skeet2009-06-177-60/+60
|
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-053-49/+49
| | | | | | | | new Foo.Builder { RepeatedValue = { x.Select(y) } }; ... a bit like LINQ to XML.
* Add CLSCompliance.Jon Skeet2009-06-052-0/+108
|
* Include missing generated filesJon Skeet2009-06-052-0/+1457
|
* Fix custom options behaviourJon Skeet2009-06-057-1072/+1732
|
* Write/Read delimited messagesJon Skeet2009-05-296-0/+531
|
* Added field constant generationJon Skeet2009-05-286-0/+307
|
* Avoid creating UnknownFieldSets unless we really have to.Jon Skeet2009-03-054-156/+504
|
* Added ToBuilder and WeakToBuilderJon Skeet2009-02-246-0/+59
|
* Support packed primitive typesJon Skeet2009-02-182-361/+1875
|
* Merge extensions correctlyJon Skeet2009-01-272-0/+4
|
* Setters/adders now throw ArgumentNullException appropriately.Jon Skeet2009-01-275-0/+127
|
* Upgraded to protoc.exe 2.0.3. Added new build target of clean-buildJon Skeet2009-01-165-313/+303
|
* New options now work fine.Jon Skeet2008-11-131-0/+0
|
* Refactored optionsJon Skeet2008-11-127-18/+18
|
* Fix bug in GeneratedBuilder.MergeFromJon Skeet2008-10-231-6/+11
|
* First cut at new layoutJon Skeet2008-10-226-0/+16404